summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: create an ioctl to scrub AG metadataDarrick J. Wong2017-10-2710-0/+292
* xfs: create inode pointer verifiersDarrick J. Wong2017-10-275-28/+100
* xfs: refactor btree block header checking functionsDarrick J. Wong2017-10-274-68/+121
* xfs: refactor btree pointer checksDarrick J. Wong2017-10-273-42/+45
* xfs: create block pointer check functionsDarrick J. Wong2017-10-274-0/+67
* xfs: return a distinct error code value for IGET_INCORE cache missesDarrick J. Wong2017-10-271-1/+1
* xfs: buffer lru reference count error injection tagBrian Foster2017-10-274-5/+23
* xfs: fail if xattr inactivation hits a holeBrian Foster2017-10-271-36/+33
* xfs: check kthread_should_stop() after the setting of task stateHou Tao2017-10-271-3/+18
* xfs: remove xfs_bmbt_get_stateChristoph Hellwig2017-10-272-29/+1
* xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_allChristoph Hellwig2017-10-272-94/+14
* xfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_firstChristoph Hellwig2017-10-271-8/+6
* xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eqChristoph Hellwig2017-10-271-106/+39
* xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_updateChristoph Hellwig2017-10-273-116/+44
* xfs: refactor xfs_bmap_add_extent_unwritten_realChristoph Hellwig2017-10-271-104/+104
* xfs: refactor delalloc accounting in xfs_bmap_add_extent_delay_realChristoph Hellwig2017-10-271-23/+9
* xfs: refactor xfs_bmap_add_extent_delay_realChristoph Hellwig2017-10-271-86/+95
* xfs: refactor xfs_bmap_add_extent_hole_realChristoph Hellwig2017-10-271-27/+21
* xfs: refactor xfs_bmap_add_extent_hole_delayChristoph Hellwig2017-10-271-10/+11
* xfs: refactor xfs_del_extent_realChristoph Hellwig2017-10-271-30/+30
* xfs: use the state defines in xfs_bmap_del_extent_realChristoph Hellwig2017-10-271-12/+9
* xfs: use correct state defines in xfs_bmap_del_extent_{cow,delay}Christoph Hellwig2017-10-271-12/+12
* xfs: move some more code into xfs_bmap_del_extent_realChristoph Hellwig2017-10-271-24/+17
* xfs: use xfs_bmap_del_extent_delay for the data fork as wellChristoph Hellwig2017-10-271-217/+114
* xfs: rename bno to end in __xfs_bunmapiChristoph Hellwig2017-10-271-25/+24
* xfs: don't set XFS_BTCUR_BPRV_WASDEL in xfs_bunmapiChristoph Hellwig2017-10-271-5/+1
* xfs: use xfs_iext_get_extent instead of open coding itChristoph Hellwig2017-10-272-21/+17
* xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig2017-10-271-1/+1
* xfs: simplify the xfs_getbmap interfaceChristoph Hellwig2017-10-273-95/+75
* xfs: rewrite getbmap using the xfs_iext_* helpersChristoph Hellwig2017-10-271-317/+208
* Merge tag 'xfs-4.14-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-10-261-8/+13
|\
| * xfs: fix AIM7 regressionChristoph Hellwig2017-10-241-8/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-10-221-1/+1
|\ \ | |/ |/|
| * Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-191-1/+1
* | xfs: move two more RT specific functions into CONFIG_XFS_RTArnd Bergmann2017-10-161-24/+24
* | xfs: trim writepage mapping to within eofBrian Foster2017-10-163-0/+25
* | xfs: cancel dirty pages on invalidationDave Chinner2017-10-161-12/+22
* | xfs: handle error if xfs_btree_get_bufs failsEric Sandeen2017-10-111-0/+8
* | xfs: reinit btree pointer on attr tree inactivation walkBrian Foster2017-10-111-0/+2
* | xfs: Fix bool initialization/comparisonThomas Meyer2017-10-115-8/+8
* | xfs: don't change inode mode if ACL update failsDave Chinner2017-10-111-6/+16
* | xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner2017-10-113-0/+27
* | xfs: Don't log uninitialised fields in inode structuresDave Chinner2017-10-113-58/+50
|/
* xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig2017-10-041-1/+8
* xfs: always swap the cow forks when swapping extentsDarrick J. Wong2017-10-041-2/+22
* xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong2017-09-261-15/+2
* xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino2017-09-261-1/+1
* xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong2017-09-261-2/+10
* xfs: update i_size after unwritten conversion in dio completionEryu Guan2017-09-265-19/+28
* xfs: validate bdev support for DAX inode flagRoss Zwisler2017-09-261-1/+2