Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
31ca03c92c329525ee3a97d99c47f1ebbaed5d63
/
fs
/
xfs
/
libxfs
31ca03c
xfs: refactor xfs_verifier_error and xfs_buf_ioerror
by Darrick J. Wong
· 7 years ago
9101d37
xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiers
by Darrick J. Wong
· 7 years ago
e1e55aa
xfs: refactor short form btree pointer verification
by Darrick J. Wong
· 7 years ago
8368a60
xfs: refactor long-format btree header verification routines
by Darrick J. Wong
· 7 years ago
59f6fec
xfs: remove XFS_FSB_SANITY_CHECK
by Darrick J. Wong
· 7 years ago
c017cb5
xfs: eliminate duplicate icreate tx reservation functions
by Brian Foster
· 7 years ago
57af33e
xfs: refactor inode chunk alloc/free tx reservation
by Brian Foster
· 7 years ago
f03c78f
xfs: include an allocfree res for inobt modifications
by Brian Foster
· 7 years ago
a606ebd
xfs: truncate transaction does not modify the inobt
by Brian Foster
· 7 years ago
e8341d9
xfs: fix up agi unlinked list reservations
by Brian Foster
· 7 years ago
a6f4859
xfs: include inobt buffers in ifree tx log reservation
by Brian Foster
· 7 years ago
68c58e9
xfs: only skip rmap owner checks for unknown-owner rmap removal
by Darrick J. Wong
· 7 years ago
33df3a9
xfs: always honor OWN_UNKNOWN rmap removal requests
by Darrick J. Wong
· 7 years ago
0525e95
xfs: queue deferred rmap ops for cow staging extent alloc/free in the right order
by Darrick J. Wong
· 7 years ago
c54854a4
xfs: move xfs_iext_insert tracepoint to report useful information
by Darrick J. Wong
· 7 years ago
8c57b88
xfs: account for null transactions in bunmapi
by Darrick J. Wong
· 7 years ago
6e643cd
xfs: hold xfs_buf locked between shortform->leaf conversion and the addition of an attribute
by Darrick J. Wong
· 7 years ago
b7b2846
xfs: add the ability to join a held buffer to a defer_ops
by Darrick J. Wong
· 7 years ago
f59cf5c
xfs: remove "no-allocation" reservations for file creations
by Christoph Hellwig
· 7 years ago
d41c617
xfs: fix leaks on corruption errors in xfs_bmap.c
by Eric Sandeen
· 7 years ago
274e0a1
xfs: abstract out dev_t conversions
by Christoph Hellwig
· 7 years ago
6818caa
xfs: fix memory leak in xfs_iext_free_last_leaf
by Shu Wang
· 7 years ago
2015a63
xfs: fix type usage
by Darrick J. Wong
· 7 years ago
808eb24
Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
65a7935
xfs: remove u_int* type usage
by Darrick J. Wong
· 7 years ago
ae82968
xfs: handle zero entries case in xfs_iext_rebalance_leaf
by Christoph Hellwig
· 7 years ago
3e27c41
xfs: add comments documenting the rebalance algorithm
by Christoph Hellwig
· 7 years ago
b9aee1d
xfs: trivial indentation fixup for xfs_iext_remove_node
by Christoph Hellwig
· 7 years ago
f1be313
xfs: remove a superflous assignment in xfs_iext_remove_node
by Christoph Hellwig
· 7 years ago
fc258f4
xfs: add some comments to xfs_iext_insert/xfs_iext_insert_node
by Christoph Hellwig
· 7 years ago
43d193a
xfs: fix number of records handling in xfs_iext_split_leaf
by Christoph Hellwig
· 7 years ago
4483eb5
xfs: mark xfs_btree_check_lblock and xfs_btree_check_ptr static
by Christoph Hellwig
· 7 years ago
866d782
xfs: move xfs_bmbt_irec and xfs_exntst_t to xfs_types.h
by Christoph Hellwig
· 7 years ago
dac9c9b
xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extent
by Christoph Hellwig
· 7 years ago
c38ccf5
xfs: remove the nr_extents argument to xfs_iext_remove
by Christoph Hellwig
· 7 years ago
0254c2f
xfs: remove the nr_extents argument to xfs_iext_insert
by Christoph Hellwig
· 7 years ago
6bdcf26
xfs: use a b+tree for the in-core extent list
by Christoph Hellwig
· 7 years ago
135dcc1
xfs: allow unaligned extent records in xfs_bmbt_disk_set_all
by Christoph Hellwig
· 7 years ago
4351881
xfs: remove support for inlining data/extents into the inode fork
by Christoph Hellwig
· 7 years ago
b121459
xfs: simplify xfs_reflink_convert_cow
by Christoph Hellwig
· 7 years ago
b2b1712
xfs: introduce the xfs_iext_cursor abstraction
by Christoph Hellwig
· 7 years ago
906abed
xfs: iterate over extents in xfs_bmap_extents_to_btree
by Christoph Hellwig
· 7 years ago
71565f4
xfs: iterate over extents in xfs_iextents_copy
by Christoph Hellwig
· 7 years ago
f36bc22
xfs: pass an on-disk extent to xfs_bmbt_validate_extent
by Christoph Hellwig
· 7 years ago
4263036
xfs: treat idx as a cursor in xfs_bmap_collapse_extents
by Christoph Hellwig
· 7 years ago
657fcb2
xfs: treat idx as a cursor in xfs_bmap_del_extent_*
by Christoph Hellwig
· 7 years ago
a681847
xfs: treat idx as a cursor in xfs_bmap_add_extent_unwritten_real
by Christoph Hellwig
· 7 years ago
1d2e008
xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_real
by Christoph Hellwig
· 7 years ago
41d196f
xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_delay
by Christoph Hellwig
· 7 years ago
0d04554
xfs: treat idx as a cursor in xfs_bmap_add_extent_delay_real
by Christoph Hellwig
· 7 years ago
bf99971
xfs: remove a duplicate assignment in xfs_bmap_add_extent_delay_real
by Christoph Hellwig
· 7 years ago
1bfd761
xfs: don't create overlapping extents in xfs_bmap_add_extent_delay_real
by Christoph Hellwig
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
5d0eda0
xfs: convert remaining xfs_sb_version_... checks to bool
by Dave Chinner
· 7 years ago
e9e899a
xfs: move error injection tags into their own file
by Darrick J. Wong
· 7 years ago
06b1132
xfs: remove inode log format typedef
by Darrick J. Wong
· 7 years ago
c066411
xfs: remove redundant assignment to variable bit
by Colin Ian King
· 7 years ago
2fdbec5
xfs: compare btree block keys to parent block's keys during scrub
by Darrick J. Wong
· 7 years ago
8210f4d
xfs: abort dir/attr btree operation if btree is obviously weird
by Darrick J. Wong
· 7 years ago
dc56015
xfs: add a new xfs_iext_lookup_extent_before helper
by Christoph Hellwig
· 7 years ago
211e95b
xfs: merge xfs_bmap_read_extents into xfs_iread_extents
by Christoph Hellwig
· 7 years ago
29b3e94
xfs: rewrite xfs_bmap_first_unused to make better use of xfs_iext_get_extent
by Christoph Hellwig
· 7 years ago
5936dc5
xfs: don't rely on extent indices in xfs_bmap_insert_extents
by Christoph Hellwig
· 7 years ago
40591bd
xfs: don't rely on extent indices in xfs_bmap_collapse_extents
by Christoph Hellwig
· 7 years ago
11f75b3
xfs: update got in xfs_bmap_shift_update_extent
by Christoph Hellwig
· 7 years ago
bf80628
xfs: remove xfs_bmse_shift_one
by Christoph Hellwig
· 7 years ago
ecfea3f
xfs: split xfs_bmap_shift_extents
by Christoph Hellwig
· 7 years ago
6b18af0
xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTS
by Christoph Hellwig
· 7 years ago
66f3646
xfs: remove if_rdev
by Christoph Hellwig
· 7 years ago
42b67dc
xfs: remove the never fully implemented UUID fork format
by Christoph Hellwig
· 7 years ago
e8e0e17
xfs: remove XFS_BMAP_TRACE_EXLIST
by Christoph Hellwig
· 7 years ago
ca5d8e5b
xfs: move pre/post-bmap tracing into xfs_iext_update_extent
by Christoph Hellwig
· 7 years ago
d138604
xfs: remove post-bmap tracing in xfs_bmap_local_to_extents
by Christoph Hellwig
· 7 years ago
35e62da
xfs: make better use of the 'state' variable in xfs_bmap_del_extent_real
by Christoph Hellwig
· 7 years ago
060ea65
xfs: add a xfs_bmap_fork_to_state helper
by Christoph Hellwig
· 7 years ago
c2fc338
xfs: scrub quota information
by Darrick J. Wong
· 7 years ago
29b0767
xfs: scrub realtime bitmap/summary
by Darrick J. Wong
· 7 years ago
0f28b25
xfs: scrub directory parent pointers
by Darrick J. Wong
· 7 years ago
2a721db
xfs: scrub symbolic links
by Darrick J. Wong
· 7 years ago
eec0482
xfs: scrub extended attributes
by Darrick J. Wong
· 7 years ago
a5c46e5
xfs: scrub directory metadata
by Darrick J. Wong
· 7 years ago
99d9d8d
xfs: scrub inode block mappings
by Darrick J. Wong
· 7 years ago
80e4e12
xfs: scrub inodes
by Darrick J. Wong
· 7 years ago
edc09b5
xfs: scrub refcount btrees
by Darrick J. Wong
· 7 years ago
c7e693d
xfs: scrub rmap btrees
by Darrick J. Wong
· 7 years ago
3daa664
xfs: scrub inode btrees
by Darrick J. Wong
· 7 years ago
efa7a99
xfs: scrub free space btrees
by Darrick J. Wong
· 7 years ago
a12890a
xfs: scrub the AGI
by Darrick J. Wong
· 7 years ago
ab9d5dc
xfs: scrub AGF and AGFL
by Darrick J. Wong
· 7 years ago
21fb4cb
xfs: scrub the secondary superblocks
by Darrick J. Wong
· 7 years ago
cc3e094
xfs: scrub the shape of a metadata btree
by Darrick J. Wong
· 7 years ago
dcb660f
xfs: probe the scrub ioctl
by Darrick J. Wong
· 7 years ago
36fd6e8
xfs: create an ioctl to scrub AG metadata
by Darrick J. Wong
· 7 years ago
91fb9af
xfs: create inode pointer verifiers
by Darrick J. Wong
· 7 years ago
52c732e
xfs: refactor btree block header checking functions
by Darrick J. Wong
· 7 years ago
f135761
xfs: refactor btree pointer checks
by Darrick J. Wong
· 7 years ago
21ec541
xfs: create block pointer check functions
by Darrick J. Wong
· 7 years ago
f038750
xfs: remove xfs_bmbt_get_state
by Christoph Hellwig
· 7 years ago
9b15070
xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_all
by Christoph Hellwig
· 7 years ago
b5cfbc2
xfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_first
by Christoph Hellwig
· 7 years ago
Next »