summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-03-26ufs: Drop pointless invalidate_mapping_buffers() callJan Kara
2026-03-26ocfs2: Drop pointless sync_mapping_buffers() callsJan Kara
2026-03-26ntfs3: Drop pointless sync_mapping_buffers() and invalidate_inode_buffers() c...Jan Kara
2026-03-26gfs2: Don't zero i_private_dataJan Kara
2026-03-26ext4: Use inode_has_buffers()Jan Kara
2026-03-26fat: fix stack frame size warnings in KUnit testsChristian Brauner
2026-03-26xfs: remove file_path tracepoint dataDarrick J. Wong
2026-03-26xfs: don't irele after failing to iget in xfs_attri_recover_workDarrick J. Wong
2026-03-26exfat: fix passing zero to ERR_PTR() in exfat_mkdir()Yang Wen
2026-03-25ecryptfs: Log function name only once in decode_and_decrypt_filenameThorsten Blum
2026-03-25ecryptfs: Remove redundant if checks in encrypt_and_encode_filenameThorsten Blum
2026-03-25ecryptfs: Fix tag number in encrypt_filename() error messageThorsten Blum
2026-03-25ecryptfs: Use struct_size to improve process_response + send_miscdevThorsten Blum
2026-03-25ecryptfs: Replace memcpy + manual NUL termination with strscpyThorsten Blum
2026-03-25ecryptfs: Set s_time_gran to get correct time granularityFrank Hsiao 蕭法宣
2026-03-25Merge tag 'erofs-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-03-25ksmbd: fix potencial OOB in get_file_all_info() for compound requestsNamjae Jeon
2026-03-25hfsplus: fix generic/523 test-case failureViacheslav Dubeyko
2026-03-25fscrypt: use AES library for v1 key derivationEric Biggers
2026-03-25quota: Fix race of dquot_scan_active() with quota deactivationJan Kara
2026-03-25erofs: fix .fadvise() for page cache sharingGao Xiang
2026-03-24Merge commit 'f35dbac6942171dc4ce9398d1d216a59224590a9' into trace/ring-buffe...Steven Rostedt
2026-03-24fat: add KUnit tests for timestamp conversion helpersavivdaum
2026-03-24fs: hugetlb: simplify remove_inode_hugepages() return typeJiaqi Yan
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