summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-02-12xfs: use buf ops magic to detect btree block typeDarrick J. Wong3-10/+2
2019-02-12xfs: add magic numbers to dquot buffer opsDarrick J. Wong1-0/+4
2019-02-12xfs: add inode magic to inode verifierDarrick J. Wong2-2/+6
2019-02-12xfs: factor xfs_da3_blkinfo verification into common helperBrian Foster4-37/+43
2019-02-12xfs: miscellaneous verifier magic value fixupsBrian Foster13-46/+57
2019-02-12xfs: use verifier magic field in dir2 leaf verifiersBrian Foster1-68/+19
2019-02-12xfs: distinguish between bnobt and cntbt magic valuesBrian Foster1-35/+25
2019-02-12xfs: split up allocation btree verifierBrian Foster5-11/+20
2019-02-12xfs: distinguish between inobt and finobt magic valuesBrian Foster3-9/+28
2019-02-12xfs: create a separate finobt verifierBrian Foster5-5/+15
2019-02-12xfs: always check magic values in on-disk byte orderBrian Foster5-7/+8
2019-02-12xfs: clarify documentation for the function to reverify buffersBrian Foster3-22/+17
2019-02-12xfs: cache unlinked pointers in an rhashtableDarrick J. Wong7-7/+306
2019-02-12xfs: add tracepoints for high level iunlink operationsDarrick J. Wong2-0/+28
2019-02-12xfs: refactor inode update in iunlink_removeDarrick J. Wong1-21/+13
2019-02-12xfs: refactor unlinked list search and mapping to a separate functionDarrick J. Wong1-38/+96
2019-02-12xfs: refactor inode unlinked pointer update functionsDarrick J. Wong2-92/+125
2019-02-12xfs: strengthen AGI unlinked inode bucket pointer checksDarrick J. Wong1-11/+14
2019-02-12xfs: refactor AGI unlinked bucket updatesDarrick J. Wong2-20/+71
2019-02-12xfs: add xfs_verify_agino_or_null helperDarrick J. Wong4-7/+19
2019-02-12xfs: clean up iunlink functionsDarrick J. Wong1-47/+32
2019-02-12xfs: use the latest extent at writeback delalloc conversion timeBrian Foster3-124/+64
2019-02-12xfs: create delalloc bmapi wrapper for full extent allocationBrian Foster2-4/+59
2019-02-12xfs: remove superfluous writeback mapping eof trimmingBrian Foster3-27/+0
2019-02-12xfs: validate writeback mapping using data fork seq counterBrian Foster2-16/+49
2019-02-12xfs: update fork seq counter on data fork changesBrian Foster2-8/+7
2019-02-12xfs: Introduce XFS_PTAG_VERIFIER_ERROR panic maskMarco Benatto3-2/+4
2019-02-12xfs: remove duplicated xfs_defer.hYueHaibing4-4/+0
2019-02-12xfs: check attribute name validityDarrick J. Wong3-1/+24
2019-02-12xfs: check directory name validityDarrick J. Wong3-0/+24
2019-02-12xfs: fix off-by-one error in rtbitmap cross-referenceDarrick J. Wong1-3/+2
2019-02-12xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong3-0/+39
2019-02-12xfs: abort xattr scrub if fatal signals are pendingDarrick J. Wong1-0/+5
2019-02-12xfs: consolidate scrub dinode mapping code into a single functionDarrick J. Wong1-30/+32
2019-02-12xfs: scrub big block inode btrees correctlyDarrick J. Wong1-1/+9
2019-02-12xfs: clean up the inode cluster checking in the inobt scrubDarrick J. Wong2-58/+152
2019-02-12xfs: hoist inode cluster checks out of loopDarrick J. Wong1-54/+65
2019-02-12xfs: check inobt record alignment on big block filesystemsDarrick J. Wong1-0/+41
2019-02-12xfs: check the ir_startino alignment directlyDarrick J. Wong1-6/+50
2019-02-12xfs: never try to scrub more than 64 inodes per inobt recordDarrick J. Wong1-1/+2
2019-02-09Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+11
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-12/+24
2019-02-08Merge tag 'xfs-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-5/+27
2019-02-08Merge tag 'nfsd-5.0-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+4
2019-02-07Merge tag 'fuse-fixes-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+5
2019-02-06nfsd: Fix error return values for nfsd4_clone_file_range()Trond Myklebust1-2/+4
2019-02-06fs: ratelimit __find_get_block_slow() failure message.Tetsuo Handa1-9/+10
2019-02-06aio: initialize kiocb private in case any filesystems expect it.Mike Marshall1-0/+1
2019-02-04xfs: set buffer ops when repair probes for btree typeDarrick J. Wong2-3/+24
2019-02-04xfs: end sync buffer I/O properly on shutdown errorBrian Foster1-2/+1