Sign in
android-kvm
/
linux
/
6dabeb891c001c592645df2f477fed9f5d959987
/
fs
/
xfs
/
libxfs
5e0cd1e
xfs: change the seconds fields in xfs_bulkstat to signed
by Darrick J. Wong
· 5 years ago
aeea4b7
xfs: move local to extent inode logging into bmap helper
by Brian Foster
· 5 years ago
603efeb
xfs: remove broken error handling on failed attr sf to leaf change
by Brian Foster
· 5 years ago
0b10d8a
xfs: log the inode on directory sf to block format change
by Brian Foster
· 5 years ago
6374ca0
xfs: remove unused flags arg from xfs_get_aghdr_buf()
by Eric Sandeen
· 5 years ago
6f4ff81
xfs: log proper length of superblock
by Eric Sandeen
· 5 years ago
ce84042
xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")
by Darrick J. Wong
· 5 years ago
e20e174
xfs: convert inode to extent format after extent merge due to shift
by Brian Foster
· 5 years ago
76f1793
xfs: define a flags field for the AG geometry ioctl structure
by Darrick J. Wong
· 6 years ago
eb77b23
xfs: add a xfs_valid_startblock helper
by Christoph Hellwig
· 6 years ago
1baa280
xfs: remove the unused XFS_ALLOC_USERDATA flag
by Christoph Hellwig
· 6 years ago
ddbca70
xfs: allocate xattr buffer on demand
by Dave Chinner
· 6 years ago
9df243a
xfs: consolidate attribute value copying
by Dave Chinner
· 6 years ago
e3cc455
xfs: move remote attr retrieval into xfs_attr3_leaf_getvalue
by Dave Chinner
· 6 years ago
a0e959d
xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalue
by Dave Chinner
· 6 years ago
728bcaa
xfs: make attr lookup returns consistent
by Dave Chinner
· 6 years ago
756c6f0
xfs: reverse search directory freespace indexes
by Dave Chinner
· 6 years ago
610125a
xfs: speed up directory bestfree block scanning
by Dave Chinner
· 6 years ago
0e82225
xfs: factor free block index lookup from xfs_dir2_node_addname_int()
by Dave Chinner
· 6 years ago
a07258a
xfs: factor data block addition from xfs_dir2_node_addname_int()
by Dave Chinner
· 6 years ago
aee7754b
xfs: move xfs_dir2_addname()
by Dave Chinner
· 6 years ago
39ee223
xfs: remove all *_ITER_CONTINUE values
by Darrick J. Wong
· 6 years ago
e7ee96d
xfs: remove all *_ITER_ABORT values
by Darrick J. Wong
· 6 years ago
ffb5696
xfs: reinitialize rm_flags when unpacking an offset into an rmap irec
by Darrick J. Wong
· 6 years ago
3e08f42
xfs: remove unnecessary int returns from deferred bmap functions
by Darrick J. Wong
· 6 years ago
74b4c5d
xfs: remove unnecessary int returns from deferred refcount functions
by Darrick J. Wong
· 6 years ago
bc46ac6
xfs: remove unnecessary int returns from deferred rmap functions
by Darrick J. Wong
· 6 years ago
2ca0917
xfs: remove unnecessary parameter from xfs_iext_inc_seq
by Darrick J. Wong
· 6 years ago
b521c89
xfs: fix sign handling problem in xfs_bmbt_diff_two_keys
by Darrick J. Wong
· 6 years ago
7380e8f
xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keys
by Darrick J. Wong
· 6 years ago
c94613f
xfs: fix maxicount division by zero error
by Darrick J. Wong
· 6 years ago
71912e0
xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_verify'
by zhengbin
· 6 years ago
0ad9568
xfs: add kmem allocation trace points
by Dave Chinner
· 6 years ago
707e0dd
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
by Tetsuo Handa
· 6 years ago
8612de3
xfs: don't crash on null attr fork xfs_bmapi_read
by Darrick J. Wong
· 6 years ago
858b44d
xfs: remove more ondisk directory corruption asserts
by Darrick J. Wong
· 6 years ago
79ba2a2
xfs: sync up xfs_trans_inode with userspace
by Eric Sandeen
· 6 years ago
3f6d70e
xfs: move xfs_trans_inode.c to libxfs/
by Eric Sandeen
· 6 years ago
2c3b83d
xfs: attribute scrub should use seen_enough to pass error values
by Darrick J. Wong
· 6 years ago
bf3cb39
xfs: allow single bulkstat of special inodes
by Darrick J. Wong
· 6 years ago
13d59a2
xfs: specify AG in bulk req
by Darrick J. Wong
· 6 years ago
fba9760
xfs: wire up the v5 inumbers ioctl
by Darrick J. Wong
· 6 years ago
0448b6f
xfs: wire up new v5 bulkstat ioctls
by Darrick J. Wong
· 6 years ago
5f19c7f
xfs: introduce v5 inode group structure
by Darrick J. Wong
· 6 years ago
7035f97
xfs: introduce new v5 bulkstat structure
by Darrick J. Wong
· 6 years ago
6f71fb6
xfs: remove various bulk request typedef usage
by Darrick J. Wong
· 6 years ago
a211432
xfs: create simplified inode walk function
by Darrick J. Wong
· 6 years ago
5bb46e3
xfs: create iterator error codes
by Darrick J. Wong
· 6 years ago
73d30d4
xfs: remove XFS_TRANS_NOFS
by Christoph Hellwig
· 6 years ago
250d4b4
xfs: remove unused header files
by Eric Sandeen
· 6 years ago
f327a007
xfs: account for log space when formatting new AGs
by Darrick J. Wong
· 6 years ago
8d90857
xfs: refactor free space btree record initialization
by Darrick J. Wong
· 6 years ago
7e36a3a
xfs: always update params on small allocation
by Brian Foster
· 6 years ago
6691cd9
xfs: skip small alloc cntbt logic on NULL cursor
by Brian Foster
· 6 years ago
c63cdd4
xfs: move small allocation helper
by Brian Foster
· 6 years ago
2a4f35f
xfs: clean up small allocation helper
by Brian Foster
· 6 years ago
dbd329f1
xfs: add struct xfs_mount pointer to struct xfs_buf
by Christoph Hellwig
· 6 years ago
5467b34
xfs: move xfs_ino_geometry to xfs_shared.h
by Darrick J. Wong
· 6 years ago
f5b999c
xfs: remove unused flag arguments
by Eric Sandeen
· 6 years ago
8c9ce2f
xfs: remove unused flags arg from getsb interfaces
by Eric Sandeen
· 6 years ago
4b4d98c
xfs: finish converting to inodes_per_cluster
by Darrick J. Wong
· 6 years ago
490d451
xfs: fix inode_cluster_size rounding mayhem
by Darrick J. Wong
· 6 years ago
494dba7
xfs: refactor inode geometry setup routines
by Darrick J. Wong
· 6 years ago
ef32595
xfs: separate inode geometry
by Darrick J. Wong
· 6 years ago
5cd213b
xfs: don't reserve per-AG space for an internal log
by Darrick J. Wong
· 6 years ago
9108326
xfs: change some error-less functions to void types
by Eric Sandeen
· 6 years ago
75efa57
xfs: add online scrub for superblock counters
by Darrick J. Wong
· 6 years ago
710d707
xfs: always rejoin held resources during defer roll
by Darrick J. Wong
· 6 years ago
9fe82b8
xfs: track delayed allocation reservations across the filesystem
by Darrick J. Wong
· 6 years ago
362f5e7
xfs: assert that we don't enter agfl freeing with a non-permanent transaction
by Brian Foster
· 6 years ago
945c941
xfs: make tr_growdata a permanent transaction
by Brian Foster
· 6 years ago
89d139d
xfs: report inode health via bulkstat
by Darrick J. Wong
· 6 years ago
1302c6a
xfs: report AG health via AG geometry ioctl
by Darrick J. Wong
· 6 years ago
c23232d
xfs: report fs and rt health via geometry structure
by Darrick J. Wong
· 6 years ago
7cd5006
xfs: add a new ioctl to describe allocation group geometry
by Darrick J. Wong
· 6 years ago
1b6d968
xfs: bump XFS_IOC_FSGEOMETRY to v5 structures
by Dave Chinner
· 6 years ago
519841c
xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystem
by Darrick J. Wong
· 6 years ago
39353ff
xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
by Darrick J. Wong
· 6 years ago
6772c1f
xfs: track metadata health status
by Darrick J. Wong
· 6 years ago
1ca89fb
xfs: don't account extra agfl blocks as available
by Brian Foster
· 6 years ago
4b0bce3
xfs: always init bma in xfs_bmapi_write
by Darrick J. Wong
· 6 years ago
6958d11
xfs: don't trip over uninitialized buffer on extent read of corrupted inode
by Brian Foster
· 6 years ago
6ef50fe
xfs: clean up xfs_dir2_leaf_addname
by Darrick J. Wong
· 6 years ago
f51fac6
xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addname
by Darrick J. Wong
· 6 years ago
79622c7ce
xfs: clean up xfs_dir2_leafn_add
by Darrick J. Wong
· 6 years ago
7be73fa
xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_add
by Nathan Chancellor
· 6 years ago
c1a4447
xfs: fix uninitialized error variables
by Darrick J. Wong
· 6 years ago
26b91c7
xfs: make COW fork unwritten extent conversions more robust
by Christoph Hellwig
· 6 years ago
15baadf
xfs: fix xfs_buf magic number endian checks
by Darrick J. Wong
· 6 years ago
125851a
xfs: move stat accounting to xfs_bmapi_convert_delalloc
by Christoph Hellwig
· 6 years ago
491ce61
xfs: move transaction handling to xfs_bmapi_convert_delalloc
by Christoph Hellwig
· 6 years ago
d8ae82e
xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_write
by Christoph Hellwig
· 6 years ago
c8b5467
xfs: factor out two helpers from xfs_bmapi_write
by Christoph Hellwig
· 6 years ago
b101e33
xfs: simplify the xfs_bmap_btree_to_extents calling conventions
by Christoph Hellwig
· 6 years ago
e1f6ca1
xfs: rename m_inotbt_nores to m_finobt_nores
by Darrick J. Wong
· 6 years ago
4260baa
xfs: add magic numbers to dquot buffer ops
by Darrick J. Wong
· 6 years ago
2bfe706
xfs: add inode magic to inode verifier
by Darrick J. Wong
· 6 years ago
8764f98
xfs: factor xfs_da3_blkinfo verification into common helper
by Brian Foster
· 6 years ago
39708c2
xfs: miscellaneous verifier magic value fixups
by Brian Foster
· 6 years ago
09f4201
xfs: use verifier magic field in dir2 leaf verifiers
by Brian Foster
· 6 years ago
Next »