Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
be78ff0e72778eb4df4aac66edb9e97462bfe00d
/
fs
/
xfs
be78ff0
xfs: recheck reflink / dirty page status before freeing CoW reservations
by Darrick J. Wong
· 7 years ago
a5f460b
xfs: check that br_blockcount doesn't overflow
by Darrick J. Wong
· 7 years ago
55e4542
xfs: btree format ifork loader should check for zero numrecs
by Darrick J. Wong
· 7 years ago
79a69bf
xfs: attr leaf verifier needs to check for obviously bad count
by Darrick J. Wong
· 7 years ago
ce92d29
xfs: directory scrubber must walk through data block to offset
by Darrick J. Wong
· 7 years ago
638a717
xfs: don't iunlock unlocked inodes
by Darrick J. Wong
· 7 years ago
cf1b0b8
xfs: scrub in-core metadata
by Darrick J. Wong
· 7 years ago
561f648
xfs: cross-reference the block mappings when possible
by Darrick J. Wong
· 7 years ago
46d9bfb
xfs: cross-reference the realtime bitmap
by Darrick J. Wong
· 7 years ago
f6d5fc2
xfs: cross-reference refcount btree during scrub
by Darrick J. Wong
· 7 years ago
dbde19d
xfs: cross-reference the rmapbt data with the refcountbt
by Darrick J. Wong
· 7 years ago
d852657
xfs: cross-reference reverse-mapping btree
by Darrick J. Wong
· 7 years ago
2e6f275
xfs: cross-reference inode btrees during scrub
by Darrick J. Wong
· 7 years ago
e1134b1
xfs: cross-reference bnobt records with cntbt
by Darrick J. Wong
· 7 years ago
52dc4b4
xfs: cross-reference with the bnobt
by Darrick J. Wong
· 7 years ago
166d764
xfs: introduce scrubber cross-referencing stubs
by Darrick J. Wong
· 7 years ago
858333d
xfs: check btree block ownership with bnobt/rmapbt when scrubbing btree
by Darrick J. Wong
· 7 years ago
9a7e269
xfs: fix a few erroneous process_error calls in the scrubbers
by Darrick J. Wong
· 7 years ago
64b1256
xfs: set up scrub cross-referencing helpers
by Darrick J. Wong
· 7 years ago
49db55e
xfs: add scrub cross-referencing helpers for the refcount btrees
by Darrick J. Wong
· 7 years ago
ed7c52d
xfs: add scrub cross-referencing helpers for the rmap btrees
by Darrick J. Wong
· 7 years ago
2e00126
xfs: add scrub cross-referencing helpers for the inode btrees
by Darrick J. Wong
· 7 years ago
ce1d802
xfs: add scrub cross-referencing helpers for the free space btrees
by Darrick J. Wong
· 7 years ago
c468562
xfs: cancel tx on xfs_defer_finish() error during xattr set/remove
by Brian Foster
· 7 years ago
ad90bb5
xfs: account finobt blocks properly in perag reservation
by Brian Foster
· 7 years ago
a8789a5
xfs: fix check on struct_version for versions 4 or greater
by Colin Ian King
· 7 years ago
1da0618
xfs: destroy mutex pag_ici_reclaim_lock before free
by Xiongwei Song
· 7 years ago
c969004
xfs: use %px for data pointers when debugging
by Darrick J. Wong
· 7 years ago
aff68a55
xfs: use %pS printk format for direct instruction addresses
by Darrick J. Wong
· 7 years ago
3d170aa
xfs: change 0x%p -> %p in print messages
by Darrick J. Wong
· 7 years ago
c219b01
xfs: clarify units in the failed metadata io message
by Darrick J. Wong
· 7 years ago
46c5973
xfs: harden directory integrity checks some more
by Darrick J. Wong
· 7 years ago
ac503a4
xfs: refactor the geometry structure filling function
by Darrick J. Wong
· 7 years ago
c368ebc
xfs: hoist xfs_fs_geometry to libxfs
by Darrick J. Wong
· 7 years ago
b872af2
xfs: trace log reservations at mount time
by Darrick J. Wong
· 7 years ago
9c712a1
xfs: dump the first 128 bytes of any corrupt buffer
by Darrick J. Wong
· 7 years ago
d9418ed
xfs: teach error reporting functions to take xfs_failaddr_t
by Darrick J. Wong
· 7 years ago
eebf3ca
xfs: standardize quota verification function outputs
by Darrick J. Wong
· 7 years ago
eeea798
xfs: separate dquot repair into a separate function
by Darrick J. Wong
· 7 years ago
b557259
xfs: create a new buf_ops pointer to verify structure metadata
by Darrick J. Wong
· 7 years ago
8ba92d4
xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corrupt
by Darrick J. Wong
· 7 years ago
9cfb9b4
xfs: provide a centralized method for verifying inline fork data
by Darrick J. Wong
· 7 years ago
dc042c2
xfs: refactor short form directory structure verifier function
by Darrick J. Wong
· 7 years ago
0795e00
xfs: create structure verifier function for short form symlinks
by Darrick J. Wong
· 7 years ago
1e1bbd8
xfs: create structure verifier function for shortform xattrs
by Darrick J. Wong
· 7 years ago
71493b8
xfs: move inode fork verifiers to xfs_dinode_verify
by Darrick J. Wong
· 7 years ago
50aa90e
xfs: verify dinode header first
by Darrick J. Wong
· 7 years ago
bc1a09b
xfs: refactor verifier callers to print address of failing check
by Darrick J. Wong
· 7 years ago
a6a781a
xfs: have buffer verifier functions report failing address
by Darrick J. Wong
· 7 years ago
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
d658e72
xfs: distinguish between corrupt inode and invalid inum in xfs_scrub_get_inode
by Darrick J. Wong
· 7 years ago
1ad1205
xfs: always grab transaction when scrubbing inode
by Darrick J. Wong
· 7 years ago
2b9e9b5
xfs: xfs_scrub_bmap should use for_each_xfs_iext
by Darrick J. Wong
· 7 years ago
e5b37faa
xfs: catch a few more error codes when scrubbing secondary sb
by Darrick J. Wong
· 7 years ago
5a0f433
xfs: ignore agfl read errors when not scrubbing agfl
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
2c8f626
xfs: print transaction log reservation on overrun
by Brian Foster
· 7 years ago
29c1c12
xfs: scrub inode nsec fields
by Darrick J. Wong
· 7 years ago
8e63083
xfs: move all scrub input checking to xfs_scrub_validate
by Eric Sandeen
· 7 years ago
0a085dd
xfs: factor out scrub input checking
by Eric Sandeen
· 7 years ago
bfb3e9b
xfs: explicitly initialize meta_scrub_ops array by type
by Eric Sandeen
· 7 years ago
a015831
xfs: Show realtime device stats on statfs calls if realtime flags set
by Richard Wareing
· 7 years ago
12e971b
Merge tag 'xfs-4.15-fixes-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
b4d8ad7f
xfs: fix s_maxbytes overflow problems
by Darrick J. Wong
· 7 years ago
3a3882f
xfs: quota: check result of register_shrinker()
by Aliaksei Karaliou
· 7 years ago
2196881
xfs: quota: fix missed destroy of qi_tree_lock
by Aliaksei Karaliou
· 7 years ago
fca0e39
Merge tag 'xfs-4.15-fixes-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 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
86d692b
xfs: set cowblocks tag for direct cow writes too
by Darrick J. Wong
· 7 years ago
10ddf64
xfs: remove leftover CoW reservations when remounting ro
by Darrick J. Wong
· 7 years ago
363e59b
xfs: don't be so eager to clear the cowblocks tag on truncate
by Darrick J. Wong
· 7 years ago
91aae6b
xfs: track cowblocks separately in i_flags
by Darrick J. Wong
· 7 years ago
a192de2
xfs: allow CoW remap transactions to use reserve blocks
by Darrick J. Wong
· 7 years ago
9d40fba
xfs: avoid infinite loop when cancelling CoW blocks after writeback failure
by Darrick J. Wong
· 7 years ago
73353f4
xfs: relax is_reflink_inode assert in xfs_reflink_find_cow_mapping
by Darrick J. Wong
· 7 years ago
5c989a0
xfs: remove dest file's post-eof preallocations before reflinking
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
7c5cac1
Merge tag 'xfs-4.15-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
b7e0b6f
xfs: make iomap_begin functions trim iomaps consistently
by Darrick J. Wong
· 7 years ago
f59cf5c
xfs: remove "no-allocation" reservations for file creations
by Christoph Hellwig
· 7 years ago
eaf0ec3
fs: xfs: remove duplicate includes
by Pravin Shedge
· 7 years ago
788c1da
Merge tag 'xfs-4.15-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
373b058
xfs: Properly retry failed dquot items in case of error during buffer writeback
by Carlos Maiolino
· 7 years ago
3b42d38
xfs: scrub inode mode properly
by Darrick J. Wong
· 7 years ago
2d5f4b5
xfs: remove unused parameter from xfs_writepage_map
by Darrick J. Wong
· 7 years ago
22a6c83
xfs: ubsan fixes
by Darrick J. Wong
· 7 years ago
Next »