aboutsummaryrefslogtreecommitdiffstats
path: root/fs/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov1-1/+1
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov1-4/+3
2015-01-25allow attaching fs_pin to a group not associated with some superblockAl Viro1-1/+1
2014-12-10take the targets of /proc/*/ns/* symlinks to separate fsAl Viro1-0/+5
2014-10-24vfs: export __inode_permission() to modulesMiklos Szeredi1-1/+0
2014-10-24vfs: export do_splice_direct() to modulesMiklos Szeredi1-6/+0
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2014-10-09vfs: guard end of device for mpage interfaceAkinobu Mita1-0/+5
2014-10-09fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner1-1/+1
2014-08-07make fs/{namespace,super}.c forget about acct.hAl Viro1-0/+6
2014-08-07acct: switch to __kernel_write()Al Viro1-1/+0
2013-11-09get rid of s_files and files_lockAl Viro1-3/+0
2013-10-24new helpers: lock_mount_hash/unlock_mount_hashAl Viro1-4/+0
2013-09-10fs: convert inode and dentry shrinking to be node awareDave Chinner1-2/+4
2013-09-10shrinker: convert superblock shrinkers to new APIDave Chinner1-0/+2
2013-09-10fs: bump inode and dentry counters to longGlauber Costa1-1/+1
2013-09-08rename user_path_umountat() to user_path_mountpoint_at()Al Viro1-0/+3
2013-09-05vfs: check unlinked ancestors before mountMiklos Szeredi1-0/+1
2013-06-29constify rw_verify_area()Al Viro1-0/+1
2013-06-29allow build_open_flags() to return an errorAl Viro1-2/+3
2013-06-20splice: don't pass the address of ->f_pos to methodsAl Viro1-0/+6
2013-04-09pipe: fold file_operations instances in oneAl Viro1-0/+5
2013-03-21Don't bother with redoing rw_verify_area() from default_file_splice_from()Al Viro1-0/+5
2013-03-01constify path_get/path_put and fs_struct.c stuffAl Viro1-1/+1
2012-11-26writeback: put unused inodes to LRU after writeback completionJan Kara1-0/+1
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton1-2/+2
2012-07-31fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara1-0/+4
2012-07-14VFS: Split inode_permission()David Howells1-0/+5
2012-07-14kill struct opendataAl Viro1-3/+0
2012-07-14kill opendata->{mnt,dentry}Al Viro1-2/+0
2012-07-14vfs: remove open intents from nameidataMiklos Szeredi1-4/+1
2012-07-14vfs: add i_op->atomic_open()Miklos Szeredi1-0/+5
2012-07-14get rid of ->mnt_longtermAl Viro1-2/+0
2012-06-01vfs: split __dentry_open()Miklos Szeredi1-0/+1
2012-05-29brlocks/lglocks: turn into functionsAndi Kleen1-1/+1
2012-01-06vfs: protect remounting superblock read-onlyMiklos Szeredi1-0/+1
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro1-1/+1
2012-01-03vfs: spread struct mount - __lookup_mnt() resultAl Viro1-1/+1
2012-01-03switch open and mkdir syscalls to umode_tAl Viro1-1/+1
2012-01-03vfs: new helper - vfs_ustat()Al Viro1-0/+1
2012-01-03trim fs/internal.hAl Viro1-24/+0
2011-07-20superblock: move pin_sb_for_writeback() to fs/super.cDave Chinner1-0/+1
2011-07-20Make ->d_sb assign-once and always non-NULLAl Viro1-0/+5
2011-03-24fs: move i_wb_list out from under inode_lockDave Chinner1-0/+5
2011-03-24fs: move i_sb_list out from under inode_lockDave Chinner1-0/+2
2011-03-21FS: lookup_mnt() is only used in the core fs routines nowDavid Howells1-0/+1
2011-03-17vfs: split off vfsmount-related parts of vfs_kern_mount()Al Viro1-2/+3
2011-03-15vfs: Add open by file handle supportAneesh Kumar K.V1-0/+3
2011-03-14open-style analog of vfs_path_lookup()Al Viro1-0/+2