aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-09-10file: port to struct kmem_cache_argsChristian Brauner1-3/+8
2024-09-10Merge branch 'vfs.file' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/v...Vlastimil Babka5-41/+147
2024-09-10iomap: remove the iomap_file_buffered_write_punch_delalloc return valueChristoph Hellwig2-68/+31
2024-09-10iomap: pass the iomap to the punch callbackChristoph Hellwig2-13/+15
2024-09-10iomap: pass flags to iomap_file_buffered_write_punch_delallocChristoph Hellwig2-8/+8
2024-09-10iomap: improve shared block detection in iomap_unshare_iterChristoph Hellwig1-4/+13
2024-09-10iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_releaseChristoph Hellwig1-1/+9
2024-09-10erofs: simplify erofs_map_blocks_flatmode()Hongzhen Luo1-19/+9
2024-09-10erofs: refactor read_inode calling conventionYiyang Wu1-59/+52
2024-09-10erofs: use kmemdup_nul in erofs_fill_symlinkYiyang Wu1-8/+2
2024-09-10erofs: mark experimental fscache backend deprecatedGao Xiang2-2/+5
2024-09-10erofs: support compressed inodes for fileioGao Xiang4-20/+43
2024-09-10erofs: support unencoded inodes for fileioGao Xiang6-51/+248
2024-09-10erofs: add file-backed mount supportGao Xiang5-44/+100
2024-09-10erofs: handle overlapped pclusters out of crafted images properlyGao Xiang1-33/+38
2024-09-09ocfs2: cleanup return value and mlog in ocfs2_global_read_info()Joseph Qi1-6/+9
2024-09-09nilfs2: remove duplicate 'unlikely()' usageKunwu Chan1-1/+1
2024-09-09nilfs2: fix potential oob read in nilfs_btree_check_delete()Ryusuke Konishi1-2/+5
2024-09-09nilfs2: determine empty node blocks as corruptedRyusuke Konishi1-1/+1
2024-09-09nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()Ryusuke Konishi1-1/+2
2024-09-09squashfs: fix percpu address space issues in decompressor_multi_percpu.cUros Bizjak1-3/+3
2024-09-09mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel2-4/+4
2024-09-09ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi1-2/+6
2024-09-09ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu1-1/+2
2024-09-09ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu1-1/+0
2024-09-09ocfs2: fix null-ptr-deref when journal load failed.Julian Sun1-3/+4
2024-09-09Merge tag 'bcachefs-2024-09-09' of git://evilpiepirate.org/bcachefsLinus Torvalds11-52/+79
2024-09-10erofs: fix error handling in z_erofs_init_decompressorSandeep Dhavale1-1/+1
2024-09-10erofs: clean up erofs_register_sysfs()Gao Xiang2-25/+7
2024-09-10erofs: fix incorrect symlink detection in fast symlinkGao Xiang1-14/+6
2024-09-09fs: Fix file_set_fowner LSM hook inconsistenciesMickaël Salaün1-10/+4
2024-09-09bcachefs: Annotate bch_replicas_entry_{v0,v1} with __counted_by()Thorsten Blum4-7/+13
2024-09-09bcachefs: support idmap mountsHongbo Li1-16/+34
2024-09-09bcachefs: Annotate struct bch_xattr with __counted_by()Thorsten Blum1-1/+1
2024-09-09bcachefs: Switch gc bucket array to a genradixKent Overstreet4-37/+6
2024-09-09bcachefs: darray: convert to alloc_hooks()Kent Overstreet2-18/+12
2024-09-09bcachefs: Convert to use jiffies macrosChen Yufan3-3/+5
2024-09-09bcachefs: Refactor bch2_bset_fix_lookup_tableAlan Huang1-60/+68
2024-09-09bcachefs: Assert that we don't lock nodes when !trans->lockedKent Overstreet3-16/+17
2024-09-09bcachefs: Do not check folio_has_private()Matthew Wilcox (Oracle)1-3/+1
2024-09-09bcachefs: bch2_time_stats_reset()Kent Overstreet3-2/+24
2024-09-09bcachefs: Drop memalloc_nofs_save() in bch2_btree_node_mem_alloc()Kent Overstreet1-5/+0
2024-09-09bcachefs: Simplify bch2_xattr_emit() implementationYouling Tang1-6/+16
2024-09-09bcachefs: drop unused posix acl handlersYouling Tang1-4/+0
2024-09-09bcachefs: Remove unused parameterAlan Huang3-4/+3
2024-09-09bcachefs: Remove the prev array stuffAlan Huang1-30/+4
2024-09-09bcachefs: Minimize the search range used to calculate the mantissaAlan Huang1-1/+1
2024-09-09bcachefs: Convert open-coded extra computation to helperAlan Huang1-1/+1
2024-09-09bcachefs: Remove dead code in __build_ro_aux_treeAlan Huang1-3/+0
2024-09-09bcachefs: Remove unused parameter of bkey_mantissa_bits_droppedAlan Huang1-3/+2