aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-10-26xfs: scrub free space btreesGravatar Darrick J. Wong 7-1/+138
2017-10-26xfs: scrub the AGIGravatar Darrick J. Wong 5-3/+95
2017-10-26xfs: scrub AGF and AGFLGravatar Darrick J. Wong 6-7/+223
2017-10-26xfs: scrub the secondary superblocksGravatar Darrick J. Wong 6-1/+340
2017-10-26xfs: create helpers to scan an allocation groupGravatar Darrick J. Wong 4-0/+214
2017-10-26xfs: scrub btree keys and recordsGravatar Darrick J. Wong 2-1/+154
2017-10-26xfs: scrub the shape of a metadata btreeGravatar Darrick J. Wong 3-7/+274
2017-10-26xfs: create helpers to scrub a metadata btreeGravatar Darrick J. Wong 5-0/+352
2017-10-26xfs: create helpers to record and deal with scrub problemsGravatar Darrick J. Wong 3-0/+428
2017-10-26xfs: probe the scrub ioctlGravatar Darrick J. Wong 7-1/+150
2017-10-26xfs: dispatch metadata scrub subcommandsGravatar Darrick J. Wong 3-1/+262
2017-10-26xfs: create an ioctl to scrub AG metadataGravatar Darrick J. Wong 10-0/+292
2017-10-26xfs: create inode pointer verifiersGravatar Darrick J. Wong 5-28/+100
2017-10-26xfs: refactor btree block header checking functionsGravatar Darrick J. Wong 4-68/+121
2017-10-26xfs: refactor btree pointer checksGravatar Darrick J. Wong 3-42/+45
2017-10-26xfs: create block pointer check functionsGravatar Darrick J. Wong 4-0/+67
2017-10-26xfs: return a distinct error code value for IGET_INCORE cache missesGravatar Darrick J. Wong 1-1/+1
2017-10-26xfs: buffer lru reference count error injection tagGravatar Brian Foster 4-5/+23
2017-10-26xfs: fail if xattr inactivation hits a holeGravatar Brian Foster 1-36/+33
2017-10-26xfs: check kthread_should_stop() after the setting of task stateGravatar Hou Tao 1-3/+18
2017-10-26xfs: remove xfs_bmbt_get_stateGravatar Christoph Hellwig 2-29/+1
2017-10-26xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_allGravatar Christoph Hellwig 2-94/+14
2017-10-26xfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_firstGravatar Christoph Hellwig 1-8/+6
2017-10-26xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eqGravatar Christoph Hellwig 1-106/+39
2017-10-26xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_updateGravatar Christoph Hellwig 3-116/+44
2017-10-26xfs: refactor xfs_bmap_add_extent_unwritten_realGravatar Christoph Hellwig 1-104/+104
2017-10-26xfs: refactor delalloc accounting in xfs_bmap_add_extent_delay_realGravatar Christoph Hellwig 1-23/+9
2017-10-26xfs: refactor xfs_bmap_add_extent_delay_realGravatar Christoph Hellwig 1-86/+95
2017-10-26xfs: refactor xfs_bmap_add_extent_hole_realGravatar Christoph Hellwig 1-27/+21
2017-10-26xfs: refactor xfs_bmap_add_extent_hole_delayGravatar Christoph Hellwig 1-10/+11
2017-10-26xfs: refactor xfs_del_extent_realGravatar Christoph Hellwig 1-30/+30
2017-10-26xfs: use the state defines in xfs_bmap_del_extent_realGravatar Christoph Hellwig 1-12/+9
2017-10-26xfs: use correct state defines in xfs_bmap_del_extent_{cow,delay}Gravatar Christoph Hellwig 1-12/+12
2017-10-26xfs: move some more code into xfs_bmap_del_extent_realGravatar Christoph Hellwig 1-24/+17
2017-10-26xfs: use xfs_bmap_del_extent_delay for the data fork as wellGravatar Christoph Hellwig 1-217/+114
2017-10-26xfs: rename bno to end in __xfs_bunmapiGravatar Christoph Hellwig 1-25/+24
2017-10-26xfs: don't set XFS_BTCUR_BPRV_WASDEL in xfs_bunmapiGravatar Christoph Hellwig 1-5/+1
2017-10-26xfs: use xfs_iext_get_extent instead of open coding itGravatar Christoph Hellwig 2-21/+17
2017-10-26xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realGravatar Christoph Hellwig 1-1/+1
2017-10-26xfs: simplify the xfs_getbmap interfaceGravatar Christoph Hellwig 3-95/+75
2017-10-26xfs: rewrite getbmap using the xfs_iext_* helpersGravatar Christoph Hellwig 1-317/+208
2017-10-26Merge tag 'ceph-for-4.14-rc7' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-1/+4
2017-10-26Merge tag 'xfs-4.14-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-8/+13
2017-10-25ceph: unlock dangling spinlock in try_flush_caps()Gravatar Jeff Layton 1-1/+4
2017-10-23xfs: fix AIM7 regressionGravatar Christoph Hellwig 1-8/+13
2017-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-6/+7
2017-10-20Merge branch 'fixes-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-8/+37
2017-10-19membarrier: Provide register expedited private commandGravatar Mathieu Desnoyers 1-0/+1
2017-10-19Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5Gravatar James Morris 4-8/+37
2017-10-18Convert fs/*/* to SB_I_VERSIONGravatar Matthew Garrett 4-5/+5