summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-17f2fs: fix to avoid atomicity corruption of atomic fileYeongjin Gil
2025-03-17efivarfs: use I_MUTEX_CHILD nested lock to traverse variables on resumeArd Biesheuvel
2025-03-17jbd2: remove redundant function jbd2_journal_has_csum_v2or3_featureEric Biggers
2025-03-17ext4: remove redundant function ext4_has_metadata_csumEric Biggers
2025-03-17jbd2: do not try to recover wiped journalJan Kara
2025-03-17jbd2: remove wrong sb->s_sequence checkJan Kara
2025-03-17ext4: verify fast symlink lengthJan Kara
2025-03-17btrfs: remove duplicated metadata folio flag update in end_bbio_meta_read()Qu Wenruo
2025-03-17btrfs: convert io_ctl_prepare_pages() to work on foliosMatthew Wilcox (Oracle)
2025-03-17btrfs: update some folio related commentsMatthew Wilcox (Oracle)
2025-03-17btrfs: keep private struct on stack for sync reads in btrfs_encoded_read_regu...Daniel Vacek
2025-03-17fs/proc/task_mmu: reduce scope of lazy mmu regionRyan Roberts
2025-03-16btrfs: convert timeouts to secs_to_jiffies()Easwar Hariharan
2025-03-16ocfs2: remove reference to bh->b_pageMatthew Wilcox (Oracle)
2025-03-16ocfs2: use memcpy_to_folio() in ocfs2_symlink_get_block()Matthew Wilcox (Oracle)
2025-03-16ocfs2: validate l_tree_depth to avoid out-of-bounds accessVasiliy Kovalev
2025-03-17erofs: enable 48-bit layout supportGao Xiang
2025-03-17erofs: support unaligned encoded dataGao Xiang
2025-03-17erofs: implement encoded extent metadataGao Xiang
2025-03-17erofs: add encoded extent on-disk definitionGao Xiang
2025-03-17erofs: initialize decompression earlyGao Xiang
2025-03-16fs/proc/task_mmu: add guard region bit to pagemapLorenzo Stoakes
2025-03-16mm/sparse: allow for alternate vmemmap section init at bootFrank van der Linden
2025-03-16fs: convert block_commit_write() to take a folioMatthew Wilcox (Oracle)
2025-03-16percpu: use TYPEOF_UNQUAL() in variable declarationsUros Bizjak
2025-03-16ext4: ignore xattrs past endBhupesh
2025-03-16ext4: remove unused input "inode" in ext4_find_dest_deKemeng Shi
2025-03-16ext4: remove unneeded forward declaration in namei.cKemeng Shi
2025-03-16ext4: add missing brelse() for bh2 in ext4_dx_add_entry()Kemeng Shi
2025-03-16squashfs: fix invalid pointer dereference in squashfs_cache_deleteZhiyu Zhang
2025-03-16proc: fix UAF in proc_get_inode()Ye Bin
2025-03-17fs/9p: fix NULL pointer dereference on mkdirChristian Schoenebeck
2025-03-16bcachefs: Checksum errors get additional retriesKent Overstreet
2025-03-16bcachefs: Print message on successful read retryKent Overstreet
2025-03-16bcachefs: Return errors to top level bch2_rbio_retry()Kent Overstreet
2025-03-16bcachefs: BCH_ERR_data_read_buffer_too_smallKent Overstreet
2025-03-16bcachefs: Read error message now indicates if it was for an internal moveKent Overstreet
2025-03-16bcachefs: Fix BCH_ERR_data_read_csum_err_maybe_userspace in retry pathKent Overstreet
2025-03-16bcachefs: Convert read path to standard error codesKent Overstreet
2025-03-16bcachefs: Debug params for data corruption injectionKent Overstreet
2025-03-16bcachefs: Don't create bch_io_failures unless it's neededKent Overstreet
2025-03-16bcachefs: bch2_bkey_ptrs_rebalance_opts()Kent Overstreet
2025-03-16bcachefs: Add a cond_resched() to btree cache teardownKent Overstreet
2025-03-16bcachefs: rebalance, copygc status also print stacktraceKent Overstreet
2025-03-17erofs: support dot-omitted directoriesGao Xiang
2025-03-17erofs: implement 48-bit block addressing for unencoded inodesGao Xiang
2025-03-17erofs: add 48-bit block addressing on-disk supportGao Xiang
2025-03-17erofs: simplify erofs_{read,fill}_inode()Gao Xiang
2025-03-17erofs: get rid of erofs_map_blocks_flatmode()Gao Xiang
2025-03-17erofs: move {in,out}pages into struct z_erofs_decompress_reqGao Xiang