aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel....Linus Torvalds
2022-08-02fs: Remove aops->migratepage()Matthew Wilcox (Oracle)
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)
2022-08-02fs: Add aops->migrate_folioMatthew Wilcox (Oracle)
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)
2022-07-24fs: Add async write file modification handling.Stefan Roesch
2022-07-24fs: add a FMODE_BUF_WASYNC flags for f_modeStefan Roesch
2022-07-16fs: remove no_llseekJason A. Donenfeld
2022-06-29fs: port HAS_UNMAPPED_ID() to vfs{g,u}id_tChristian Brauner
2022-06-26attr: port attribute changes to new typesChristian Brauner
2022-06-26fs: introduce tiny iattr ownership update helpersChristian Brauner
2022-06-26fs: use mount types in iattrChristian Brauner
2022-06-26fs: add two type safe mapping helpersChristian Brauner
2022-06-10keep iocb_flags() result cached in struct fileAl Viro
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro
2022-06-10struct file: use anonymous union member for rcuhead and llistAl Viro
2022-06-04Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-06-04Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-26Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-05-23NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever
2022-05-19move mount-related externs from fs.h to mount.hAl Viro
2022-05-19mm: don't be stuck to rmap lock on reclaim pathMinchan Kim
2022-05-19fs/lock: add 2 callbacks to lock_manager_operations to resolve conflictDai Ngo
2022-05-19fs/lock: add helper locks_owner_has_blockers to check for blockersDai Ngo
2022-05-16fs: add a lockdep check function for sb_start_write()Naohiro Aota
2022-05-14fs: remove fget_many and fput_many interfaceGou Hao
2022-05-11fs,io_uring: add infrastructure for uring-cmdJens Axboe
2022-05-09fs: Remove aops->freepageMatthew Wilcox (Oracle)
2022-05-09fs: Add free_folio address space operationMatthew Wilcox (Oracle)
2022-05-09fs: Remove last vestiges of releasepageMatthew Wilcox (Oracle)
2022-05-09fs: Add aops->release_folioMatthew Wilcox (Oracle)
2022-05-09VFS: add FMODE_CAN_ODIRECT file flagNeilBrown
2022-05-09mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown
2022-05-09mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)
2022-05-09fs: Introduce aops->read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove pagecache_write_begin() and pagecache_write_end()Matthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove AOP_FLAG_NOFSMatthew Wilcox (Oracle)
2022-05-08namei: Merge page_symlink() and __page_symlink()Matthew Wilcox (Oracle)
2022-04-01filemap: Remove AOP_FLAG_CONT_EXPANDMatthew Wilcox (Oracle)
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)
2022-04-01fs, net: Move read_descriptor_t to net.hMatthew Wilcox (Oracle)
2022-04-01fs: Remove read_actor_tMatthew Wilcox (Oracle)