aboutsummaryrefslogtreecommitdiffstats
path: root/fs/internal.h
AgeCommit message (Expand)Author
2016-06-10much milder d_walk() raceAl Viro
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
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro
2012-01-03vfs: spread struct mount - __lookup_mnt() resultAl Viro
2012-01-03switch open and mkdir syscalls to umode_tAl Viro
2012-01-03vfs: new helper - vfs_ustat()Al Viro
2012-01-03trim fs/internal.hAl Viro
2011-07-20superblock: move pin_sb_for_writeback() to fs/super.cDave Chinner