summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-06-27jffs2: check jffs2_prealloc_raw_node_refs() result in few other placesFedor Pchelkin2-2/+6
2025-06-27jffs2: check that raw node were preallocated before writing summaryArtem Sadovnikov1-1/+6
2025-06-27jfs: Fix null-ptr-deref in jfs_ioc_trimDylan Wolff1-1/+2
2025-06-27ext4: prevent stale extent cache entries caused by concurrent get es_cacheZhang Yi2-1/+9
2025-06-27jfs: fix array-index-out-of-bounds read in add_missing_indicesAditya Dutt1-3/+15
2025-06-27ext4: ext4: unify EXT4_EX_NOCACHE|NOFAIL flags in ext4_ext_remove_space()Zhang Yi1-9/+10
2025-06-27exfat: fix double free in delayed_freeNamjae Jeon1-0/+1
2025-06-27f2fs: fix to do sanity check on sit_bitmap_sizeChao Yu1-0/+8
2025-06-27f2fs: prevent kernel warning due to negative i_nlink from corrupted imageJaegeuk Kim1-0/+9
2025-06-27ext4: ensure i_size is smaller than maxbytesZhang Yi1-1/+2
2025-06-27ext4: factor out ext4_get_maxbytes()Zhang Yi3-12/+9
2025-06-27ext4: fix calculation of credits for extent tree modificationJan Kara1-5/+6
2025-06-27ext4: inline: fix len overflow in ext4_prepare_inline_dataThadeu Lima de Souza Cascardo1-1/+1
2025-06-27jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()Jeongjun Park1-2/+3
2025-06-27nfsd: Initialize ssc before laundromat_work to prevent NULL dereferenceLi Lingfeng1-3/+3
2025-06-27nfsd: nfsd4_spo_must_allow() must check this is a v4 compound requestNeilBrown1-1/+2
2025-06-27gfs2: move msleep to sleepable contextAlexander Aring1-1/+2
2025-06-27configfs: Do not override creating attribute file failure in populate_attrs()Zijun Hu1-1/+1
2025-06-27fs/filesystems: Fix potential unsigned integer underflow in fs_name()Zijun Hu1-5/+9
2025-06-27do_change_type(): refuse to operate on unmounted/not ours mountsAl Viro1-0/+4
2025-06-27nfs: ignore SB_RDONLY when remounting nfsLi Lingfeng1-0/+10
2025-06-27nfs: clear SB_RDONLY before getting superblockLi Lingfeng1-0/+9
2025-06-27nilfs2: do not propagate ENOENT error from nilfs_btree_propagate()Ryusuke Konishi1-1/+3
2025-06-27nilfs2: add pointer check for nilfs_direct_propagate()Wentao Liang1-0/+3
2025-06-27Squashfs: check return result of sb_min_blocksizePhillip Lougher1-0/+5
2025-06-27f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu1-1/+1
2025-06-27f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu2-6/+6
2025-06-27f2fs: clean up w/ fscrypt_is_bounce_page()Chao Yu1-1/+1
2025-06-27f2fs: fix to do sanity check on sbi->total_valid_block_countChao Yu1-2/+8
2025-06-27gfs2: gfs2_create_inode error handling fixAndreas Gruenbacher1-1/+2
2025-06-04nfs: don't share pNFS DS connections between net namespacesJeff Layton4-11/+14
2025-06-04coredump: hand a pidfd to the usermode coredump helperChristian Brauner1-7/+71
2025-06-04coredump: fix error handling for replace_fd()Christian Brauner1-2/+7
2025-06-04smb: client: Reset all search buffer pointers when releasing bufferWang Zhaolong1-0/+3
2025-06-04smb: client: Fix use-after-free in cifs_fill_direntWang Zhaolong1-2/+2
2025-06-04__legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lockAl Viro1-5/+1
2025-06-04orangefs: Do not truncate file sizeMatthew Wilcox (Oracle)1-4/+3
2025-06-04ext4: reorder capability check lastChristian Göttsche1-2/+2
2025-06-04btrfs: send: return -ENAMETOOLONG when attempting a path that is too longFilipe Manana1-4/+2
2025-06-04btrfs: avoid linker error in btrfs_find_create_tree_block()Mark Harmstone1-2/+5
2025-06-04pNFS/flexfiles: Report ENETDOWN as a connection errorTrond Myklebust1-0/+1
2025-06-04NFSv4: Treat ENETUNREACH errors as fatal for state recoveryTrond Myklebust1-1/+9
2025-06-04NFSv4: Check for delegation validity in nfs_start_delegation_return_locked()Trond Myklebust1-1/+2
2025-06-04btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()Filipe Manana1-5/+20
2025-06-04NFSv4/pnfs: Reset the layout state after a layoutreturnTrond Myklebust1-0/+9
2025-06-04nfs: handle failure of nfs_get_lock_context in unlock pathLi Lingfeng1-1/+8
2025-06-04do_umount(): add missing barrier before refcount checks in sync caseAl Viro1-1/+2
2025-06-04ocfs2: stop quota recovery before disabling quotasJan Kara5-9/+30
2025-06-04ocfs2: implement handshaking with ocfs2 recovery threadJan Kara2-17/+39
2025-06-04ocfs2: switch osb->disable_recovery to enumJan Kara2-7/+14