summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-103-17/+23
|\
| * Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams2018-04-093-17/+23
| |\
| | * xfs, dax: introduce xfs_dax_aopsDan Williams2018-03-303-17/+23
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-1/+1
|\ \ \
| * | | vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalentsIngo Molnar2018-03-191-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-051-1/+1
|\ \ \ \
| * | | | treewide: Align function definition open/close bracesJoe Perches2018-03-261-1/+1
| | |/ / | |/| |
* | | | xfs: do not log/recover swapext extent owner changes for deleted inodesEric Sandeen2018-03-292-1/+7
* | | | xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster2018-03-263-13/+29
* | | | xfs: remove dead inode version setting codeDave Chinner2018-03-241-4/+1Star
* | | | xfs: catch inode allocation state mismatch corruptionDave Chinner2018-03-241-1/+22
* | | | xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corruptDarrick J. Wong2018-03-241-1/+1
* | | | xfs: flag inode corruption if parent ptr doesn't get us a real inodeDarrick J. Wong2018-03-241-1/+11
* | | | xfs: don't accept inode buffers with suspicious unlinked chainsDarrick J. Wong2018-03-241-2/+8
* | | | xfs: move inode extent size hint validation to libxfsDarrick J. Wong2018-03-243-88/+122
* | | | xfs: record inode buf errors as a xref error in inobt scrubberDarrick J. Wong2018-03-241-1/+2
* | | | xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-249-111/+74Star
* | | | xfs: inode scrubber shouldn't bother with raw checksDarrick J. Wong2018-03-241-89/+13Star
* | | | xfs: bmap scrubber should do rmap xref with bmap for sparse filesDarrick J. Wong2018-03-241-1/+169
* | | | xfs: refactor inode buffer verifier error loggingDarrick J. Wong2018-03-243-6/+30
* | | | xfs: refactor inode verifier error loggingDarrick J. Wong2018-03-242-8/+12
* | | | xfs: refactor bmap record validationDarrick J. Wong2018-03-244-21/+54
* | | | xfs: sanity-check the unused space before trying to use itDarrick J. Wong2018-03-245-49/+111
* | | | xfs: detect agfl count corruption and reset agflBrian Foster2018-03-243-1/+103
* | | | xfs: unwind the try_again loop in xfs_log_forceChristoph Hellwig2018-03-241-30/+42
* | | | xfs: refactor xfs_log_force_lsnChristoph Hellwig2018-03-241-80/+62Star
* | | | xfs: minor cleanup for xfs_reflink_end_cowChristoph Hellwig2018-03-151-9/+8Star
* | | | xfs: minor cleanup for xfs_get_blocksChristoph Hellwig2018-03-151-7/+6Star
* | | | xfs: remove xfs_zero_rangeChristoph Hellwig2018-03-154-53/+14Star
* | | | xfs: assert that xfs_reflink_allocate_cow is called with XFS_ILOCK_EXCLChristoph Hellwig2018-03-151-1/+1
* | | | xfs: don't use XFS_BMAPI_ENTRIRE in xfs_get_blocksChristoph Hellwig2018-03-151-2/+2
* | | | xfs: fix the check for COW extents in xfs_swap_extentsChristoph Hellwig2018-03-151-2/+2
* | | | xfs: refactor xfs_log_forceChristoph Hellwig2018-03-141-81/+63Star
* | | | xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnChristoph Hellwig2018-03-146-28/+9Star
* | | | xfs: merge _xfs_log_force and xfs_log_forceChristoph Hellwig2018-03-144-29/+8Star
* | | | xfs: remove the unused log_flushed variable in xfs_extent_busy_flushChristoph Hellwig2018-03-141-2/+2
* | | | xfs: remove an outdated comment for xfs_inode_item_committingChristoph Hellwig2018-03-141-4/+0Star
* | | | xfs: remove misleading comment text on xfs_inode_item_unlockChristoph Hellwig2018-03-141-3/+0Star
* | | | xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster2018-03-125-12/+46
* | | | xfs: rename agfl perag res type to rmapbtBrian Foster2018-03-124-34/+33Star
* | | | xfs: account format bouncing into rmapbt swapext tx reservationBrian Foster2018-03-121-9/+20
* | | | xfs: shutdown if block allocation overruns tx reservationBrian Foster2018-03-121-4/+8
* | | | xfs: Rename xa_ elements to ail_Matthew Wilcox2018-03-1210-174/+175
* | | | xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-03-125-23/+31
* | | | xfs: check for cow blocks before trying to clear themDarrick J. Wong2018-03-122-9/+5Star
* | | | xfs: convert a few more directory asserts to corruptionDarrick J. Wong2018-03-122-3/+5
* | | | xfs: don't iunlock the quota ip when quota blockDarrick J. Wong2018-03-121-2/+0Star
* | | | xfs: Correctly invert xfs_buftarg LRU isolation logicVratislav Bendel2018-03-121-1/+1
* | | | xfs: fix transaction allocation deadlock in IO pathDave Chinner2018-03-122-3/+4
* | | | xfs: implement the lazytime mount optionChristoph Hellwig2018-03-123-1/+49