summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | NFS: Clean up nfs4_check_server_scope()Anna Schumaker2017-04-201-12/+3
| * | | | | | | | | NFS: Clean up nfs4_check_serverowner_major_id()Anna Schumaker2017-04-201-11/+2
| * | | | | | | | | NFS: Create a common nfs4_match_client() functionAnna Schumaker2017-04-201-64/+55
| * | | | | | | | | NFS: Clean up nfs4_check_serverowner_minor_id()Anna Schumaker2017-04-201-21/+1
| * | | | | | | | | NFS: Clean up nfs4_match_clientids()Anna Schumaker2017-04-201-17/+2
| * | | | | | | | | NFS: Clean up nfs42_layoutstat_done()Anna Schumaker2017-04-201-2/+0
| * | | | | | | | | NFS: Remove extra dprintk()s from namespace.cAnna Schumaker2017-04-201-26/+8
| * | | | | | | | | NFS: Clean up nfs_direct_commit_complete()Anna Schumaker2017-04-201-8/+1
| * | | | | | | | | NFS: Remove nfs_direct_readpage_release()Anna Schumaker2017-04-201-11/+1
| * | | | | | | | | NFS: Clean up extra dprintk()s in client.cAnna Schumaker2017-04-201-42/+3
| * | | | | | | | | NFS: Clean up nfs_init_client()Anna Schumaker2017-04-201-13/+7
| * | | | | | | | | NFS: Remove extra dprintk()s from callback_xdr.cAnna Schumaker2017-04-201-11/+0
| * | | | | | | | | NFS: Clean up encode_cb_sequence_res()Anna Schumaker2017-04-201-5/+3
| * | | | | | | | | NFS: Clean up decode_notify_lock_args()Anna Schumaker2017-04-201-5/+2
| * | | | | | | | | NFS: Clean up decode_cb_sequence_args()Anna Schumaker2017-04-201-20/+5
| * | | | | | | | | NFS: Clean up decode_layoutrecall_args()Anna Schumaker2017-04-201-27/+11
| * | | | | | | | | NFS: Clean up decode_recall_args()Anna Schumaker2017-04-201-9/+4
| * | | | | | | | | NFS: Clean up decode_getattr_args()Anna Schumaker2017-04-201-5/+2
| * | | | | | | | | NFS: Remove extra dprintk()s from callback_proc.cAnna Schumaker2017-04-201-22/+0
| * | | | | | | | | NFS: Clean up nfs4_callback_layoutrecall()Anna Schumaker2017-04-201-7/+1
| * | | | | | | | | NFS: Clean up do_callback_layoutrecall()Anna Schumaker2017-04-201-9/+2
| * | | | | | | | | nfs: flexfilelayout: remove v3-only data server limitationTigran Mkrtchyan2017-04-201-1/+7
| * | | | | | | | | NFS: switch back to to ->iterate()Benjamin Coddington2017-04-201-25/+12
* | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-102-2/+2
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-232-2/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-182-2/+2
* | | | | | | | | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-109-51/+417
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ovl: persistent inode numbers for upper hardlinksAmir Goldstein2017-05-051-0/+3
| * | | | | | | | | | | | ovl: merge getattr for dir and nondirMiklos Szeredi2017-05-053-64/+30
| * | | | | | | | | | | | ovl: constant st_ino/st_dev across copy upAmir Goldstein2017-05-051-1/+38
| * | | | | | | | | | | | ovl: persistent inode number for directoriesAmir Goldstein2017-05-051-4/+33
| * | | | | | | | | | | | ovl: set the ORIGIN type flagAmir Goldstein2017-05-052-4/+8
| * | | | | | | | | | | | ovl: lookup non-dir copy-up-origin by file handleAmir Goldstein2017-05-051-0/+132
| * | | | | | | | | | | | ovl: use an auxiliary var for overlay root entryAmir Goldstein2017-05-051-5/+4
| * | | | | | | | | | | | ovl: store file handle of lower inode on copy upAmir Goldstein2017-05-052-0/+118
| * | | | | | | | | | | | ovl: check if all layers are on the same fsAmir Goldstein2017-05-054-0/+18
| * | | | | | | | | | | | ovl: do not set overlay.opaque on non-dir createAmir Goldstein2017-04-261-1/+1
| * | | | | | | | | | | | ovl: check IS_APPEND() on real upper inodeAmir Goldstein2017-04-201-3/+25
| * | | | | | | | | | | | vfs: ftruncate check IS_APPEND() on real upper inodeAmir Goldstein2017-04-201-1/+2
| * | | | | | | | | | | | ovl: Use designated initializersKees Cook2017-04-202-3/+3
| * | | | | | | | | | | | ovl: lockdep annotate of nested stacked overlayfs inode lockAmir Goldstein2017-03-081-0/+37
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-05-104-24/+50
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fuse: Add support for pid namespacesSeth Forshee2017-04-184-9/+35
| * | | | | | | | | | | | fuse: convert fuse_conn.count from atomic_t to refcount_tElena Reshetova2017-04-182-4/+4
| * | | | | | | | | | | | fuse: convert fuse_req.count from atomic_t to refcount_tElena Reshetova2017-04-182-6/+5
| * | | | | | | | | | | | fuse: convert fuse_file.count from atomic_t to refcount_tElena Reshetova2017-04-182-5/+6
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-1013-86/+255
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ceph: fix memory leak in __ceph_setxattr()Luis Henriques2017-05-041-0/+3
| * | | | | | | | | | | | ceph: fix file open flags on ppc64Alexander Graf2017-05-041-1/+33
| * | | | | | | | | | | | ceph: choose readdir frag based on previous readdir replyYan, Zheng2017-05-041-7/+12