summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-07-10NFSv4/flexfiles: Fix handling of NFS level errors in I/OTrond Myklebust1-34/+87
2025-07-10btrfs: fix missing error handling when searching for inode refs during log re...Filipe Manana1-1/+3
2025-07-10NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAINBenjamin Coddington1-1/+3
2025-07-10nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails.Kuniyuki Iwashima1-3/+14
2025-07-10btrfs: don't drop extent_map for free space inode on write errorJosef Bacik1-2/+17
2025-07-10btrfs: update superblock's device bytes_used when dropping chunkMark Harmstone1-0/+6
2025-07-10attach_recursive_mnt(): do not lock the covering tree when sliding something ...Al Viro1-4/+4
2025-07-10f2fs: don't over-report free space or inodes in statvfsChao Yu1-12/+18
2025-07-10jfs: validate AG parameters in dbMount() to prevent crashesVasiliy Kovalev1-1/+5
2025-07-10fs/jfs: consolidate sanity checking in dbMountDave Kleikamp1-28/+9
2025-07-10ovl: Check for NULL d_inode() in ovl_dentry_upper()Kees Cook1-1/+3
2025-07-10ceph: fix possible integer overflow in ceph_zero_objects()Dmitry Kandybka1-1/+1
2025-07-10ksmbd: allow a filename to contain special characters on SMB3.1.1 posix exten...Namjae Jeon1-26/+27
2025-07-10NFSv4.2: fix listxattr to return selinux security labelOlga Kornievskaia1-2/+10
2025-07-10NFSv4: Always set NLINK even if the server doesn't support itHan Young1-0/+2
2025-07-10cifs: Fix cifs_query_path_info() for Windows NT serversPali Rohár1-0/+8
2025-06-27ext4: avoid remount errors with 'abort' mount optionJan Kara1-3/+8
2025-06-27ext4: make 'abort' mount option handling standardJan Kara2-4/+3
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-27xfs: allow inode inactivation during a ro mount log recoveryDarrick J. Wong1-4/+11
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-27fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)Al Viro1-1/+1
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-27ocfs2: fix possible memory leak in ocfs2_finish_quota_recoveryMurad Masimov1-1/+1
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: fix to detect gcing page in f2fs_is_cp_guaranteed()Chao Yu1-1/+1
2025-06-27f2fs: clean up w/ fscrypt_is_bounce_page()Chao Yu1-1/+1