summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ceph: do a LOOKUP in d_revalidate instead of GETATTRJeff Layton2017-02-201-2/+3
* ceph: call update_dentry_lease even when r_locked dir is not setJeff Layton2017-02-201-0/+20
* ceph: vet the target and parent inodes before updating dentry leaseJeff Layton2017-02-201-24/+48
* ceph: don't update_dentry_lease unless we actually got oneJeff Layton2017-02-201-2/+2
* ceph: add a new flag to indicate whether parent is lockedJeff Layton2017-02-206-28/+39
* ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton2017-02-205-38/+45
* ceph: drop session argument to ceph_fill_traceJeff Layton2017-02-203-5/+4
* ceph: remove "Debugging hook" from ceph_fill_traceJeff Layton2017-02-201-34/+0
* ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng2017-02-203-5/+5
* ceph: make sure flushing inode in proper session's cap_flushing listYan, Zheng2017-02-201-0/+10
* ceph: update readpages osd request according to size of pagesYan, Zheng2017-02-201-0/+1
* ceph: fix bogus endianness change in ceph_ioctl_set_layoutJeff Layton2017-02-201-2/+2
* ceph: avoid updating mds_wanted too frequentlyYan, Zheng2017-02-201-3/+9
* ceph: set io_pages bdi hintAndreas Gerstmayr2017-02-202-2/+10
* ceph: fix spelling mistake: "enabing" -> "enabling"Colin Ian King2017-02-201-1/+1
* ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski2017-02-205-10/+10
* ceph: pass parent inode info to ceph_encode_dentry_release if we have itJeff Layton2017-02-203-6/+13
* ceph: fix unsafe dcache access in ceph_encode_dentry_releaseJeff Layton2017-02-201-2/+5
* ceph: pass parent dir ino info to build_dentry_pathJeff Layton2017-02-201-7/+9
* ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton2017-02-201-2/+7
* ceph: clean up unsafe d_parent access in __choose_mdsJeff Layton2017-02-201-22/+42
* vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi2017-02-161-0/+1
* fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi2017-02-161-0/+1
* fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala2017-02-151-0/+4
* Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-112-17/+28
|\
| * Btrfs: fix btrfs_decompress_buf2page()Omar Sandoval2017-02-101-15/+24
| * btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney2017-02-081-2/+4
* | Merge tag 'nfsd-4.10-3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-02-101-37/+60
|\ \
| * | nfsd: Revert "nfsd: special case truncates some more"J. Bruce Fields2017-02-091-37/+60
* | | pstore: don't OOPS when there are no ftrace zonesBrian Norris2017-02-091-1/+1
* | | mm: fix KPF_SWAPCACHE in /proc/kpageflagsHugh Dickins2017-02-071-1/+2
|/ /
* | fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko2017-02-032-0/+8
* | Merge tag 'nfsd-4.10-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-02-024-75/+50
|\ \
| * | nfsd: special case truncates some moreChristoph Hellwig2017-01-311-60/+37
| * | NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee2017-01-313-15/+13
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-02-013-2/+36
|\ \ \
| * | | fscache: Fix dead object requeueDavid Howells2017-01-311-2/+24
| * | | fscache: Clear outstanding writes when disabling a cookieDavid Howells2017-01-312-0/+11
| * | | FS-Cache: Initialise stores_lock in netfs cookieDavid Howells2017-01-311-0/+1
| |/ /
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-01-311-0/+1
|\ \ \ | |/ / |/| |
| * | cifs: initialize file_info_lockRabin Vincent2017-01-141-0/+1
* | | Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-01-283-2/+5
|\ \ \
| * | | pNFS: Fix a reference leak in _pnfs_return_layoutTrond Myklebust2017-01-261-1/+1
| * | | nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever2017-01-261-0/+1
| * | | NFSv4.0: always send mode in SETATTR after EXCLUSIVE4Benjamin Coddington2017-01-241-1/+2
| * | | NFSv4.1: Fix a deadlock in layoutgetTrond Myklebust2017-01-231-0/+1
* | | | Merge tag 'xfs-for-linus-4.10-rc6-5' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2017-01-2713-63/+220
|\ \ \ \
| * | | | xfs: prevent quotacheck from overloading inode lruBrian Foster2017-01-271-1/+2
| * | | | xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong2017-01-261-10/+18
| * | | | xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong2017-01-251-0/+1