summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-07-17fs/proc: do_task_stat: use __for_each_thread()Oleg Nesterov
2025-07-17fix proc_sys_compare() handling of in-lookup dentriesAl Viro
2025-07-17btrfs: use btrfs_record_snapshot_destroy() during rmdirFilipe Manana
2025-07-17btrfs: propagate last_unlink_trans earlier when doing a rmdirFilipe Manana
2025-07-17NFSv4/flexfiles: Fix handling of NFS level errors in I/OTrond Myklebust
2025-07-17flexfiles/pNFS: update stats on NFS4ERR_DELAY for v4.1 DSesTigran Mkrtchyan
2025-07-17btrfs: fix missing error handling when searching for inode refs during log re...Filipe Manana
2025-07-17NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAINBenjamin Coddington
2025-07-17nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails.Kuniyuki Iwashima
2025-07-17btrfs: update superblock's device bytes_used when dropping chunkMark Harmstone
2025-07-17attach_recursive_mnt(): do not lock the covering tree when sliding something ...Al Viro
2025-07-17f2fs: don't over-report free space or inodes in statvfsChao Yu
2025-07-17jfs: validate AG parameters in dbMount() to prevent crashesVasiliy Kovalev
2025-07-17fs/jfs: consolidate sanity checking in dbMountDave Kleikamp
2025-07-17ovl: Check for NULL d_inode() in ovl_dentry_upper()Kees Cook
2025-07-17ceph: fix possible integer overflow in ceph_zero_objects()Dmitry Kandybka
2025-07-17NFSv4.2: fix listxattr to return selinux security labelOlga Kornievskaia
2025-07-17cifs: Fix cifs_query_path_info() for Windows NT serversPali Rohár
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-27ext4: prevent stale extent cache entries caused by concurrent get es_cacheZhang Yi
2025-06-27jfs: fix array-index-out-of-bounds read in add_missing_indicesAditya Dutt
2025-06-27ext4: ext4: unify EXT4_EX_NOCACHE|NOFAIL flags in ext4_ext_remove_space()Zhang Yi
2025-06-27exfat: fix double free in delayed_freeNamjae Jeon
2025-06-27f2fs: fix to do sanity check on sit_bitmap_sizeChao Yu
2025-06-27f2fs: prevent kernel warning due to negative i_nlink from corrupted imageJaegeuk Kim
2025-06-27ext4: ensure i_size is smaller than maxbytesZhang Yi
2025-06-27ext4: factor out ext4_get_maxbytes()Zhang Yi
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-27jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()Jeongjun Park
2025-06-27nfsd: Initialize ssc before laundromat_work to prevent NULL dereferenceLi Lingfeng
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-27do_change_type(): refuse to operate on unmounted/not ours mountsAl Viro
2025-06-27nfs: ignore SB_RDONLY when remounting nfsLi Lingfeng
2025-06-27nfs: clear SB_RDONLY before getting superblockLi Lingfeng
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