aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-03-25fscrypt: use AES library for v1 key derivationEric Biggers2-60/+29
2026-03-25quota: Fix race of dquot_scan_active() with quota deactivationJan Kara1-8/+30
2026-03-25erofs: fix .fadvise() for page cache sharingGao Xiang1-2/+13
2026-03-24Merge commit 'f35dbac6942171dc4ce9398d1d216a59224590a9' into trace/ring-buffer/coreSteven Rostedt46-182/+374
2026-03-24fat: add KUnit tests for timestamp conversion helpersavivdaum2-8/+175
2026-03-24fs: hugetlb: simplify remove_inode_hugepages() return typeJiaqi Yan1-12/+6
2026-03-24tracefs: Use dentry name snapshots instead of heap allocationAnishMulay1-31/+8
2026-03-24eventfs: Simplify code using guard()sSteven Rostedt1-60/+36
2026-03-24ntfs3: work around false-postive -Wmaybe-uninitialized warningsArnd Bergmann1-2/+2
2026-03-24fs/ntfs3: fix missing run load for vcn0 in attr_data_get_block_locked()Deepanshu Kartikey1-0/+15
2026-03-24fs/ntfs3: increase CLIENT_REC name field sizeKonstantin Komarov1-2/+2
2026-03-24f2fs: use more generic f2fs_stop_checkpoint()Chao Yu4-13/+14
2026-03-24f2fs: call f2fs_handle_critical_error() to set cp_error flagChao Yu1-2/+19
2026-03-24f2fs: add READ_ONCE() for i_blocks in f2fs_update_inode()Cen Zhang1-1/+1
2026-03-24f2fs: drop unused ri parameter from truncate_partial_nodes()Yongpeng Yang1-5/+3
2026-03-24f2fs: fix fiemap boundary handling when read extent cache is incompleteYongpeng Yang1-3/+22
2026-03-24f2fs: fix incorrect multidevice info in trace_f2fs_map_blocks()Yongpeng Yang1-1/+2
2026-03-24f2fs: fix use-after-free of sbi in f2fs_compress_write_end_io()George Saad1-3/+11
2026-03-24f2fs: drop unused sbi parameter from f2fs_in_warm_node_list()Yongpeng Yang4-5/+5
2026-03-24f2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()Yongpeng Yang1-2/+2
2026-03-24f2fs: avoid reading already updated pages during GCJianan Huang1-1/+4
2026-03-24f2fs: Add defrag_blocks sysfs nodeliujinbao14-1/+19
2026-03-24f2fs: fix incorrect file address mapping when inline inode is unwrittenYongpeng Yang1-4/+9
2026-03-24f2fs:Fix incomplete search range in f2fs_get_victim when f2fs_need_rand_seg is enabledliujinbao11-2/+3
2026-03-24f2fs: fix to avoid memory leak in f2fs_rename()Chao Yu1-0/+1
2026-03-24f2fs: remove unreachable code in f2fs_encrypt_one_page()Eric Biggers1-12/+2
2026-03-25erofs: update the Kconfig descriptionGao Xiang1-14/+29
2026-03-24ovl: fix wrong detection of 32bit inode numbersAmir Goldstein1-1/+4
2026-03-24fuse: abort on fatal signal during sync initMiklos Szeredi3-1/+9
2026-03-24fs: Replace user_access_{begin/end} by scoped user accessChristophe Leroy (CS GROUP)2-74/+49
2026-03-24readdir: Introduce dirent_size()Christophe Leroy (CS GROUP)1-12/+7
2026-03-24iomap: fix lockdep complaint when reads failDarrick J. Wong1-1/+50
2026-03-23gfs2: Remove trans_drain code duplicationAndreas Gruenbacher1-23/+18
2026-03-23gfs2: Move gfs2_remove_from_journal to log.cAndreas Gruenbacher4-38/+37
2026-03-23gfs2: Get rid of gfs2_log_[un]lock helpersAndreas Gruenbacher7-61/+37
2026-03-23gfs2: less aggressive low-memory log flushingAndreas Gruenbacher1-2/+3
2026-03-23gfs2: Fix data loss during inode evictAndreas Gruenbacher1-8/+28
2026-03-23gfs2: minor evict_[un]linked_inode cleanupAndreas Gruenbacher1-6/+8
2026-03-23gfs2: Avoid unnecessary transactions in evict_linked_inodeAndreas Gruenbacher1-5/+30
2026-03-23btrfs: fix lost error when running device stats on multiple devices fsFilipe Manana1-2/+3
2026-03-23btrfs: zlib: handle page aligned compressed size correctlyQu Wenruo1-1/+3
2026-03-23btrfs: fix leak of kobject name for sub-group space_infoShin'ichiro Kawasaki1-1/+1
2026-03-23btrfs: fix zero size inode with non-zero size after log replayFilipe Manana1-33/+65
2026-03-23btrfs: fix super block offset in error message in btrfs_validate_super()Mark Harmstone1-2/+2
2026-03-23pidfds: add coredump_code field to pidfd_infoEmanuele Rocca1-4/+8
2026-03-23smb/client: ensure smb2_mapping_table rebuild on cmd changesHuiwen He1-3/+4
2026-03-23coredump: add tracepoint for coredump eventsBreno Leitao1-0/+5
2026-03-23fs: remove do_sys_truncateChristoph Hellwig1-4/+4
2026-03-23fs: pass on FTRUNCATE_* flags to do_truncateChristoph Hellwig2-13/+11
2026-03-23fs: fix archiecture-specific compat_ftruncate64Christoph Hellwig2-7/+6