summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ceph: update ceph_dentry_info::lease_session when necessaryYan, Zheng2017-07-071-2/+7
* ceph: new mount option that specifies fscache uniquifierYan, Zheng2017-07-073-21/+113
* ceph: avoid accessing freeing inode in ceph_check_delayed_caps()Yan, Zheng2017-07-071-2/+9
* ceph: avoid invalid memory dereference in the middle of umountYan, Zheng2017-07-072-4/+6
* ceph: getattr before read on ceph.* xattrsYan, Zheng2017-07-071-0/+3
* ceph: don't re-send interrupted flock requestYan, Zheng2017-07-071-1/+24
* ceph: cleanup writepage_nounlock()Yan, Zheng2017-07-071-6/+6
* ceph: redirty page when writepage_nounlock() skips unwritable pageYan, Zheng2017-07-071-1/+2
* ceph: remove useless page->mapping check in writepage_nounlock()Yan, Zheng2017-07-071-4/+0Star
* ceph: update the 'approaching max_size' codeYan, Zheng2017-07-075-11/+23
* ceph: re-request max size after importing capsYan, Zheng2017-07-071-3/+8
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-06-301-14/+19
|\
| * ovl: don't set origin on broken lower hardlinkMiklos Szeredi2017-06-281-3/+8
| * ovl: copy-up: don't unlock between lookup and linkMiklos Szeredi2017-06-281-12/+12
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-06-291-1/+4
|\ \
| * | block: provide bio_uninit() free freeing integrity/task associationsJens Axboe2017-06-281-1/+4
| |/
* | Merge tag 'nfs-for-4.12-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-06-284-30/+29Star
|\ \ | |/ |/|
| * NFSv4.1: nfs4_callback_free_slot() cannot call nfs4_slot_tbl_drain_complete()Trond Myklebust2017-06-281-1/+0Star
| * Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"Benjamin Coddington2017-06-281-27/+24Star
| * NFSv4.1: Fix a race in nfs4_proc_layoutgetTrond Myklebust2017-06-281-1/+1
| * NFS: Trunking detection should handle ERESTARTSYS/EINTRTrond Myklebust2017-06-281-0/+2
| * NFSv4.2: Don't send mode again in post-EXCLUSIVE4_1 SETATTR with umaskBenjamin Coddington2017-06-051-1/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-06-245-15/+43
|\ \
| * | fs/exec.c: account for argv/envp pointersKees Cook2017-06-241-4/+24
| * | ocfs2: fix deadlock caused by recursive locking in xattrEric Ren2017-06-242-10/+17
| * | fs/dax.c: fix inefficiency in dax_writeback_mapping_range()Jan Kara2017-06-241-0/+1
| * | autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown2017-06-241-1/+1
* | | Merge tag 'xfs-4.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-06-231-2/+5
|\ \ \ | |/ / |/| |
| * | xfs: don't allow bmap on rt filesDarrick J. Wong2017-06-221-2/+5
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-06-225-9/+14
|\ \ \
| * | | CIFS: Fix some return values in case of error in 'crypt_message'Christophe Jaillet2017-06-211-1/+3
| * | | cifs: remove redundant return in cifs_creation_time_getColin Ian King2017-06-211-2/+0Star
| * | | CIFS: Improve readdir verbosityPavel Shilovsky2017-06-212-4/+9
| * | | CIFS: check if pages is null rather than bv for a failed allocationColin Ian King2017-06-211-1/+1
| * | | CIFS: Set ->should_dirty in cifs_user_readv()Dan Carpenter2017-06-211-1/+1
* | | | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-214-32/+28Star
|\ \ \ \ | |/ / / |/| | |
| * | | ufs: fix the logics for tail relocationAl Viro2017-06-173-16/+17
| * | | ufs_iget(): fail with -ESTALE on deleted inodeAl Viro2017-06-171-13/+8Star
| * | | fix signedness of timestamps on ufs1Al Viro2017-06-171-3/+3
* | | | mm: larger stack guard gap, between vmasHugh Dickins2017-06-192-5/+1Star
* | | | Merge tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds2017-06-184-6/+8
|\ \ \ \
| * | | | ceph: unify inode i_ctime updateYan, Zheng2017-06-142-3/+3
| * | | | ceph: use current_kernel_time() to get request time stampYan, Zheng2017-06-141-3/+1Star
| * | | | ceph: check i_nlink while converting a file handle to dentryLuis Henriques2017-06-141-0/+4
* | | | | Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-06-172-4/+3Star
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | xfs: fix spurious spin_is_locked() assert failures on non-smp kernelsBrian Foster2017-06-082-4/+3Star
* | | | | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-176-68/+98
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ufs_truncate_blocks(): fix the case when size is in the last direct blockAl Viro2017-06-151-9/+12
| * | | | ufs: more deadlock prevention on tail unpackingAl Viro2017-06-151-1/+1
| * | | | ufs: avoid grabbing ->truncate_mutex if possibleAl Viro2017-06-152-10/+26