summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | autofs: change autofs4_expire_wait()/do_expire_wait() to take struct pathIan Kent2016-12-034-8/+11
| | * | | | | | | vfs: add path_has_submounts()Ian Kent2016-12-031-0/+39
| | * | | | | | | vfs: add path_is_mountpoint() helperIan Kent2016-12-032-0/+35
| | * | | | | | | vfs: change d_manage() to take a struct pathIan Kent2016-12-022-9/+9
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linusAl Viro2016-12-1620-306/+797
| |\ \ \ \ \ \ \
| | * | | | | | | ocfs2: implement the VFS clone_range, copy_range, and dedupe_range featuresDarrick J. Wong2016-12-104-3/+474
| | * | | | | | | ocfs2: charge quota for reflinked blocksDarrick J. Wong2016-12-101-0/+7
| | * | | | | | | ocfs2: fix bad pointer castDarrick J. Wong2016-12-101-1/+1
| | * | | | | | | ocfs2: always unlock when completing dio writesDarrick J. Wong2016-12-101-4/+1
| | * | | | | | | ocfs2: don't eat io errors during _dio_end_io_writeDarrick J. Wong2016-12-101-6/+9
| | * | | | | | | ocfs2: budget for extent tree splits when adding refcount flagDarrick J. Wong2016-12-101-0/+3
| | * | | | | | | ocfs2: prohibit refcounted swapfilesDarrick J. Wong2016-12-101-0/+9
| | * | | | | | | ocfs2: add newlines to some error messagesDarrick J. Wong2016-12-101-2/+2
| | * | | | | | | ocfs2: convert inode refcount test to a helperDarrick J. Wong2016-12-106-29/+23
| | * | | | | | | vfs: refactor clone/dedupe_file_range common functionsDarrick J. Wong2016-12-092-204/+213
| | * | | | | | | fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig2016-12-095-40/+22
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'work.write_end' into for-linusAl Viro2016-12-166-65/+52
| |\ \ \ \ \ \ \
| | * | | | | | | simple_write_end(): don't zero in short copy into uptodateAl Viro2016-12-101-6/+8
| | * | | | | | | exofs: don't mess with simple_write_{begin,end}Al Viro2016-12-101-38/+30
| | * | | | | | | 9p: saner ->write_end() on failing copy into non-uptodate pageAl Viro2016-12-101-11/+4
| | * | | | | | | fix gfs2_stuffed_write_end() on short copiesAl Viro2016-12-101-3/+1
| | * | | | | | | fix ceph_write_end()Al Viro2016-12-101-6/+8
| | * | | | | | | nfs_write_end(): fix handling of short copiesAl Viro2016-12-091-1/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | vfs: misc struct path constificationAl Viro2016-12-053-4/+4
| * | | | | | | namespace.c: constify struct path passed to a bunch of primitivesAl Viro2016-12-052-5/+5
| * | | | | | | quota: constify struct path in quota_onAl Viro2016-12-054-7/+7
| * | | | | | | constify alloc_file()Al Viro2016-12-051-1/+1
| * | | | | | | constify btrfs_mksubvol()Al Viro2016-12-051-1/+1
| * | | | | | | autofs: constify find_autofs_mount() callbackAl Viro2016-12-051-3/+3
| * | | | | | | constify get_dcookie() and friendsAl Viro2016-12-051-2/+2
| * | | | | | | constify fsnotify_parent()Al Viro2016-12-051-1/+1
| * | | | | | | fsnotify(): constify 'data'Al Viro2016-12-051-3/+3
| * | | | | | | fsnotify: constify 'data' passed to ->handle_event()Al Viro2016-12-055-9/+9
| * | | | | | | fs: Constify path_is_under()'s argumentsMickaël Salaün2016-12-051-1/+1
| |/ / / / / /
* | | | | | | Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-12-168-211/+540
|\ \ \ \ \ \ \
| * | | | | | | libceph: always signal completion when doneIlya Dryomov2016-12-141-1/+1
| * | | | | | | ceph: avoid creating orphan object when checking pool permissionYan, Zheng2016-12-141-0/+9
| * | | | | | | ceph: properly set issue_seq for cap releaseYan, Zheng2016-12-121-0/+1
| * | | | | | | ceph: add flags parameter to send_cap_msgJeff Layton2016-12-121-10/+15
| * | | | | | | ceph: update cap message struct version to 10Jeff Layton2016-12-121-6/+33
| * | | | | | | ceph: define new argument structure for send_cap_msgJeff Layton2016-12-121-99/+126
| * | | | | | | ceph: move xattr initialzation before the encoding past the ceph_mds_capsJeff Layton2016-12-121-7/+7
| * | | | | | | ceph: fix minor typo in unsafe_request_waitJeff Layton2016-12-121-1/+1
| * | | | | | | ceph: record truncate size/seq for snap data writebackYan, Zheng2016-12-123-13/+22
| * | | | | | | ceph: check availability of mds cluster on mountYan, Zheng2016-12-124-11/+182
| * | | | | | | ceph: fix splice read for no Fc capability caseYan, Zheng2016-12-121-54/+66
| * | | | | | | ceph: try getting buffer capability for readahead/fadviseYan, Zheng2016-12-124-11/+73
| * | | | | | | ceph: fix scheduler warning due to nested blockingNikolay Borisov2016-12-121-3/+9
| * | | | | | | ceph: fix printing wrong return variable in ceph_direct_read_write()Zhi Zhang2016-12-121-1/+1
| * | | | | | | libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov2016-12-121-2/+2
| | |_|_|_|/ / | |/| | | | |