summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-043-36/+12
| * | | | | | | | Merge branch 'memdup_user_nul' into work.miscAl Viro2016-01-0427-61/+114
| |\ \ \ \ \ \ \ \
| * | | | | | | | | new helpers: no_seek_end_llseek{,_size}()Al Viro2015-12-231-0/+39
| * | | | | | | | | restore_nameidata(): no need to clear now->stackAl Viro2015-12-061-3/+1
| * | | | | | | | | namei.c: take "jump to root" into a new helperAl Viro2015-12-061-28/+26
| * | | | | | | | | path_init(): set nd->inode earlier in cwd-relative caseAl Viro2015-12-061-10/+12
| * | | | | | | | | namei.c: fold set_root_rcu() into set_root()Al Viro2015-12-061-24/+20
| * | | | | | | | | don't opencode iget_failed()Al Viro2015-12-061-3/+1
| * | | | | | | | | 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
| * | | | | | | | | 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/bad_inode.c: is_bad_inode can be booleanYaowei Bai2015-12-061-1/+1
| * | | | | | | | | fs/dcache.c: is_subdir can be booleanYaowei Bai2015-12-061-7/+7
| * | | | | | | | | fs/namespace.c: path_is_under can be booleanYaowei Bai2015-12-061-2/+2
| * | | | | | | | | fs/file.c: __const_max is actually __const_min :-)Rasmus Villemoes2015-12-061-3/+3
* | | | | | | | | | Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-1218-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-075-0/+88
| * | | | | | | | | | nfsd: Pass filehandle to nfs4_preprocess_stateid_op()Anna Schumaker2015-12-073-12/+13
| * | | | | | | | | | vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-079-192/+239
| * | | | | | | | | | locks: new locks_mandatory_area calling conventionChristoph Hellwig2015-12-072-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-124-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-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-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-111-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-1321-332/+112
| * | | | | | | | | | | ocfs2: Replace list xattr handler operationsAndreas Gruenbacher2015-12-131-94/+57
| * | | | | | | | | | | nfs: Move call to security_inode_listsecurity into nfs_listxattrAndreas Gruenbacher2015-12-132-17/+40