summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-1318-324/+657
|\
| * btrfs: use new dedupe data function pointerDarrick J. Wong2016-01-013-97/+16
| * vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong2016-01-013-0/+139
| * vfs: wire up compat ioctl for CLONE/CLONE_RANGEDarrick J. Wong2016-01-012-1/+5
| * cifs: avoid unused variable and labelArnd Bergmann2015-12-081-2/+0
| * nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig2015-12-085-0/+88
| * nfsd: Pass filehandle to nfs4_preprocess_stateid_op()Anna Schumaker2015-12-083-12/+13
| * vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-089-192/+239
| * locks: new locks_mandatory_area calling conventionChristoph Hellwig2015-12-082-16/+11
| * vfs: Add vfs_copy_file_range() support for pagecache copiesAnna Schumaker2015-12-011-4/+9
| * btrfs: add .copy_file_range file operationZach Brown2015-12-013-39/+56
| * vfs: add copy_file_range syscall and vfs helperZach Brown2015-12-011-0/+120
* | Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2016-01-134-47/+113
|\ \
| * | locks: rename __posix_lock_file to posix_lock_inodeJeff Layton2016-01-081-5/+6
| * | locks: prink more detail when there are leaked locksJeff Layton2016-01-081-4/+29
| * | locks: pass inode pointer to locks_free_lock_contextJeff Layton2016-01-082-2/+4
| * | locks: sprinkle some tracepoints around the file locking codeJeff Layton2016-01-081-3/+9
| * | locks: don't check for race with close when setting OFD lockJeff Layton2016-01-081-6/+10
| * | locks: fix unlock when fcntl_setlk races with a closeJeff Layton2016-01-081-21/+30
| * | fs: make locks.c explicitly non-modularPaul Gortmaker2015-12-181-2/+1
| * | locks: use list_first_entry_or_null()Geliang Tang2015-11-181-6/+4
| * | locks: Don't allow mounts in user namespaces to enable mandatory lockingEric W. Biederman2015-11-161-1/+1
| * | locks: Allow disabling mandatory locking at compile timeJeff Layton2015-11-163-0/+22
* | | Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-121-3/+1
|\ \ \
| * | | uml: fix hostfs mknod()Vegard Nossum2016-01-101-3/+1
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-121-1/+1
|\ \ \ \
| * | | | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-191-1/+1
* | | | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-01-1144-948/+457
|\ \ \ \ \
| * | | | | xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-1421-332/+112
| * | | | | ocfs2: Replace list xattr handler operationsAndreas Gruenbacher2015-12-141-94/+57
| * | | | | nfs: Move call to security_inode_listsecurity into nfs_listxattrAndreas Gruenbacher2015-12-142-17/+40
| * | | | | xfs: Change how listxattr generates synthetic attributesAndreas Gruenbacher2015-12-073-105/+59
| * | | | | tmpfs: listxattr should include POSIX ACL xattrsAndreas Gruenbacher2015-12-072-17/+38
| * | | | | tmpfs: Use xattr handler infrastructureAndreas Gruenbacher2015-12-072-33/+17
| * | | | | btrfs: Use xattr handler infrastructureAndreas Gruenbacher2015-12-073-113/+63
| * | | | | vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-0721-130/+36
| * | | | | posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-0713-54/+52
| * | | | | gfs2: Remove gfs2_xattr_acl_chmodAndreas Gruenbacher2015-12-072-51/+0
| * | | | | vfs: Remove vfs_xattr_cmpAndreas Gruenbacher2015-12-071-19/+0
* | | | | | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-1187-417/+456
|\ \ \ \ \ \
| * | | | | | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-3036-180/+130
| * | | | | | kill free_page_put_link()Al Viro2015-12-294-21/+15
| * | | | | | teach nfs_get_link() to work in RCU modeAl Viro2015-12-092-10/+41
| * | | | | | teach proc_self_get_link()/proc_thread_self_get_link() to work in RCU modeAl Viro2015-12-092-10/+7
| * | | | | | teach page_get_link() to work in RCU modeAl Viro2015-12-091-6/+13
| * | | | | | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-0940-120/+210
| * | | | | | don't put symlink bodies in pagecache into highmemAl Viro2015-12-0954-40/+72
| * | | | | | namei: page_getlink() and page_follow_link_light() are the same thingAl Viro2015-12-071-19/+13
| * | | | | | ufs: get rid of ->setattr() for symlinksAl Viro2015-12-075-51/+5
| * | | | | | udf: don't duplicate page_symlink_inode_operationsAl Viro2015-12-073-8/+2