Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
59b8b465058ec203493c0436f243263051e08f5a
/
fs
/
xfs
/
libxfs
59b8b46
xfs: devirtualize ->data_get_ftype and ->data_put_ftype
by Christoph Hellwig
· 5 years ago
1848b60
xfs: devirtualize ->data_bestfree_p
by Christoph Hellwig
· 5 years ago
711c7db
xfs: cleanup xfs_dir2_data_entsize
by Christoph Hellwig
· 5 years ago
d73e1ce
xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry
by Christoph Hellwig
· 5 years ago
7e8ae7bd
xfs: devirtualize ->data_entry_tag_p
by Christoph Hellwig
· 5 years ago
fdbb8c5
xfs: devirtualize ->data_entsize
by Christoph Hellwig
· 5 years ago
5c07212
xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offset
by Christoph Hellwig
· 5 years ago
9eedae1
xfs: remove the now unused ->data_entry_p method
by Christoph Hellwig
· 5 years ago
48a7139
xfs: cleanup __xfs_dir3_data_check
by Christoph Hellwig
· 5 years ago
62479f5
xfs: cleanup xfs_dir2_data_freescan_int
by Christoph Hellwig
· 5 years ago
8073af5
xfs: cleanup xfs_dir2_block_to_sf
by Christoph Hellwig
· 5 years ago
ee641d5
xfs: remove the ->data_unused_p method
by Christoph Hellwig
· 5 years ago
da3ca0d
xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methods
by Christoph Hellwig
· 5 years ago
2eb68a5
xfs: remove the data_dotdot_offset field in struct xfs_dir_ops
by Christoph Hellwig
· 5 years ago
1682310
xfs: remove the data_dot_offset field in struct xfs_dir_ops
by Christoph Hellwig
· 5 years ago
c81484e
xfs: remove the unused ->data_first_entry_p method
by Christoph Hellwig
· 5 years ago
4501ed2
xfs: devirtualize ->sf_get_ftype and ->sf_put_ftype
by Christoph Hellwig
· 5 years ago
93b1e96
xfs: devirtualize ->sf_get_ino and ->sf_put_ino
by Christoph Hellwig
· 5 years ago
50f6bb6
xfs: devirtualize ->sf_entsize and ->sf_nextentry
by Christoph Hellwig
· 5 years ago
84915e1
xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_ino
by Christoph Hellwig
· 5 years ago
3d92c93
xfs: devirtualize ->db_to_fdb and ->db_to_fdindex
by Christoph Hellwig
· 5 years ago
5893e4f
xfs: move the max dir2 free bests count to struct xfs_da_geometry
by Christoph Hellwig
· 5 years ago
ed1d612
xfs: move the dir2 free header size to struct xfs_da_geometry
by Christoph Hellwig
· 5 years ago
a84f3d5
xfs: add a bests pointer to struct xfs_dir3_icfree_hdr
by Christoph Hellwig
· 5 years ago
195b0a4
xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_int
by Christoph Hellwig
· 5 years ago
200dada
xfs: devirtualize ->free_hdr_to_disk
by Christoph Hellwig
· 5 years ago
5ba3091
xfs: devirtualize ->free_hdr_from_disk
by Christoph Hellwig
· 5 years ago
478c783
xfs: move the max dir2 leaf entries count to struct xfs_da_geometry
by Christoph Hellwig
· 5 years ago
545910b
xfs: move the dir2 leaf header size to struct xfs_da_geometry
by Christoph Hellwig
· 5 years ago
787b089
xfs: add an entries pointer to struct xfs_dir3_icleaf_hdr
by Christoph Hellwig
· 5 years ago
163fbbb
xfs: devirtualize ->leaf_hdr_to_disk
by Christoph Hellwig
· 5 years ago
5184255
xfs: devirtualize ->leaf_hdr_from_disk
by Christoph Hellwig
· 5 years ago
3b34441
xfs: move the node header size to struct xfs_da_geometry
by Christoph Hellwig
· 5 years ago
51908ca
xfs: add a btree entries pointer to struct xfs_da3_icnode_hdr
by Christoph Hellwig
· 5 years ago
e1c8af1
xfs: devirtualize ->node_hdr_to_disk
by Christoph Hellwig
· 5 years ago
f475dc4d
xfs: devirtualize ->node_hdr_from_disk
by Christoph Hellwig
· 5 years ago
b16be56
xfs: use unsigned int for all size values in struct xfs_da_geometry
by Christoph Hellwig
· 5 years ago
a39f089a
xfs: move incore structures out of xfs_da_format.h
by Christoph Hellwig
· 5 years ago
2fe4f92
xfs: refactor "does this fork map blocks" predicate
by Darrick J. Wong
· 5 years ago
5113f8e
xfs: clean up weird while loop in xfs_alloc_ag_vextent_near
by Darrick J. Wong
· 5 years ago
cf085a1
xfs: Correct comment tyops -> typos
by Joe Perches
· 5 years ago
f5be084
xfs: null out bma->prev if no previous extent
by Darrick J. Wong
· 5 years ago
5f213dd
xfs: fix missing header includes
by Darrick J. Wong
· 5 years ago
ee4fb16cb
xfs: decrease indenting problems in xfs_dabuf_map
by Darrick J. Wong
· 5 years ago
a5155b8
xfs: always log corruption errors
by Darrick J. Wong
· 5 years ago
e91ec88
xfs: relax shortform directory size checks
by Darrick J. Wong
· 5 years ago
c34d570
xfs: cleanup use of the XFS_ALLOC_ flags
by Christoph Hellwig
· 5 years ago
fd638f1
xfs: move extent zeroing to xfs_bmapi_allocate
by Christoph Hellwig
· 5 years ago
be6cacb
xfs: refactor xfs_bmapi_allocate
by Christoph Hellwig
· 5 years ago
e992ae8
xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocks
by Darrick J. Wong
· 5 years ago
c2414ad
xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata
by Darrick J. Wong
· 5 years ago
16c6e92
xfs: namecheck attribute names before listing them
by Darrick J. Wong
· 5 years ago
c847606
xfs: check attribute leaf block structure
by Darrick J. Wong
· 5 years ago
da781e6
xfs: don't set bmapi total block req where minleft is
by Brian Foster
· 5 years ago
1c74357
xfs: cap longest free extent to maximum allocatable
by Dave Chinner
· 5 years ago
3f8a4f1
xfs: fix inode fork extent count overflow
by Dave Chinner
· 5 years ago
dc8e69b
xfs: optimize near mode bnobt scans with concurrent cntbt lookups
by Brian Foster
· 5 years ago
d296882
xfs: factor out tree fixup logic into helper
by Brian Foster
· 5 years ago
0e26d5c
xfs: refactor near mode alloc bnobt scan into separate function
by Brian Foster
· 5 years ago
78d7aab
xfs: refactor and reuse best extent scanning logic
by Brian Foster
· 5 years ago
4a65b7c
xfs: refactor allocation tree fixup code
by Brian Foster
· 5 years ago
fec0afd
xfs: reuse best extent tracking logic for bnobt scan
by Brian Foster
· 5 years ago
396bbf3
xfs: refactor cntbt lastblock scan best extent logic into helper
by Brian Foster
· 5 years ago
c62321a
xfs: track best extent from cntbt lastblock scan in alloc cursor
by Brian Foster
· 5 years ago
d6d3aff
xfs: track allocation busy state in allocation cursor
by Brian Foster
· 5 years ago
f5e7dbe
xfs: introduce allocation cursor data structure
by Brian Foster
· 5 years ago
f6b428a
xfs: track active state of allocation btree cursors
by Brian Foster
· 5 years ago
4e087a3
xfs: use a struct iomap in xfs_writepage_ctx
by Christoph Hellwig
· 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
· 5 years ago
eb77b23
xfs: add a xfs_valid_startblock helper
by Christoph Hellwig
· 5 years ago
1baa280
xfs: remove the unused XFS_ALLOC_USERDATA flag
by Christoph Hellwig
· 5 years ago
ddbca70
xfs: allocate xattr buffer on demand
by Dave Chinner
· 5 years ago
9df243a
xfs: consolidate attribute value copying
by Dave Chinner
· 5 years ago
e3cc455
xfs: move remote attr retrieval into xfs_attr3_leaf_getvalue
by Dave Chinner
· 5 years ago
a0e959d
xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalue
by Dave Chinner
· 5 years ago
728bcaa
xfs: make attr lookup returns consistent
by Dave Chinner
· 5 years ago
756c6f0
xfs: reverse search directory freespace indexes
by Dave Chinner
· 5 years ago
610125a
xfs: speed up directory bestfree block scanning
by Dave Chinner
· 5 years ago
0e82225
xfs: factor free block index lookup from xfs_dir2_node_addname_int()
by Dave Chinner
· 5 years ago
a07258a
xfs: factor data block addition from xfs_dir2_node_addname_int()
by Dave Chinner
· 5 years ago
aee7754b
xfs: move xfs_dir2_addname()
by Dave Chinner
· 5 years ago
39ee223
xfs: remove all *_ITER_CONTINUE values
by Darrick J. Wong
· 5 years ago
e7ee96d
xfs: remove all *_ITER_ABORT values
by Darrick J. Wong
· 5 years ago
ffb5696
xfs: reinitialize rm_flags when unpacking an offset into an rmap irec
by Darrick J. Wong
· 5 years ago
3e08f42
xfs: remove unnecessary int returns from deferred bmap functions
by Darrick J. Wong
· 5 years ago
74b4c5d
xfs: remove unnecessary int returns from deferred refcount functions
by Darrick J. Wong
· 5 years ago
bc46ac6
xfs: remove unnecessary int returns from deferred rmap functions
by Darrick J. Wong
· 5 years ago
2ca0917
xfs: remove unnecessary parameter from xfs_iext_inc_seq
by Darrick J. Wong
· 5 years ago
b521c89
xfs: fix sign handling problem in xfs_bmbt_diff_two_keys
by Darrick J. Wong
· 5 years ago
7380e8f
xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keys
by Darrick J. Wong
· 5 years ago
c94613f
xfs: fix maxicount division by zero error
by Darrick J. Wong
· 5 years ago
71912e0
xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_verify'
by zhengbin
· 5 years ago
0ad9568
xfs: add kmem allocation trace points
by Dave Chinner
· 5 years ago
Next »