summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-08-23erofs: release ztailpacking pclusters properlyJingbo Xu1-1/+4
2023-08-23erofs: don't warn dedupe and fragments features anymoresunshijie1-4/+0
2023-08-23erofs: adapt folios for z_erofs_read_folio()Gao Xiang1-5/+4
2023-08-23erofs: adapt folios for z_erofs_readahead()Gao Xiang1-17/+15
2023-08-23erofs: get rid of fe->backmost for cache decompressionGao Xiang1-5/+2
2023-08-23erofs: drop z_erofs_page_mark_eio()Gao Xiang1-20/+9
2023-08-23erofs: tidy up z_erofs_do_read_page()Gao Xiang1-29/+24
2023-08-23erofs: move preparation logic into z_erofs_pcluster_begin()Gao Xiang1-33/+27
2023-08-23erofs: avoid obsolete {collector,collection} termsGao Xiang1-21/+18
2023-08-23erofs: simplify z_erofs_read_fragment()Gao Xiang1-26/+13
2023-08-23erofs: remove redundant erofs_fs_type declaration in super.cFerry Meng1-1/+0
2023-08-23erofs: add necessary kmem_cache_create flags for erofs inode cacheFerry Meng1-3/+3
2023-08-23erofs: clean up redundant comment and adjust code alignmentFerry Meng1-18/+4
2023-08-23erofs: refine warning messages for zdata I/OsFerry Meng1-14/+9
2023-08-23Merge tag 'vfs-6.6-merge-3' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner4-38/+183
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner15-86/+184
2023-08-22Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-18/+31
2023-08-22cifs: update desired access while requesting for directory leaseBharath SM1-1/+1
2023-08-22affs: rename local toupper() to fn() to avoid confusionAndy Shevchenko1-10/+10
2023-08-22affs: remove writepage implementationMatthew Wilcox (Oracle)1-5/+9
2023-08-22btrfs: zoned: skip splitting and logical rewriting on pre-alloc writeNaohiro Aota1-4/+15
2023-08-22super: use higher-level helper for {freeze,thaw}Christian Brauner1-3/+12
2023-08-22tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrsHugh Dickins1-2/+2
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton5-5/+50
2023-08-21kill do_each_thread()Oleg Nesterov1-2/+2
2023-08-21nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuseRyusuke Konishi2-3/+7
2023-08-21kernel/fork: stop playing lockless games for exe_file replacementMateusz Guzik1-2/+2
2023-08-21adfs: delete unused "union adfs_dirtail" definitionAlexey Dobriyan1-5/+0
2023-08-21mm,thp: fix smaps THPeligible output alignmentHugh Dickins1-1/+1
2023-08-21mm: memtest: convert to memtest_report_meminfo()Kefeng Wang1-11/+1
2023-08-21mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan1-0/+6
2023-08-21mm: factor out VMA stack and heap checksKefeng Wang2-34/+5
2023-08-21mm: kill frontswapJohannes Weiner1-0/+1
2023-08-21nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi1-0/+5
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+5
2023-08-21smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand1-2/+1
2023-08-21ext2: Fix kernel-doc warningsMatthew Wilcox (Oracle)2-61/+56
2023-08-21super: wait until we passed kill superChristian Brauner1-7/+64
2023-08-21super: wait for nascent superblocksChristian Brauner1-51/+153
2023-08-21cachefiles: use kiocb_{start,end}_write() helpersAmir Goldstein1-13/+3
2023-08-21ovl: use kiocb_{start,end}_write() helpersAmir Goldstein1-8/+2
2023-08-21aio: use kiocb_{start,end}_write() helpersAmir Goldstein1-17/+3
2023-08-21splice: Convert page_cache_pipe_buf_confirm() to use a folioMatthew Wilcox (Oracle)1-11/+9
2023-08-21libfs: Convert simple_write_begin and simple_write_end to use a folioMatthew Wilcox (Oracle)1-20/+20
2023-08-21btrfs: tests: test invalid splitting when skipping pinned drop extent_mapJosef Bacik1-0/+138
2023-08-21btrfs: tests: add a test for btrfs_add_extent_mappingJosef Bacik1-0/+56
2023-08-21btrfs: tests: add extent_map tests for dropping with odd layoutsJosef Bacik1-0/+218
2023-08-21btrfs: scrub: move write back of repaired sectors to scrub_stripe_read_repair...Qu Wenruo1-47/+25
2023-08-21btrfs: scrub: don't go ordered workqueue for dev-replaceQu Wenruo1-7/+3
2023-08-21btrfs: scrub: fix grouping of read IOQu Wenruo1-25/+71