aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-01filemap: Remove AOP_FLAG_CONT_EXPANDGravatar Matthew Wilcox (Oracle) 1-1/+0
2022-04-01fs: Pass an iocb to generic_perform_write()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-04-01fs, net: Move read_descriptor_t to net.hGravatar Matthew Wilcox (Oracle) 1-19/+0
2022-04-01fs: Remove read_actor_tGravatar Matthew Wilcox (Oracle) 1-3/+0
2022-04-01fs: Remove ->readpages address space operationGravatar Matthew Wilcox (Oracle) 1-6/+0
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-21/+0
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-8/+6
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-120/+0
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+19
2022-03-22fs: introduce alloc_inode_sb() to allocate filesystems specific inodeGravatar Muchun Song 1-0/+11
2022-03-22mount: warn only once about timestamp range expirationGravatar Anthony Iliopoulos 1-0/+1
2022-03-22mm: document and polish read-ahead codeGravatar NeilBrown 1-2/+7
2022-03-21fs: Move many prototypes to pagemap.hGravatar Matthew Wilcox (Oracle) 1-116/+0
2022-03-21mm/truncate: Combine invalidate_mapping_pagevec() and __invalidate_mapping_pa...Gravatar Matthew Wilcox (Oracle) 1-4/+0
2022-03-16fs: Remove aops ->set_page_dirtyGravatar Matthew Wilcox (Oracle) 1-2/+1
2022-03-15fs: Add aops->dirty_folioGravatar Matthew Wilcox (Oracle) 1-0/+1
2022-03-15fs: Remove aops->launder_pageGravatar Matthew Wilcox (Oracle) 1-4/+1
2022-03-15fs: Add aops->launder_folioGravatar Matthew Wilcox (Oracle) 1-1/+4
2022-03-15fs: Remove aops->invalidatepageGravatar Matthew Wilcox (Oracle) 1-1/+0
2022-03-15fs: Remove noop_invalidatepage()Gravatar Matthew Wilcox (Oracle) 1-2/+0
2022-03-15fs: Add invalidate_folio() aops methodGravatar Matthew Wilcox (Oracle) 1-0/+1
2022-03-14fs: Convert is_partially_uptodate to foliosGravatar Matthew Wilcox (Oracle) 1-2/+2
2022-03-14fs: export variant of generic_write_checks without iov_iterGravatar Omar Sandoval 1-0/+1
2022-03-14fs: export rw_verify_area()Gravatar Omar Sandoval 1-0/+1
2022-03-08fs: remove fs.f_write_hintGravatar Christoph Hellwig 1-9/+0
2022-03-08fs: remove kiocb.ki_hintGravatar Christoph Hellwig 1-12/+0
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2022-01-22mm: remove cleancacheGravatar Christoph Hellwig 1-5/+0
2022-01-22fs: move namei sysctls to its own fileGravatar Luis Chamberlain 1-1/+0
2022-01-22fs: move locking sysctls where they are usedGravatar Luis Chamberlain 1-4/+0
2022-01-22fs: move dcache sysctls to its own fileGravatar Luis Chamberlain 1-2/+0
2022-01-22fs: move fs stat sysctls to file_table.cGravatar Luis Chamberlain 1-3/+0
2022-01-22fs: move inode sysctls to its own fileGravatar Luis Chamberlain 1-3/+0
2022-01-20unicode: clean up the Kconfig symbol confusionGravatar Christoph Hellwig 1-1/+1
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 1-2/+2
2022-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+1
2022-01-15mm,fs: split dump_mapping() out from dump_page()Gravatar Matthew Wilcox (Oracle) 1-0/+1
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+4
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+0
2022-01-09fs/locks: fix fcntl_getlk64/fcntl_setlk64 stub prototypesGravatar Arnd Bergmann 1-2/+2
2022-01-07vfs, cachefiles: Mark a backing file in use with an inode flagGravatar David Howells 1-0/+1
2022-01-07vfs, fscache: Implement pinning of cache usage for writebackGravatar David Howells 1-0/+3
2021-12-05fs: support mapped mounts of mapped filesystemsGravatar Christian Brauner 1-8/+9
2021-12-05fs: add i_user_ns() helperGravatar Christian Brauner 1-4/+9
2021-12-05fs: port higher-level mapping helpersGravatar Christian Brauner 1-4/+4
2021-12-03mm: move filemap_range_needs_writeback() into headerGravatar Jens Axboe 1-2/+0
2021-12-03fs: account for filesystem mappingsGravatar Christian Brauner 1-2/+2
2021-12-03fs: tweak fsuidgid_has_mapping()Gravatar Christian Brauner 1-3/+11
2021-12-03fs: move mapping helpersGravatar Christian Brauner 1-90/+1
2021-12-03fs: add is_idmapped_mnt() helperGravatar Christian Brauner 1-0/+14