summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-13Squashfs: check the inode number is not the invalid value of zeroPhillip Lougher
2025-03-13btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana
2025-03-13Revert "btrfs: avoid monopolizing a core when activating a swap file"Koichiro Den
2025-03-13nilfs2: protect access to buffers with no active referencesRyusuke Konishi
2025-03-13nilfs2: do not force clear folio if buffer is referencedRyusuke Konishi
2025-03-13nilfs2: do not output warnings when clearing dirty buffersRyusuke Konishi
2025-03-13orangefs: fix a oob in orangefs_debug_writeMike Marshall
2025-03-13ocfs2: check dir i_size in ocfs2_find_entrySu Yue
2025-03-13nilfs2: fix possible int overflows in nilfs_fiemap()Nikita Zhandarovich
2025-03-13ocfs2: handle a symlink read error correctlyMatthew Wilcox (Oracle)
2025-03-13ocfs2: fix incorrect CPU endianness conversion causing mount failureHeming Zhao
2025-03-13binfmt_flat: Fix integer overflow bug on 32 bit systemsDan Carpenter
2025-03-13nilfs2: handle errors that nilfs_prepare_chunk() may returnRyusuke Konishi
2025-03-13nilfs2: eliminate staggered calls to kunmap in nilfs_renameRyusuke Konishi
2025-03-13nilfs2: move page release outside of nilfs_delete_entry and nilfs_set_linkRyusuke Konishi
2025-03-13btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handlingJosef Bacik
2025-03-13btrfs: fix use-after-free when attempting to join an aborted transactionFilipe Manana
2025-03-13btrfs: output the reason for open_ctree() failureQu Wenruo
2025-03-13NFSD: Reset cb_seq_status after NFS4ERR_DELAYChuck Lever
2025-03-13ubifs: skip dumping tnc tree when zroot is nullpangliyuan
2025-03-13ocfs2: mark dquot as inactive if failed to start trans while releasing dquotSu Yue
2025-03-13afs: Fix directory format encoding structDavid Howells
2025-03-13udf: Fix use of check_add_overflow() with mixed type argumentsBen Hutchings
2025-02-01ext4: fix slab-use-after-free in ext4_split_extent_at()Baokun Li
2025-02-01ext4: avoid ext4_error()'s caused by ENOMEM in the truncate pathTheodore Ts'o
2025-02-01gfs2: Truncate address space when flipping GFS2_DIF_JDATA flagAndreas Gruenbacher
2025-02-01fs/proc: fix softlockup in __read_vmcore (part 2)Rik van Riel
2025-02-01hfs: Sanity check the root recordLeo Stone
2025-02-01ocfs2: fix slab-use-after-free due to dangling pointer dqi_privDennis Lam
2025-02-01ocfs2: correct return value of ocfs2_local_free_info()Joseph Qi
2025-02-01jbd2: flush filesystem device before updating tail sequenceZhang Yi
2025-01-09btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana
2025-01-09epoll: Add synchronous wakeup support for ep_poll_callbackXuewen Yan
2025-01-09nfsd: restore callback functionality for NFSv4.0NeilBrown
2025-01-09nilfs2: prevent use of deleted inodeEdward Adam Davis
2025-01-09NFS/pnfs: Fix a live lock between recalled layouts and layoutgetTrond Myklebust
2025-01-09btrfs: tree-checker: reject inline extent items with 0 ref countQu Wenruo
2025-01-09efivarfs: Fix error on non-existent fileJames Bottomley
2025-01-09erofs: fix incorrect symlink detection in fast symlinkGao Xiang
2025-01-09erofs: fix order >= MAX_ORDER warning due to crafted negative i_sizeGao Xiang
2024-12-19xfs: don't drop errno values when we fail to ficlone the entire rangeDarrick J. Wong
2024-12-14ocfs2: Revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"Heming Zhao
2024-12-14jffs2: Fix rtime decompressorRichard Weinberger
2024-12-14jffs2: Prevent rtime decompress memory corruptionKinsey Moore
2024-12-14Revert "unicode: Don't special case ignorable code points"Linus Torvalds
2024-12-14f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.Qi Han
2024-12-14jfs: add a check to prevent array-index-out-of-bounds in dbAdjTreeNihar Chaithanya
2024-12-14jfs: fix array-index-out-of-bounds in jfs_readdirGhanshyam Agrawal
2024-12-14jfs: fix shift-out-of-bounds in dbSplitGhanshyam Agrawal
2024-12-14jfs: array-index-out-of-bounds fix in dtReadFirstGhanshyam Agrawal