summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-03-24tracefs: Use dentry name snapshots instead of heap allocationAnishMulay
2026-03-24eventfs: Simplify code using guard()sSteven Rostedt
2026-03-24ntfs3: work around false-postive -Wmaybe-uninitialized warningsArnd Bergmann
2026-03-24fs/ntfs3: fix missing run load for vcn0 in attr_data_get_block_locked()Deepanshu Kartikey
2026-03-24fs/ntfs3: increase CLIENT_REC name field sizeKonstantin Komarov
2026-03-24f2fs: use more generic f2fs_stop_checkpoint()Chao Yu
2026-03-24f2fs: call f2fs_handle_critical_error() to set cp_error flagChao Yu
2026-03-24f2fs: add READ_ONCE() for i_blocks in f2fs_update_inode()Cen Zhang
2026-03-24f2fs: drop unused ri parameter from truncate_partial_nodes()Yongpeng Yang
2026-03-24f2fs: fix fiemap boundary handling when read extent cache is incompleteYongpeng Yang
2026-03-24f2fs: fix incorrect multidevice info in trace_f2fs_map_blocks()Yongpeng Yang
2026-03-24f2fs: fix use-after-free of sbi in f2fs_compress_write_end_io()George Saad
2026-03-24f2fs: drop unused sbi parameter from f2fs_in_warm_node_list()Yongpeng Yang
2026-03-24f2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()Yongpeng Yang
2026-03-24f2fs: avoid reading already updated pages during GCJianan Huang
2026-03-24f2fs: Add defrag_blocks sysfs nodeliujinbao1
2026-03-24f2fs: fix incorrect file address mapping when inline inode is unwrittenYongpeng Yang
2026-03-24f2fs:Fix incomplete search range in f2fs_get_victim when f2fs_need_rand_seg i...liujinbao1
2026-03-24f2fs: fix to avoid memory leak in f2fs_rename()Chao Yu
2026-03-24f2fs: remove unreachable code in f2fs_encrypt_one_page()Eric Biggers
2026-03-25erofs: update the Kconfig descriptionGao Xiang
2026-03-24ovl: fix wrong detection of 32bit inode numbersAmir Goldstein
2026-03-24fuse: abort on fatal signal during sync initMiklos Szeredi
2026-03-24fs: Replace user_access_{begin/end} by scoped user accessChristophe Leroy (CS GROUP)
2026-03-24readdir: Introduce dirent_size()Christophe Leroy (CS GROUP)
2026-03-24iomap: fix lockdep complaint when reads failDarrick J. Wong
2026-03-23gfs2: Remove trans_drain code duplicationAndreas Gruenbacher
2026-03-23gfs2: Move gfs2_remove_from_journal to log.cAndreas Gruenbacher
2026-03-23gfs2: Get rid of gfs2_log_[un]lock helpersAndreas Gruenbacher
2026-03-23gfs2: less aggressive low-memory log flushingAndreas Gruenbacher
2026-03-23gfs2: Fix data loss during inode evictAndreas Gruenbacher
2026-03-23gfs2: minor evict_[un]linked_inode cleanupAndreas Gruenbacher
2026-03-23gfs2: Avoid unnecessary transactions in evict_linked_inodeAndreas Gruenbacher
2026-03-23btrfs: fix lost error when running device stats on multiple devices fsFilipe Manana
2026-03-23btrfs: zlib: handle page aligned compressed size correctlyQu Wenruo
2026-03-23btrfs: fix leak of kobject name for sub-group space_infoShin'ichiro Kawasaki
2026-03-23btrfs: fix zero size inode with non-zero size after log replayFilipe Manana
2026-03-23btrfs: fix super block offset in error message in btrfs_validate_super()Mark Harmstone
2026-03-23pidfds: add coredump_code field to pidfd_infoEmanuele Rocca
2026-03-23smb/client: ensure smb2_mapping_table rebuild on cmd changesHuiwen He
2026-03-23coredump: add tracepoint for coredump eventsBreno Leitao
2026-03-23fs: remove do_sys_truncateChristoph Hellwig
2026-03-23fs: pass on FTRUNCATE_* flags to do_truncateChristoph Hellwig
2026-03-23fs: fix archiecture-specific compat_ftruncate64Christoph Hellwig
2026-03-23Merge branch 'xfs-7.1-merge' into for-nextCarlos Maiolino
2026-03-23Merge branch 'xfs-7.0-fixes' into for-nextCarlos Maiolino
2026-03-23xfs: report cow mappings with dirty pagecache for iomap zero rangeBrian Foster
2026-03-23xfs: replace zero range flush with folio batchBrian Foster
2026-03-23xfs: only flush when COW fork blocks overlap data fork holesBrian Foster
2026-03-23xfs: look up cow fork extent earlier for buffered iomap_beginBrian Foster