aboutsummaryrefslogtreecommitdiffstats
path: root/fs/internal.h
AgeCommit message (Expand)Author
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
2013-06-20splice: don't pass the address of ->f_pos to methodsAl Viro
2013-04-09pipe: fold file_operations instances in oneAl Viro
2013-03-21Don't bother with redoing rw_verify_area() from default_file_splice_from()Al Viro
2013-03-01constify path_get/path_put and fs_struct.c stuffAl Viro
2012-11-26writeback: put unused inodes to LRU after writeback completionJan Kara
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton
2012-07-31fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara
2012-07-14VFS: Split inode_permission()David Howells
2012-07-14kill struct opendataAl Viro
2012-07-14kill opendata->{mnt,dentry}Al Viro
2012-07-14vfs: remove open intents from nameidataMiklos Szeredi
2012-07-14vfs: add i_op->atomic_open()Miklos Szeredi
2012-07-14get rid of ->mnt_longtermAl Viro
2012-06-01vfs: split __dentry_open()Miklos Szeredi
2012-05-29brlocks/lglocks: turn into functionsAndi Kleen
2012-01-06vfs: protect remounting superblock read-onlyMiklos Szeredi