summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-05-02ext4: fix OOB read when checking dotdot dirAcs, Jakub1-0/+3
2025-05-02ext4: optimize __ext4_check_dir_entry()Theodore Ts'o1-5/+4
2025-05-02ext4: don't over-report free space or inodes in statvfsTheodore Ts'o1-10/+17
2025-05-02ext4: code cleanup for ext4_statfs_project()Chengguang Xu1-9/+4
2025-05-02ext4: simplify checking quota limits in ext4_statfs()Jan Kara1-8/+2
2025-05-02virtiofs: add filesystem context source name checkXiangsheng Hou1-0/+3
2025-05-02isofs: Prevent the use of too small fidEdward Adam Davis1-1/+1
2025-05-02hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_keyVasiliy Kovalev2-0/+12
2025-05-02btrfs: correctly escape subvol in btrfs_show_options()Johannes Kimmel1-2/+1
2025-05-02nfs: add missing selections of CONFIG_CRC32Eric Biggers6-19/+3
2025-05-02nfs: move nfs_fhandle_hash to common include fileJeff Layton1-15/+0
2025-05-02NFSD: Constify @fh argument of knfsd_fh_hash()Chuck Lever1-5/+2
2025-05-02jbd2: remove wrong sb->s_sequence checkJan Kara1-1/+0
2025-05-02ext4: fix off-by-one error in do_splitArtem Sadovnikov1-1/+1
2025-05-02ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn1-20/+48
2025-05-02ext4: reject casefold inode flag without casefold featureEric Biggers1-1/+4
2025-05-02ext4: ignore xattrs past endBhupesh1-1/+10
2025-05-02ext4: protect ext4_release_dquot against freezingOjaswin Mujoo1-0/+17
2025-05-02jfs: add sanity check for agwidth in dbMountEdward Adam Davis1-0/+4
2025-05-02jfs: Prevent copying of nlink with value 0 from disk inodeEdward Adam Davis1-1/+1
2025-05-02fs/jfs: Prevent integer overflow in AG size calculationRand Deeb1-1/+1
2025-05-02fs/jfs: cast inactags to s64 to prevent potential overflowRand Deeb1-2/+2
2025-04-10jfs: add index corruption check to DT_GETPAGE()Roman Smirnov1-1/+2
2025-04-10jfs: fix slab-out-of-bounds read in ea_get()Qasim Ijaz1-5/+10
2025-04-10affs: don't write overlarge OFS data block size fieldsSimon Tatham1-1/+2
2025-04-10affs: generate OFS sequence numbers starting at 1Simon Tatham1-3/+3
2025-04-10fs/procfs: fix the comment above proc_pid_wchan()Bart Van Assche1-1/+1
2025-04-10ocfs2: validate l_tree_depth to avoid out-of-bounds accessVasiliy Kovalev1-0/+8
2025-04-10isofs: fix KMSAN uninit-value bug in do_isofs_readdir()Qasim Ijaz1-1/+2
2025-04-10fuse: don't truncate cached, mutated symlinkMiklos Szeredi2-6/+20
2025-03-13Squashfs: check the inode number is not the invalid value of zeroPhillip Lougher1-1/+4
2025-03-13btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana1-0/+2
2025-03-13Revert "btrfs: avoid monopolizing a core when activating a swap file"Koichiro Den1-2/+0
2025-03-13nilfs2: protect access to buffers with no active referencesRyusuke Konishi1-1/+3
2025-03-13nilfs2: do not force clear folio if buffer is referencedRyusuke Konishi1-6/+29
2025-03-13nilfs2: do not output warnings when clearing dirty buffersRyusuke Konishi4-24/+10
2025-03-13orangefs: fix a oob in orangefs_debug_writeMike Marshall1-2/+2
2025-03-13ocfs2: check dir i_size in ocfs2_find_entrySu Yue1-4/+21
2025-03-13nilfs2: fix possible int overflows in nilfs_fiemap()Nikita Zhandarovich1-3/+3
2025-03-13ocfs2: handle a symlink read error correctlyMatthew Wilcox (Oracle)1-2/+3
2025-03-13ocfs2: fix incorrect CPU endianness conversion causing mount failureHeming Zhao1-1/+1
2025-03-13binfmt_flat: Fix integer overflow bug on 32 bit systemsDan Carpenter1-1/+1
2025-03-13nilfs2: handle errors that nilfs_prepare_chunk() may returnRyusuke Konishi3-19/+27
2025-03-13nilfs2: eliminate staggered calls to kunmap in nilfs_renameRyusuke Konishi1-1/+2
2025-03-13nilfs2: move page release outside of nilfs_delete_entry and nilfs_set_linkRyusuke Konishi3-16/+14
2025-03-13btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handlingJosef Bacik1-2/+12
2025-03-13btrfs: fix use-after-free when attempting to join an aborted transactionFilipe Manana1-1/+3
2025-03-13btrfs: output the reason for open_ctree() failureQu Wenruo1-1/+1
2025-03-13NFSD: Reset cb_seq_status after NFS4ERR_DELAYChuck Lever1-0/+1
2025-03-13ubifs: skip dumping tnc tree when zroot is nullpangliyuan1-9/+13