summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-1261-384/+379
|\
| * nfsd: don't hold i_mutex over userspace upcallsNeilBrown2016-01-094-19/+85
| * fs:affs:Replace time_t with time64_tDengChao2016-01-093-8/+9
| * fs/9p: use fscache mutex rather than spinlockSasha Levin2016-01-093-6/+6
| * proc: add a reschedule point in proc_readfd_common()Eric Dumazet2016-01-091-0/+1
| * logfs: constify logfs_block_ops structuresJulia Lawall2016-01-093-5/+5
| * fcntl: allow to set O_DIRECT flag on pipeStanislav Kinsburskiy2016-01-091-1/+2
| * fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGEAbhi Das2016-01-091-5/+3
| * fs: xattr: Use kvfree()Richard Weinberger2016-01-091-24/+14
| * nbd: use ->compat_ioctl()Al Viro2016-01-081-11/+0
| * Merge branch 'for-linus' into work.miscAl Viro2016-01-086-122/+164
| |\
| * | fs: use block_device name vsprintf helperDmitry Monakhov2016-01-0617-90/+49
| * | fs: use gendisk->disk_name where possibleDmitry Monakhov2016-01-061-9/+3
| * | poll: plug an unused argument to do_pollMateusz Guzik2016-01-061-3/+3
| * | HFS wants 8Kb per-superblock allocation; just use kmalloc()Al Viro2016-01-041-2/+2
| * | jfs: microoptimize get_zeroed_page / virt_to_pageAl Viro2016-01-041-5/+4
| * | hpfs: missing endianness annotationAl Viro2016-01-041-1/+1
| * | don't carry MAY_OPEN in op->acc_modeAl Viro2016-01-043-18/+12
| * | saner calling conventions for copy_mount_options()Al Viro2016-01-043-30/+28
| * | proc_pid_attr_write(): switch to memdup_user()Al Viro2016-01-041-10/+7
| * | 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
OpenPOWER on IntegriCloud