aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-31fs: introduce dedicated idmap type for mountsChristian Brauner1-3/+7
2022-10-26Merge branch 'fs.vfsuid.conversion' into for-nextChristian Brauner1-34/+0
2022-10-26fs: remove unused idmapping helpersChristian Brauner1-34/+0
2022-10-24Merge branch 'fs.acl.rework' into for-nextChristian Brauner1-4/+6
2022-10-20fs: add new get acl methodChristian Brauner1-0/+2
2022-10-20fs: rename current get acl methodChristian Brauner1-3/+3
2022-10-19fs: pass dentry to set acl methodChristian Brauner1-1/+1
2022-10-18attr: use consistent sgid stripping checksChristian Brauner1-1/+1
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+13
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2
2022-10-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+5
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+5
2022-09-29fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner1-4/+5
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-1/+1
2022-09-24vfs: move open right after ->tmpfile()Miklos Szeredi1-0/+9
2022-09-24vfs: make vfs_tmpfile() staticMiklos Szeredi1-3/+0
2022-09-24vfs: add vfs_tmpfile_open() helperMiklos Szeredi1-0/+4
2022-09-21fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers1-1/+1
2022-09-21fs: add batch and poll flags to the uring_cmd_iopoll() handlerJens Axboe1-1/+2
2022-09-21fs: add file_operations->uring_cmd_iopollKanchan Joshi1-0/+1
2022-08-17Change calling conventions for filldir_tAl Viro1-4/+5
2022-08-13Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+0
2022-08-12fs: don't randomize struct kiocb fieldsKeith Busch1-5/+0
2022-08-09Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-0/+2
2022-08-08Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+8
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+13
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-17/+3
2022-08-02Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel....Linus Torvalds1-0/+4
2022-08-02fs: Remove aops->migratepage()Matthew Wilcox (Oracle)1-2/+0
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)1-12/+0
2022-08-02fs: Add aops->migrate_folioMatthew Wilcox (Oracle)1-1/+3
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)1-2/+0
2022-07-27vfs: function to prevent re-use of block-device-based superblocksDaniil Lunev1-0/+2
2022-07-24fs: Add async write file modification handling.Stefan Roesch1-0/+1
2022-07-24fs: add a FMODE_BUF_WASYNC flags for f_modeStefan Roesch1-0/+3
2022-07-19fs: add mode_strip_sgid() helperYang Xu1-0/+2
2022-07-17fsdax: dedup file range to use a compare functionShiyang Ruan1-4/+8
2022-07-16fs: remove no_llseekJason A. Donenfeld1-1/+1
2022-06-29fs: port HAS_UNMAPPED_ID() to vfs{g,u}id_tChristian Brauner1-2/+2
2022-06-26attr: port attribute changes to new typesChristian Brauner1-0/+4
2022-06-26fs: introduce tiny iattr ownership update helpersChristian Brauner1-0/+76
2022-06-26fs: use mount types in iattrChristian Brauner1-2/+16
2022-06-26fs: add two type safe mapping helpersChristian Brauner1-2/+36
2022-06-10keep iocb_flags() result cached in struct fileAl Viro1-3/+2
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro1-2/+8
2022-06-10struct file: use anonymous union member for rcuhead and llistAl Viro1-3/+3
2022-06-04Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-11/+0
2022-06-04Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+1
2022-05-26Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+12
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+9
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-25/+7
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-0/+5
2022-05-23NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever1-0/+2
2022-05-19move mount-related externs from fs.h to mount.hAl Viro1-11/+0
2022-05-19mm: don't be stuck to rmap lock on reclaim pathMinchan Kim1-0/+5
2022-05-19fs/lock: add 2 callbacks to lock_manager_operations to resolve conflictDai Ngo1-0/+3
2022-05-19fs/lock: add helper locks_owner_has_blockers to check for blockersDai Ngo1-0/+7
2022-05-16fs: add a lockdep check function for sb_start_write()Naohiro Aota1-0/+5
2022-05-14fs: remove fget_many and fput_many interfaceGou Hao1-3/+1
2022-05-11fs,io_uring: add infrastructure for uring-cmdJens Axboe1-0/+2
2022-05-09fs: Remove aops->freepageMatthew Wilcox (Oracle)1-1/+0
2022-05-09fs: Add free_folio address space operationMatthew Wilcox (Oracle)1-0/+1
2022-05-09fs: Remove last vestiges of releasepageMatthew Wilcox (Oracle)1-1/+0
2022-05-09fs: Add aops->release_folioMatthew Wilcox (Oracle)1-0/+1
2022-05-09VFS: add FMODE_CAN_ODIRECT file flagNeilBrown1-0/+3
2022-05-09mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown1-0/+1
2022-05-09mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)1-2/+1
2022-05-09fs: Introduce aops->read_folioMatthew Wilcox (Oracle)1-0/+1
2022-05-08fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove pagecache_write_begin() and pagecache_write_end()Matthew Wilcox (Oracle)1-12/+0
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-2/+2
2022-05-08fs: Remove AOP_FLAG_NOFSMatthew Wilcox (Oracle)1-4/+0
2022-05-08namei: Merge page_symlink() and __page_symlink()Matthew Wilcox (Oracle)1-2/+0
2022-04-01filemap: Remove AOP_FLAG_CONT_EXPANDMatthew Wilcox (Oracle)1-1/+0
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)1-1/+1
2022-04-01fs, net: Move read_descriptor_t to net.hMatthew Wilcox (Oracle)1-19/+0
2022-04-01fs: Remove read_actor_tMatthew Wilcox (Oracle)1-3/+0
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)1-6/+0
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-21/+0
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-8/+6
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-120/+0
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+19
2022-03-22fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song1-0/+11
2022-03-22mount: warn only once about timestamp range expirationAnthony Iliopoulos1-0/+1
2022-03-22mm: document and polish read-ahead codeNeilBrown1-2/+7
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)1-116/+0
2022-03-21mm/truncate: Combine invalidate_mapping_pagevec() and __invalidate_mapping_pa...Matthew Wilcox (Oracle)1-4/+0
2022-03-16fs: Remove aops ->set_page_dirtyMatthew Wilcox (Oracle)1-2/+1
2022-03-15fs: Add aops->dirty_folioMatthew Wilcox (Oracle)1-0/+1
2022-03-15fs: Remove aops->launder_pageMatthew Wilcox (Oracle)1-4/+1
2022-03-15fs: Add aops->launder_folioMatthew Wilcox (Oracle)1-1/+4
2022-03-15fs: Remove aops->invalidatepageMatthew Wilcox (Oracle)1-1/+0
2022-03-15fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)1-2/+0
2022-03-15fs: Add invalidate_folio() aops methodMatthew Wilcox (Oracle)1-0/+1
2022-03-14fs: Convert is_partially_uptodate to foliosMatthew Wilcox (Oracle)1-2/+2
2022-03-14fs: export variant of generic_write_checks without iov_iterOmar Sandoval1-0/+1
2022-03-14fs: export rw_verify_area()Omar Sandoval1-0/+1
2022-03-08fs: remove fs.f_write_hintChristoph Hellwig1-9/+0
2022-03-08fs: remove kiocb.ki_hintChristoph Hellwig1-12/+0
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-01-22mm: remove cleancacheChristoph Hellwig1-5/+0
2022-01-22fs: move namei sysctls to its own fileLuis Chamberlain1-1/+0
2022-01-22fs: move locking sysctls where they are usedLuis Chamberlain1-4/+0
2022-01-22fs: move dcache sysctls to its own fileLuis Chamberlain1-2/+0
2022-01-22fs: move fs stat sysctls to file_table.cLuis Chamberlain1-3/+0
2022-01-22fs: move inode sysctls to its own fileLuis Chamberlain1-3/+0
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig1-1/+1
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-2/+2
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2022-01-15mm,fs: split dump_mapping() out from dump_page()Matthew Wilcox (Oracle)1-0/+1
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+4
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2022-01-09fs/locks: fix fcntl_getlk64/fcntl_setlk64 stub prototypesArnd Bergmann1-2/+2
2022-01-07vfs, cachefiles: Mark a backing file in use with an inode flagDavid Howells1-0/+1
2022-01-07vfs, fscache: Implement pinning of cache usage for writebackDavid Howells1-0/+3
2021-12-05fs: support mapped mounts of mapped filesystemsChristian Brauner1-8/+9
2021-12-05fs: add i_user_ns() helperChristian Brauner1-4/+9
2021-12-05fs: port higher-level mapping helpersChristian Brauner1-4/+4
2021-12-03mm: move filemap_range_needs_writeback() into headerJens Axboe1-2/+0
2021-12-03fs: account for filesystem mappingsChristian Brauner1-2/+2
2021-12-03fs: tweak fsuidgid_has_mapping()Christian Brauner1-3/+11
2021-12-03fs: move mapping helpersChristian Brauner1-90/+1
2021-12-03fs: add is_idmapped_mnt() helperChristian Brauner1-0/+14
2021-11-17fs: Remove FS_THP_SUPPORTMatthew Wilcox (Oracle)1-1/+0
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+2
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner1-0/+1
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-11-06fs: explicitly unregister per-superblock BDIsChristoph Hellwig1-0/+1
2021-11-03libfs: Move shmem_exchange to simple_rename_exchangeLorenz Bauer1-0/+2
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-0/+2
2021-10-26fs: export an inode_update_time helperJosef Bacik1-0/+2
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-1/+1
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe1-1/+3
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-5/+1
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig1-1/+1
2021-09-09Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+2
2021-09-09Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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/...Linus 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/kda...Linus 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/jlay...Linus Torvalds1-84/+0
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus 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/g...Linus Torvalds1-3/+0
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+7
2021-06-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus 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/g...Linus Torvalds1-10/+14
2021-04-27Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+122
2021-04-27Merge tag 'fs.idmapped.docs.v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+14
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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
2021-03-23fs: document mapping helpersChristian Brauner1-0/+48
2021-03-08new helper: inode_wrong_type()Al Viro1-0/+5
2021-02-24mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig1-2/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-43/+143
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+28
2021-01-27libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()Eric Biggers1-5/+0
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-14/+25
2021-01-24open: handle idmapped mounts in do_truncate()Christian Brauner1-2/+2
2021-01-24namei: prepare for idmapped mountsChristian Brauner1-11/+21
2021-01-24namei: introduce struct renamedataChristian Brauner1-1/+11
2021-01-24namei: handle idmapped mounts in may_*() helpersChristian Brauner1-5/+9
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1