summaryrefslogtreecommitdiff
path: root/fs/internal.h
AgeCommit message (Expand)Author
2017-11-10fs: expose do_unlinkat for built-in callersChristoph Hellwig
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-05ovl: don't allow writing ioctl on lower layerMiklos Szeredi
2017-09-01xfs: evict all inodes involved with log redo itemDarrick J. Wong
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-04-29remove pointless extern of atime_need_update_rcu()Al Viro
2017-04-17fhandle: move compat syscalls from compat.cAl Viro
2017-01-30iomap: constify struct iomap_opsChristoph Hellwig
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-05namespace.c: constify struct path passed to a bunch of primitivesAl Viro
2016-11-30fs: make sb_init_dio_done_wq available outside of direct-io.cChristoph Hellwig
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro
2016-09-27fs/internal.h: add const to ns_dentry_operations declarationRasmus Villemoes
2016-09-19iomap: expose iomap_apply outside iomap.cChristoph Hellwig
2016-09-16vfs: update ovl inode before relatime checkMiklos Szeredi
2016-08-07Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-08-03Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/msze...Al Viro
2016-08-03vfs: make dentry_needs_remove_privs() internalMiklos Szeredi
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-06-21fs: introduce iomap infrastructureChristoph Hellwig
2016-06-10much milder d_walk() raceAl Viro
2016-03-30fs: add filp_clone_open APIJames Bottomley
2016-01-08Merge branch 'for-linus' into work.miscAl Viro
2016-01-08compat_ioctl: don't pass fd around when not neededAl Viro
2016-01-04saner calling conventions for copy_mount_options()Al Viro
2015-08-17inode: rename i_wb_list to i_io_listDave Chinner
2015-08-17inode: convert inode_sb_list_lock to per-sbDave Chinner
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov
2015-01-25allow attaching fs_pin to a group not associated with some superblockAl Viro
2014-12-10take the targets of /proc/*/ns/* symlinks to separate fsAl Viro
2014-10-24vfs: export __inode_permission() to modulesMiklos Szeredi
2014-10-24vfs: export do_splice_direct() to modulesMiklos Szeredi
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-09vfs: guard end of device for mpage interfaceAkinobu Mita
2014-10-09fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner
2014-08-07make fs/{namespace,super}.c forget about acct.hAl Viro
2014-08-07acct: switch to __kernel_write()Al Viro
2013-11-09get rid of s_files and files_lockAl Viro
2013-10-24new helpers: lock_mount_hash/unlock_mount_hashAl Viro
2013-09-10fs: convert inode and dentry shrinking to be node awareDave Chinner
2013-09-10shrinker: convert superblock shrinkers to new APIDave Chinner
2013-09-10fs: bump inode and dentry counters to longGlauber Costa
2013-09-08rename user_path_umountat() to user_path_mountpoint_at()Al Viro
2013-09-05vfs: check unlinked ancestors before mountMiklos Szeredi
2013-06-29constify rw_verify_area()Al Viro
2013-06-29allow build_open_flags() to return an errorAl Viro