aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-09Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2021-09-09Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds1-7/+12
2021-09-03fs: update documentation of get_write_access() and friendsDavid Hildenbrand1-7/+12
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+7
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+1
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+2
2021-08-30Merge tag 'for-5.15/io_uring-vfs-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+0
2021-08-30Merge tag 'locks-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-84/+0
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+39
2021-08-26nfs: don't allow reexport reclaimsJ. Bruce Fields1-0/+1
2021-08-24block: mark blkdev_fsync staticChristoph Hellwig1-4/+0
2021-08-23fs: add kiocb alloc cache flagJens Axboe1-0/+2
2021-08-23namei: add getname_uflags()Dmitry Kadashev1-0/+1
2021-08-23fs: kill sync_inodeJosef Bacik1-1/+0
2021-08-23fs: add a filemap_fdatawrite_wbc helperJosef Bacik1-0/+2
2021-08-23fs: remove mandatory file locking supportJeff Layton1-84/+0
2021-08-23fs: simplify get_filesystem_list / get_all_fs_namesChristoph Hellwig1-1/+1
2021-08-18ovl: enable RCU'd ->get_acl()Miklos Szeredi1-0/+5
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi1-1/+1
2021-08-17fs: add generic helper for filling statx attribute flagsAmir Goldstein1-0/+1
2021-08-13fs: Move notify_change permission checks into may_setattrAndreas Gruenbacher1-0/+2
2021-08-11fsnotify: count all objects with attached connectorsAmir Goldstein1-2/+5
2021-07-13mm: Add functions to lock invalidate_lock for two mappingsJan Kara1-0/+6
2021-07-13mm: Protect operations adding pages to page cache with invalidate_lockJan Kara1-0/+33
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+0
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+7
2021-06-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+0
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)1-1/+0
2021-06-29fs: move ramfs_aops to libfsChristoph Hellwig1-4/+1
2021-06-24fs: remove bdev_try_to_free_page callbackZhang Yi1-1/+0
2021-06-04remove the raw driverChristoph Hellwig1-3/+0
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand1-1/+1
2021-05-05mm: remove nrexceptional from inodeMatthew Wilcox (Oracle)1-2/+0
2021-04-30mm: provide filemap_range_needs_writeback() helperJens Axboe1-0/+2
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-10/+14
2021-04-27Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-2/+122
2021-04-27Merge tag 'fs.idmapped.docs.v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-3/+14
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+4
2021-04-23fs: Document file_ra_stateMatthew Wilcox (Oracle)1-10/+14
2021-04-12vfs: remove unused ioctl helpersMiklos Szeredi1-12/+0
2021-04-12vfs: add fileattr opsMiklos Szeredi1-0/+4
2021-04-07switch file_open_root() to struct pathAl Viro1-1/+7
2021-03-23fs: update kernel-doc for vfs_rename()Christian Brauner1-0/+11
2021-03-23fs: turn some comments into kernel-docLukas Bulwahn1-3/+3
2021-03-23fs: introduce two inode i_{u,g}id initialization helpersChristian Brauner1-0/+28
2021-03-23fs: introduce fsuidgid_has_mapping() helperChristian Brauner1-0/+20
2021-03-23fs: document and rename fsid helpersChristian Brauner1-2/+26