aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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_pages()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/kernel/git/krisman/unicodeLinus 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