aboutsummaryrefslogtreecommitdiffstats
path: root/fs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2019-07-19Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-10/+0
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+3
2019-07-17iomap: move internal declarations into fs/iomap/Darrick J. Wong1-10/+0
2019-07-10Teach shrink_dcache_parent() to cope with mixed-filesystem shrink listsAl Viro1-0/+2
2019-06-27fs: fold __generic_write_end back into generic_write_endChristoph Hellwig1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-25switch mount_capable() to fs_contextAl Viro1-1/+1
2019-05-25move the capability checks from sget_userns() to legacy_get_tree()Al Viro1-0/+2
2019-05-21unexport simple_dname()Al Viro1-0/+1
2019-05-07Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+4
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+1
2019-05-07Merge tag 'iomap-5.2-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2019-05-01fs: Turn __generic_write_end into a void functionAndreas Gruenbacher1-1/+1
2019-04-09unexport d_alloc_pseudo()Al Viro1-0/+1
2019-04-04acct_on(): don't mess with freeze protectionAl Viro1-2/+0
2019-03-20vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells1-0/+3
2019-03-20vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro1-0/+1
2019-02-28vfs: Add configuration parser helpersDavid Howells1-0/+2
2019-01-30introduce fs_context methodsAl Viro1-2/+0
2019-01-30convert do_remount_sb() to fs_contextDavid Howells1-1/+2
2019-01-30vfs_get_tree(): evict the call of security_sb_kern_mount()Al Viro1-0/+1
2019-01-30vfs: Introduce fs_context, switch vfs_kern_mount() to it.David Howells1-2/+7
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+1
2018-08-13Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+2
2018-07-18Revert "vfs: update ovl inode before relatime check"Miklos Szeredi1-7/+0
2018-07-18Revert "ovl: don't allow writing ioctl on lower layer"Miklos Szeredi1-2/+0
2018-07-18vfs: export vfs_ioctl() to modulesMiklos Szeredi1-1/+0
2018-07-18vfs: make open_with_fake_path() not contribute to nr_filesMiklos Szeredi1-0/+1
2018-07-12now we can fold open_check_o_direct() into do_dentry_open()Al Viro1-1/+0
2018-07-12get rid of cred argument of vfs_open() and do_dentry_open()Al Viro1-1/+1
2018-07-12pass ->f_flags value to alloc_empty_file()Al Viro1-1/+1
2018-07-12pass creds to get_empty_filp(), make sure dentry_open() passes the right credsAl Viro1-1/+1
2018-07-10drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro1-1/+0
2018-06-19fs: factor out a __generic_write_end helperChristoph Hellwig1-0/+2
2018-06-03Revert "fs: fold open_check_o_direct into do_dentry_open"Al Viro1-0/+1
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski1-0/+1
2018-04-02fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski1-0/+2
2018-04-02fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel cal...Dominik Brodowski1-0/+1
2018-04-02fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem...Dominik Brodowski1-0/+2
2018-04-02fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to...Dominik Brodowski1-0/+2
2018-04-02fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ...Dominik Brodowski1-0/+2
2018-04-02fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...Dominik Brodowski1-0/+2
2018-04-02fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...Dominik Brodowski1-0/+1
2018-04-02fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()Dominik Brodowski1-0/+1
2018-03-28fs: fold open_check_o_direct into do_dentry_openChristoph Hellwig1-1/+0
2017-11-10fs: expose do_unlinkat for built-in callersChristoph Hellwig1-0/+1
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2017-09-05ovl: don't allow writing ioctl on lower layerMiklos Szeredi1-0/+2
2017-09-01xfs: evict all inodes involved with log redo itemDarrick J. Wong1-1/+0
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2017-04-29remove pointless extern of atime_need_update_rcu()Al Viro1-2/+0
2017-04-17fhandle: move compat syscalls from compat.cAl Viro1-2/+0
2017-01-30iomap: constify struct iomap_opsChristoph Hellwig1-1/+1
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-12-05namespace.c: constify struct path passed to a bunch of primitivesAl Viro1-1/+1
2016-11-30fs: make sb_init_dio_done_wq available outside of direct-io.cChristoph Hellwig1-0/+3
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+10
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro1-0/+9
2016-09-27fs/internal.h: add const to ns_dentry_operations declarationRasmus Villemoes1-1/+1
2016-09-19iomap: expose iomap_apply outside iomap.cChristoph Hellwig1-0/+11
2016-09-16vfs: update ovl inode before relatime checkMiklos Szeredi1-0/+9
2016-08-07Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2016-08-03Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/msze...Al Viro1-0/+1
2016-08-03vfs: make dentry_needs_remove_privs() internalMiklos Szeredi1-0/+1
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2016-06-21fs: introduce iomap infrastructureChristoph Hellwig1-0/+3
2016-06-10much milder d_walk() raceAl Viro1-0/+1
2016-03-30fs: add filp_clone_open APIJames Bottomley1-0/+1
2016-01-08Merge branch 'for-linus' into work.miscAl Viro1-0/+7
2016-01-08compat_ioctl: don't pass fd around when not neededAl Viro1-0/+7
2016-01-04saner calling conventions for copy_mount_options()Al Viro1-1/+1
2015-08-17inode: rename i_wb_list to i_io_listDave Chinner1-1/+1
2015-08-17inode: convert inode_sb_list_lock to per-sbDave Chinner1-1/+0
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells1-0/+1
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/vir...Linus 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/vir...Linus 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
2011-03-14switch do_filp_open() to struct open_flagsAl Viro1-0/+8
2011-02-24Fix over-zealous flush_disk when changing device size.NeilBrown1-1/+1
2011-01-17tidy up around finish_automount()Al Viro1-2/+0
2011-01-17Take the completion of automount into new helperAl Viro1-0/+1
2011-01-16sanitize vfsmount refcounting changesAl Viro1-0/+3
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells1-0/+2
2011-01-07fs: scale mntget/mntputNick Piggin1-0/+1
2010-10-29braino in internal.hAl Viro1-1/+1
2010-10-25split invalidate_inodes()Al Viro1-0/+1
2010-10-25fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner1-0/+1
2010-10-25unexport invalidate_inodesAl Viro1-0/+5
2010-08-18fs: brlock vfsmount_lockNick Piggin1-1/+4
2010-08-18tty: fix fu_list abuseNick Piggin1-0/+2
2010-05-21Bury __put_super_and_need_restart()Al Viro1-0/+2
2010-03-03Take vfsmount_lock to fs/internal.hAl Viro1-0/+2
2009-12-22Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3)Al Viro1-0/+7
2009-12-16fs: move get_empty_filp() deffinition to internal.hEric Paris1-0/+1
2009-09-24fs: fix overflow in sys_mount() for in-kernel callsVegard Nossum1-0/+1
2009-06-11Trim a bit of crap from fs.hAl Viro1-0/+5
2009-06-11vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara1-9/+7
2009-06-11vfs: Fix sys_sync() and fsync_super() reliability (version 4)Jan Kara1-0/+9
2009-06-11fs: move mark_files_ro into file_table.cnpiggin@suse.de1-0/+5
2009-03-31New locking/refcounting for fs_structAl Viro1-1/+1
2009-03-31Take fs_struct handling to new file (fs/fs_struct.c)Al Viro1-0/+6
2009-03-28fix setuid sometimes doesn'tHugh Dickins1-1/+1
2009-02-07CRED: Fix SUID exec regressionDavid Howells1-1/+1
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells1-0/+6
2008-04-21[PATCH] move a bunch of declarations to fs/internal.hAl Viro1-0/+11
2007-05-08cleanup compat ioctl handlingChristoph Hellwig1-10/+0
2006-09-30[PATCH] CONFIG_BLOCK internal.h cleanupsAndrew Morton1-3/+14
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells1-0/+6
2006-09-30[PATCH] BLOCK: Remove dependence on existence of blockdev_superblock [try #6]David Howells1-0/+2
2006-09-30[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells1-0/+36