summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_allChristoph Hellwig2017-10-272-94/+14Star
* xfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_firstChristoph Hellwig2017-10-271-8/+6Star
* xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eqChristoph Hellwig2017-10-271-106/+39Star
* xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_updateChristoph Hellwig2017-10-273-116/+44Star
* 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/+9Star
* 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/+21Star
* 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/+9Star
* 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/+17Star
* xfs: use xfs_bmap_del_extent_delay for the data fork as wellChristoph Hellwig2017-10-271-217/+114Star
* xfs: rename bno to end in __xfs_bunmapiChristoph Hellwig2017-10-271-25/+24Star
* xfs: don't set XFS_BTCUR_BPRV_WASDEL in xfs_bunmapiChristoph Hellwig2017-10-271-5/+1Star
* xfs: use xfs_iext_get_extent instead of open coding itChristoph Hellwig2017-10-272-21/+17Star
* 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/+75Star
* xfs: rewrite getbmap using the xfs_iext_* helpersChristoph Hellwig2017-10-271-317/+208Star
* Merge tag 'ceph-for-4.14-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds2017-10-261-1/+4
|\
| * ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton2017-10-251-1/+4
* | 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-225-6/+7
|\ \
| * | Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-194-5/+5
| * | vfs: fix mounting a filesystem with i_versionMimi Zohar2017-10-171-1/+2
* | | Merge branch 'fixes-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-10-204-8/+37
|\ \ \
| * \ \ Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5James Morris2017-10-194-8/+37
| |\ \ \
| | * | | ecryptfs: fix dereference of NULL user_key_payloadEric Biggers2017-10-122-8/+25
| | * | | fscrypt: fix dereference of NULL user_key_payloadEric Biggers2017-10-121-0/+5
| | * | | FS-Cache: fix dereference of NULL user_key_payloadEric Biggers2017-10-121-0/+7
* | | | | membarrier: Provide register expedited private commandMathieu Desnoyers2017-10-201-0/+1
|/ / / /
* | | | Merge tag 'xfs-4.14-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-10-186-61/+107
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
| * | | fs: invalidate page cache after end_io() in dio completionEryu Guan2017-10-162-25/+36
| * | | xfs: cancel dirty pages on invalidationDave Chinner2017-10-161-12/+22
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-10-181-6/+13
|\ \ \ \ | |/ / / |/| | |
| * | | fs: Avoid invalidation in interrupt context in dio_complete()Lukas Czerner2017-10-171-6/+13
* | | | fs/binfmt_misc.c: node could be NULL when evicting inodeEryu Guan2017-10-141-1/+1
* | | | fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox2017-10-142-5/+15
* | | | Merge tag 'xfs-4.14-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-10-1214-72/+111
|\ \ \ \
| * | | | 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