summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-08-19exec: Fix ToCToU between perm check and set-uid/gid usageKees Cook
2024-08-19ext4: fix wrong unit use in ext4_mb_find_by_goalKemeng Shi
2024-08-19jbd2: avoid memleak in jbd2_journal_write_metadata_bufferKemeng Shi
2024-08-19btrfs: fix bitmap leak when loading free space cache on duplicate entryFilipe Manana
2024-08-19udf: prevent integer overflow in udf_bitmap_free_blocks()Roman Smirnov
2024-08-19protect the fetch of ->fd[fd] in do_dup2() from mispredictionsAl Viro
2024-08-19jfs: Fix array-index-out-of-bounds in diFreeJeongjun Park
2024-08-19nilfs2: handle inconsistent state in nilfs_btnode_create_block()Ryusuke Konishi
2024-08-19f2fs: fix to don't dirty inode for readonly filesystemChao Yu
2024-08-19ext4: make sure the first directory block is not a holeBaokun Li
2024-08-19ext4: check dot and dotdot of dx_root before making dir indexedBaokun Li
2024-08-19hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode()Chao Yu
2024-08-19nilfs2: avoid undefined behavior in nilfs_cnt32_ge macroRyusuke Konishi
2024-08-19fs/nilfs2: remove some unused macros to tame gccAlex Shi
2024-08-19ext4: avoid writing unitialized memory to disk in EA inodesJan Kara
2024-08-19hfsplus: fix to avoid false alarm of circular lockingChao Yu
2024-07-27filelock: Fix fcntl/close race recovery compat pathJann Horn
2024-07-27jfs: don't walk off the end of ealistlei lu
2024-07-27ocfs2: add bounds checking to ocfs2_check_dir_entry()lei lu
2024-07-27filelock: Remove locks reliably when fcntl/close race is detectedJann Horn
2024-07-27hfsplus: fix uninit-value in copy_nameEdward Adam Davis
2024-07-27fs: better handle deep ancestor chains in is_subdir()Christian Brauner
2024-07-27fs/file: fix the check in find_next_fd()Yuntao Wang
2024-07-18nilfs2: fix kernel bug on rename operation of broken directoryRyusuke Konishi
2024-07-18nilfs2: fix incorrect inode allocation from reserved inodesRyusuke Konishi
2024-07-18nilfs2: add missing check for inode numbers on directory entriesRyusuke Konishi
2024-07-18nilfs2: fix inode number range checksRyusuke Konishi
2024-07-18jffs2: Fix potential illegal address access in jffs2_free_inodeWang Yong
2024-07-18orangefs: fix out-of-bounds fsid accessMike Marshall
2024-07-05ftruncate: pass a signed offsetArnd Bergmann
2024-07-05udf: udftime: prevent overflow in udf_disk_stamp_to_time()Roman Smirnov
2024-07-05nilfs2: fix potential kernel bug due to lack of writeback flag waitingRyusuke Konishi
2024-07-05ocfs2: fix races between hole punching and AIO+DIOSu Yue
2024-07-05ocfs2: use coarse time for new created filesSu Yue
2024-07-05fs/proc: fix softlockup in __read_vmcoreRik van Riel
2024-07-05jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman
2024-07-05nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errorsRyusuke Konishi
2024-07-05nilfs2: return the mapped address from nilfs_get_page()Matthew Wilcox (Oracle)
2024-07-05nilfs2: Remove check for PageErrorMatthew Wilcox (Oracle)
2024-06-16nfs: fix undefined behavior in nfs_block_bits()Sergey Shtylyov
2024-06-16ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()Baokun Li
2024-06-16nilfs2: fix use-after-free of timer for log writer threadRyusuke Konishi
2024-06-16f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu
2024-06-16f2fs: add error prints for debugging mount failureSahitya Tummala
2024-06-16ext4: avoid excessive credit estimate in ext4_tmpfile()Jan Kara
2024-06-16nfsd: drop st_mutex before calling move_to_close_lru()NeilBrown
2024-06-16jffs2: prevent xattr node from overflowing the eraseblockIlya Denisyev
2024-06-16nilfs2: fix out-of-range warningArnd Bergmann
2024-06-16ecryptfs: Fix buffer size for tag 66 packetBrian Kubisiak
2024-06-16nilfs2: fix potential hang in nilfs_detach_log_writer()Ryusuke Konishi