summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | f2fs: it's umode_t, not mode_t...Al Viro2015-12-061-4/+2
| * | | typo in fs/namei.c commentMike Marshall2015-12-061-1/+1
| * | | vgaarb: remove bogus checksAl Viro2015-12-061-7/+0
| * | | coredump: Use 64bit time for unix time of coredumpArnd Bergmann2015-12-061-3/+5
| * | | adfs: constify adfs_dir_ops structuresJulia Lawall2015-12-064-8/+8
| * | | vfs: show_vfsstat: remove redundant initialization and check of error codeDmitry V. Levin2015-12-061-3/+2
| * | | vfs: show_mountinfo: cleanup error code checksDmitry V. Levin2015-12-061-9/+11
| * | | vfs: show_vfsmnt: remove redundant initialization of error codeDmitry V. Levin2015-12-061-1/+1
| * | | fs/attr.c: is_sxid can be booleanYaowei Bai2015-12-061-1/+1
| * | | fs/bad_inode.c: is_bad_inode can be booleanYaowei Bai2015-12-062-2/+2
| * | | fs/dcache.c: is_subdir can be booleanYaowei Bai2015-12-062-8/+8
| * | | fs/namespace.c: path_is_under can be booleanYaowei Bai2015-12-062-3/+3
| * | | fs/block_dev.c: make sb_is_blkdev_sb return bool when CONFIG_BLOCK undefinedYaowei Bai2015-12-061-2/+2
| * | | lustre: constify inode_operations structuresJulia Lawall2015-12-063-4/+4
| * | | fs/file.c: __const_max is actually __const_min :-)Rasmus Villemoes2015-12-061-3/+3
| * | | 9p/trans_virtio: don't bother with p9_tag_lookup()Al Viro2015-12-061-8/+4
* | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-122-7/+8
|\ \ \ \
| * | | | iov_iter: export import_single_range()Al Viro2015-12-061-0/+1
| * | | | iov_iter: constify {csum_and_,}copy_to_iter()Al Viro2015-12-062-7/+7
| |/ / /
* | | | Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-1226-343/+733
|\ \ \ \
| * | | | 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-015-0/+173
| * | | | 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-076-2/+90
| * | | | nfsd: Pass filehandle to nfs4_preprocess_stateid_op()Anna Schumaker2015-12-073-12/+13
| * | | | vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-0711-193/+254
| * | | | locks: new locks_mandatory_area calling conventionChristoph Hellwig2015-12-073-32/+25
| * | | | 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
| * | | | x86: add sys_copy_file_range to syscall tablesZach Brown2015-12-012-0/+2
| * | | | vfs: add copy_file_range syscall and vfs helperZach Brown2015-12-015-1/+130
* | | | | Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2016-01-126-83/+232
|\ \ \ \ \
| * | | | | 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-083-4/+6
| * | | | | locks: sprinkle some tracepoints around the file locking codeJeff Layton2016-01-082-3/+86
| * | | | | 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-071-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-164-34/+62
* | | | | | Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-1220-63/+285
|\ \ \ \ \ \
| * | | | | | um: Use race-free temporary file creationMickaël Salaün2016-01-101-0/+11
| * | | | | | um: Do not set unsecure permission for temporary fileMickaël Salaün2016-01-101-6/+0
| * | | | | | um: Fix build error and kconfig for i386Mickaël Salaün2016-01-101-1/+1
| * | | | | | um: Add seccomp supportMickaël Salaün2016-01-105-1/+25
| * | | | | | um: Add full asm/syscall.h supportMickaël Salaün2016-01-102-0/+139
| * | | | | | selftests/seccomp: Remove the need for HAVE_ARCH_TRACEHOOKMickaël Salaün2016-01-101-3/+24