summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-041-11/+0
|\
| * move mount-related externs from fs.h to mount.hAl Viro2022-05-191-11/+0
* | Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-041-3/+1
|\ \
| * | fs: remove fget_many and fput_many interfaceGou Hao2022-05-141-3/+1
| |/
* | Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-05-261-0/+12
|\ \
| * | NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever2022-05-231-0/+2
| * | fs/lock: add 2 callbacks to lock_manager_operations to resolve conflictDai Ngo2022-05-191-0/+3
| * | fs/lock: add helper locks_owner_has_blockers to check for blockersDai Ngo2022-05-191-0/+7
| |/
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-0/+9
|\ \
| * | mm: don't be stuck to rmap lock on reclaim pathMinchan Kim2022-05-191-0/+5
| * | VFS: add FMODE_CAN_ODIRECT file flagNeilBrown2022-05-091-0/+3
| * | mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown2022-05-091-0/+1
| |/
* | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-25/+7
|\ \
| * | fs: Remove aops->freepageMatthew Wilcox (Oracle)2022-05-091-1/+0
| * | fs: Add free_folio address space operationMatthew Wilcox (Oracle)2022-05-091-0/+1
| * | fs: Remove last vestiges of releasepageMatthew Wilcox (Oracle)2022-05-091-1/+0
| * | fs: Add aops->release_folioMatthew Wilcox (Oracle)2022-05-091-0/+1
| * | mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)2022-05-091-2/+1
| * | fs: Introduce aops->read_folioMatthew Wilcox (Oracle)2022-05-091-0/+1
| * | fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)2022-05-081-1/+1
| * | fs: Remove pagecache_write_begin() and pagecache_write_end()Matthew Wilcox (Oracle)2022-05-081-12/+0
| * | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-2/+2
| * | fs: Remove AOP_FLAG_NOFSMatthew Wilcox (Oracle)2022-05-081-4/+0
| * | namei: Merge page_symlink() and __page_symlink()Matthew Wilcox (Oracle)2022-05-081-2/+0
| |/
* | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-05-241-0/+5
|\ \
| * | fs: add a lockdep check function for sb_start_write()Naohiro Aota2022-05-161-0/+5
| |/
* / fs,io_uring: add infrastructure for uring-cmdJens Axboe2022-05-111-0/+2
|/
* filemap: Remove AOP_FLAG_CONT_EXPANDMatthew Wilcox (Oracle)2022-04-011-1/+0
* fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)2022-04-011-1/+1
* fs, net: Move read_descriptor_t to net.hMatthew Wilcox (Oracle)2022-04-011-19/+0
* fs: Remove read_actor_tMatthew Wilcox (Oracle)2022-04-011-3/+0
* fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-011-6/+0
* Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-21/+0
|\
| * fs: remove fs.f_write_hintChristoph Hellwig2022-03-081-9/+0
| * fs: remove kiocb.ki_hintChristoph Hellwig2022-03-081-12/+0
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-8/+6
|\ \
| * | fs: Remove aops ->set_page_dirtyMatthew Wilcox (Oracle)2022-03-161-2/+1
| * | fs: Add aops->dirty_folioMatthew Wilcox (Oracle)2022-03-151-0/+1
| * | fs: Remove aops->launder_pageMatthew Wilcox (Oracle)2022-03-151-4/+1
| * | fs: Add aops->launder_folioMatthew Wilcox (Oracle)2022-03-151-1/+4
| * | fs: Remove aops->invalidatepageMatthew Wilcox (Oracle)2022-03-151-1/+0
| * | fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)2022-03-151-2/+0
| * | fs: Add invalidate_folio() aops methodMatthew Wilcox (Oracle)2022-03-151-0/+1
| * | fs: Convert is_partially_uptodate to foliosMatthew Wilcox (Oracle)2022-03-141-2/+2
| |/
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-120/+0
|\ \
| * | fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)2022-03-211-116/+0
| * | mm/truncate: Combine invalidate_mapping_pagevec() and __invalidate_mapping_pa...Matthew Wilcox (Oracle)2022-03-211-4/+0
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-2/+19
|\ \
| * | fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song2022-03-221-0/+11
| * | mount: warn only once about timestamp range expirationAnthony Iliopoulos2022-03-221-0/+1