summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-06-27jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()Jeongjun Park
2025-06-27jffs2: check jffs2_prealloc_raw_node_refs() result in few other placesFedor Pchelkin
2025-06-27jffs2: check that raw node were preallocated before writing summaryArtem Sadovnikov
2025-06-27jfs: Fix null-ptr-deref in jfs_ioc_trimDylan Wolff
2025-06-27jfs: fix array-index-out-of-bounds read in add_missing_indicesAditya Dutt
2025-06-27f2fs: prevent kernel warning due to negative i_nlink from corrupted imageJaegeuk Kim
2025-06-27ext4: fix calculation of credits for extent tree modificationJan Kara
2025-06-27ext4: inline: fix len overflow in ext4_prepare_inline_dataThadeu Lima de Souza Cascardo
2025-06-27nfsd: nfsd4_spo_must_allow() must check this is a v4 compound requestNeilBrown
2025-06-27gfs2: move msleep to sleepable contextAlexander Aring
2025-06-27configfs: Do not override creating attribute file failure in populate_attrs()Zijun Hu
2025-06-27fs/filesystems: Fix potential unsigned integer underflow in fs_name()Zijun Hu
2025-06-27NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizesChuck Lever
2025-06-27NFSD: Fix ia_size underflowChuck Lever
2025-06-27do_change_type(): refuse to operate on unmounted/not ours mountsAl Viro
2025-06-27nilfs2: do not propagate ENOENT error from nilfs_btree_propagate()Ryusuke Konishi
2025-06-27nilfs2: add pointer check for nilfs_direct_propagate()Wentao Liang
2025-06-27Squashfs: check return result of sb_min_blocksizePhillip Lougher
2025-06-27f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu
2025-06-27f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu
2025-06-27f2fs: clean up w/ fscrypt_is_bounce_page()Chao Yu
2025-06-27f2fs: fix to do sanity check on sbi->total_valid_block_countChao Yu
2025-06-27gfs2: gfs2_create_inode error handling fixAndreas Gruenbacher
2025-06-04nfs: don't share pNFS DS connections between net namespacesJeff Layton
2025-06-04coredump: hand a pidfd to the usermode coredump helperChristian Brauner
2025-06-04coredump: fix error handling for replace_fd()Christian Brauner
2025-06-04smb: client: Reset all search buffer pointers when releasing bufferWang Zhaolong
2025-06-04smb: client: Fix use-after-free in cifs_fill_direntWang Zhaolong
2025-06-04__legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lockAl Viro
2025-06-04orangefs: Do not truncate file sizeMatthew Wilcox (Oracle)
2025-06-04ext4: reorder capability check lastChristian Göttsche
2025-06-04btrfs: send: return -ENAMETOOLONG when attempting a path that is too longFilipe Manana
2025-06-04btrfs: avoid linker error in btrfs_find_create_tree_block()Mark Harmstone
2025-06-04pNFS/flexfiles: Report ENETDOWN as a connection errorTrond Myklebust
2025-06-04NFSv4: Treat ENETUNREACH errors as fatal for state recoveryTrond Myklebust
2025-06-04NFSv4/pnfs: Reset the layout state after a layoutreturnTrond Myklebust
2025-06-04NFSv4/pnfs: pnfs_set_layout_stateid() should update the layout credTrond Myklebust
2025-06-04nfs: handle failure of nfs_get_lock_context in unlock pathLi Lingfeng
2025-06-04do_umount(): add missing barrier before refcount checks in sync caseAl Viro
2025-06-04ocfs2: stop quota recovery before disabling quotasJan Kara
2025-06-04ocfs2: implement handshaking with ocfs2 recovery threadJan Kara
2025-06-04ocfs2: switch osb->disable_recovery to enumJan Kara
2025-05-02ext4: fix OOB read when checking dotdot dirAcs, Jakub
2025-05-02ext4: optimize __ext4_check_dir_entry()Theodore Ts'o
2025-05-02ext4: don't over-report free space or inodes in statvfsTheodore Ts'o
2025-05-02ext4: code cleanup for ext4_statfs_project()Chengguang Xu
2025-05-02ext4: simplify checking quota limits in ext4_statfs()Jan Kara
2025-05-02virtiofs: add filesystem context source name checkXiangsheng Hou
2025-05-02isofs: Prevent the use of too small fidEdward Adam Davis
2025-05-02hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_keyVasiliy Kovalev