summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-1614-805/+1101
|\ \ \ \ \
| * | | | | ovl: fix return value of ovl_fill_superGeliang Tang2016-12-161-0/+2
| * | | | | ovl: clean up kstat usageAl Viro2016-12-164-39/+45
| * | | | | ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein2016-12-163-37/+13
| * | | | | ovl: create directories inside merged parent opaqueAmir Goldstein2016-12-161-2/+12
| * | | | | ovl: opaque cleanupMiklos Szeredi2016-12-164-31/+25
| * | | | | ovl: show redirect_dir mount optionAmir Goldstein2016-12-161-0/+3
| * | | | | ovl: allow setting max size of redirectMiklos Szeredi2016-12-161-3/+7
| * | | | | ovl: allow redirect_dir to default to "on"Miklos Szeredi2016-12-162-0/+19
| * | | | | ovl: check for emptiness of redirect dirAmir Goldstein2016-12-161-9/+22
| * | | | | ovl: redirect on rename-dirMiklos Szeredi2016-12-166-28/+176
| * | | | | ovl: lookup redirectsMiklos Szeredi2016-12-164-2/+123
| * | | | | ovl: consolidate lookup for underlying layersMiklos Szeredi2016-12-161-70/+86
| * | | | | ovl: fix nested overlayfs mountAmir Goldstein2016-12-161-2/+2
| * | | | | ovl: check namelenMiklos Szeredi2016-12-163-21/+35
| * | | | | ovl: split super.cMiklos Szeredi2016-12-166-546/+572
| * | | | | ovl: use d_is_dir()Miklos Szeredi2016-12-161-2/+2
| * | | | | ovl: simplify lookupMiklos Szeredi2016-12-161-29/+25
| * | | | | ovl: check lower existence of rename targetMiklos Szeredi2016-12-161-52/+11
| * | | | | ovl: rename: simplify handling of lower/merged directoryMiklos Szeredi2016-12-162-21/+12
| * | | | | ovl: get rid of PURE typeMiklos Szeredi2016-12-163-13/+6
| * | | | | ovl: check lower existence when removingMiklos Szeredi2016-12-163-3/+56
| * | | | | ovl: add ovl_dentry_is_whiteout()Miklos Szeredi2016-12-163-3/+9