summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-12ext4: switch to ->iterate_shared()Al Viro1-0/+7
2016-05-02introduce a parallel variant of ->iterate()Al Viro1-0/+1
2016-05-02parallel lookups: actual switch to rwsemAl Viro1-6/+21
2016-05-02parallel lookups machinery, part 2Al Viro1-0/+1
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-1/+14
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-1/+2
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+10
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher1-0/+12
2016-03-26fs: add file_dentry()Miklos Szeredi1-0/+10
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-1/+1
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2016-03-21Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-0/+8
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+3
2016-03-18Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro1-7/+3
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim1-0/+8
2016-03-14kill dentry_unhash()Al Viro1-5/+0
2016-03-04vfs: add the RWF_HIPRI flag for preadv2/pwritev2Christoph Hellwig1-0/+1
2016-03-04vfs: pass a flags argument to vfs_readv/vfs_writevChristoph Hellwig1-2/+2
2016-02-21ima: load policy using pathDmitry Kasatkin1-0/+1
2016-02-21kexec: replace call to copy_file_from_fd() with kernel versionMimi Zohar1-0/+2
2016-02-21module: replace copy_module_from_fd with kernel versionMimi Zohar1-0/+1
2016-02-21vfs: define kernel_copy_file_from_fd()Mimi Zohar1-0/+2
2016-02-21firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar1-0/+1
2016-02-21vfs: define kernel_read_file_from_pathMimi Zohar1-0/+2
2016-02-18vfs: define kernel_read_file_id enumerationMimi Zohar1-1/+6
2016-02-18vfs: define a generic function to read a file from the kernelMimi Zohar1-0/+1
2016-02-08direct-io: always call ->end_io if non-NULLChristoph Hellwig1-1/+1
2016-01-30block: revert runtime dax control of the raw block deviceDan Williams1-3/+0
2016-01-30fs, block: force direct-I/O for dax-enabled block devicesDan Williams1-1/+1
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+27
2016-01-22dax: support dirty DAX entries in radix treeRoss Zwisler1-1/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+27
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+11
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+8
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-16/+26
2016-01-12Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-36/+42
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+9
2016-01-09block: enable dax for raw block devicesDan Williams1-0/+11
2016-01-08Merge branch 'for-linus' into work.miscAl Viro1-2/+0
2016-01-08compat_ioctl: don't pass fd around when not neededAl Viro1-2/+0
2016-01-08locks: pass inode pointer to locks_free_lock_contextJeff Layton1-2/+2
2016-01-01vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong1-0/+4
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-6/+8
2015-12-29kill free_page_put_link()Al Viro1-1/+0
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro1-0/+2
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-3/+3
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-12-07vfs: pull btrfs clone API to vfs layerChristoph Hellwig1-1/+6
2015-12-07locks: new locks_mandatory_area calling conventionChristoph Hellwig1-16/+14