summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | mm: document and polish read-ahead codeNeilBrown2022-03-221-2/+7
| |/
* | fs: export variant of generic_write_checks without iov_iterOmar Sandoval2022-03-141-0/+1
* | fs: export rw_verify_area()Omar Sandoval2022-03-141-0/+1
|/
* Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-011-1/+1
|\
| * unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-201-1/+1
* | mm: remove cleancacheChristoph Hellwig2022-01-221-5/+0
* | fs: move namei sysctls to its own fileLuis Chamberlain2022-01-221-1/+0
* | fs: move locking sysctls where they are usedLuis Chamberlain2022-01-221-4/+0
* | fs: move dcache sysctls to its own fileLuis Chamberlain2022-01-221-2/+0
* | fs: move fs stat sysctls to file_table.cLuis Chamberlain2022-01-221-3/+0
* | fs: move inode sysctls to its own fileLuis Chamberlain2022-01-221-3/+0
|/
* Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-01-161-2/+2
|\
| * fs/locks: fix fcntl_getlk64/fcntl_setlk64 stub prototypesArnd Bergmann2022-01-091-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-0/+1
|\ \
| * | mm,fs: split dump_mapping() out from dump_page()Matthew Wilcox (Oracle)2022-01-151-0/+1
| |/
* | Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-121-0/+4
|\ \
| * | vfs, cachefiles: Mark a backing file in use with an inode flagDavid Howells2022-01-071-0/+1
| * | vfs, fscache: Implement pinning of cache usage for writebackDavid Howells2022-01-071-0/+3
| |/
* | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-121-2/+0
|\ \
| * | mm: move filemap_range_needs_writeback() into headerJens Axboe2021-12-031-2/+0
| |/
* | fs: support mapped mounts of mapped filesystemsChristian Brauner2021-12-051-8/+9
* | fs: add i_user_ns() helperChristian Brauner2021-12-051-4/+9
* | fs: port higher-level mapping helpersChristian Brauner2021-12-051-4/+4
* | fs: account for filesystem mappingsChristian Brauner2021-12-031-2/+2
* | fs: tweak fsuidgid_has_mapping()Christian Brauner2021-12-031-3/+11
* | fs: move mapping helpersChristian Brauner2021-12-031-90/+1
* | fs: add is_idmapped_mnt() helperChristian Brauner2021-12-031-0/+14
|/