summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
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-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
2019-02-04xfs: eof trim writeback mapping as soon as it is cachedBrian Foster1-0/+2
2018-12-29xfs: xfs_fsops: drop useless LIST_HEADJulia Lawall1-1/+0
2018-12-29xfs: xfs_buf: drop useless LIST_HEADJulia Lawall1-1/+0
2018-12-22xfs: reallocate realtime summary cache on growfsOmar Sandoval1-8/+36
2018-12-20xfs: stringify scrub types in ftrace outputDarrick J. Wong2-28/+79
2018-12-20xfs: stringify btree cursor types in ftrace outputDarrick J. Wong3-14/+49
2018-12-20xfs: move XFS_INODE_FORMAT_STR mappings to libxfsDarrick J. Wong2-5/+15
2018-12-20xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfsDarrick J. Wong2-4/+5
2018-12-20xfs: fix symbolic enum printing in ftrace outputDarrick J. Wong3-0/+26
2018-12-20xfs: fix function pointer type in ftrace formatDarrick J. Wong1-1/+1
2018-12-18xfs: Fix x32 ioctls when cmd numbers differ from ia32.Nick Bowler1-3/+15
2018-12-18xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler1-4/+30
2018-12-18xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler1-0/+6
2018-12-13xfs: require both realtime inodes to mountDarrick J. Wong1-3/+1
2018-12-12xfs: cache minimum realtime summary levelOmar Sandoval3-4/+34
2018-12-12xfs: count inode blocks correctly in inobt scrubDarrick J. Wong1-7/+15
2018-12-12xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong5-8/+11
2018-12-12xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong7-43/+34
2018-12-12xfs: add a block to inode count converterDarrick J. Wong8-17/+18
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong17-116/+84
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong18-261/+266
2018-12-12xfs: streamline defer op type handlingDarrick J. Wong7-45/+43
2018-12-12xfs: idiotproof defer op type configurationDarrick J. Wong8-53/+23