aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-20ceph: do a LOOKUP in d_revalidate instead of GETATTRJeff Layton1-2/+3
2017-02-20ceph: call update_dentry_lease even when r_locked dir is not setJeff Layton1-0/+20
2017-02-20ceph: vet the target and parent inodes before updating dentry leaseJeff Layton1-24/+48
2017-02-20ceph: don't update_dentry_lease unless we actually got oneJeff Layton1-2/+2
2017-02-20ceph: add a new flag to indicate whether parent is lockedJeff Layton6-28/+39
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton5-38/+45
2017-02-20ceph: drop session argument to ceph_fill_traceJeff Layton3-5/+4
2017-02-20ceph: remove "Debugging hook" from ceph_fill_traceJeff Layton1-34/+0
2017-02-20ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng3-5/+5
2017-02-20ceph: make sure flushing inode in proper session's cap_flushing listYan, Zheng1-0/+10
2017-02-20ceph: update readpages osd request according to size of pagesYan, Zheng1-0/+1
2017-02-20ceph: fix bogus endianness change in ceph_ioctl_set_layoutJeff Layton1-2/+2
2017-02-20ceph: avoid updating mds_wanted too frequentlyYan, Zheng1-3/+9
2017-02-20ceph: set io_pages bdi hintAndreas Gerstmayr2-2/+10
2017-02-20ceph: fix spelling mistake: "enabing" -> "enabling"Colin Ian King1-1/+1
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski5-10/+10
2017-02-20ceph: pass parent inode info to ceph_encode_dentry_release if we have itJeff Layton3-6/+13
2017-02-20ceph: fix unsafe dcache access in ceph_encode_dentry_releaseJeff Layton1-2/+5
2017-02-20ceph: pass parent dir ino info to build_dentry_pathJeff Layton1-7/+9
2017-02-20ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton1-2/+7
2017-02-20ceph: clean up unsafe d_parent access in __choose_mdsJeff Layton1-22/+42
2017-02-16vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi1-0/+1
2017-02-16fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi1-0/+1
2017-02-15fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala1-0/+4
2017-02-11Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds2-17/+28
2017-02-10Btrfs: fix btrfs_decompress_buf2page()Omar Sandoval1-15/+24
2017-02-10Merge tag 'nfsd-4.10-3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-37/+60
2017-02-09nfsd: Revert "nfsd: special case truncates some more"J. Bruce Fields1-37/+60
2017-02-09pstore: don't OOPS when there are no ftrace zonesBrian Norris1-1/+1
2017-02-08btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney1-2/+4
2017-02-07mm: fix KPF_SWAPCACHE in /proc/kpageflagsHugh Dickins1-1/+2
2017-02-03fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko2-0/+8
2017-02-02Merge tag 'nfsd-4.10-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-75/+50
2017-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-2/+36
2017-01-31Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+1
2017-01-31fscache: Fix dead object requeueDavid Howells1-2/+24
2017-01-31fscache: Clear outstanding writes when disabling a cookieDavid Howells2-0/+11
2017-01-31FS-Cache: Initialise stores_lock in netfs cookieDavid Howells1-0/+1
2017-01-31nfsd: special case truncates some moreChristoph Hellwig1-60/+37
2017-01-31NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee3-15/+13
2017-01-28Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-2/+5
2017-01-27Merge tag 'xfs-for-linus-4.10-rc6-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds13-63/+220
2017-01-27Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-9/+17
2017-01-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2017-01-27xfs: prevent quotacheck from overloading inode lruBrian Foster1-1/+2
2017-01-26Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operationsOmar Sandoval1-2/+0
2017-01-26Btrfs: disable xattr operations on subvolume directoriesOmar Sandoval1-0/+1
2017-01-26Btrfs: remove old tree_root case in btrfs_read_locked_inode()Omar Sandoval1-4/+1
2017-01-26pNFS: Fix a reference leak in _pnfs_return_layoutTrond Myklebust1-1/+1
2017-01-26nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever1-0/+1