summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-06-27cifs: Remove duplicate fattr->cf_dtype assignment from wsl_to_fattr() functionPali Rohár1-1/+0
2025-06-27smb: client: fix first command failure during re-negotiationzhangjian1-0/+1
2025-06-27smb: Log an error when close_all_cached_dirs failsPaul Aurich1-2/+12
2025-06-27smb: fix secondary channel creation issue with kerberos by populating hostnam...Bharath SM1-2/+1
2025-06-27ksmbd: fix null pointer dereference in destroy_previous_sessionNamjae Jeon1-5/+6
2025-06-27smb: improve directory cache reuse for readdir operationsBharath SM2-17/+19
2025-06-27cifs: do not disable interface polling on failureShyam Prasad N2-9/+6
2025-06-27cifs: serialize other channels when query server interfaces is pendingShyam Prasad N2-6/+19
2025-06-27cifs: deal with the channel loading lag while picking channelsShyam Prasad N1-7/+7
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-27fs/xattr.c: fix simple_xattr_list()Stephen Smalley1-0/+1
2025-06-27f2fs: fix to set atomic write status more clearChao Yu3-2/+12
2025-06-27f2fs: use vmalloc instead of kvmalloc in .init_{,de}compress_ctxChao Yu2-13/+15
2025-06-27smb: client: add NULL check in automount_fullpathRuben Devos1-0/+3
2025-06-27cifs: dns resolution is needed only for primary channelShyam Prasad N1-1/+2
2025-06-27cifs: update dstaddr whenever channel iface is updatedShyam Prasad N1-0/+4
2025-06-27cifs: reset connections for all channels when reconnect requestedShyam Prasad N1-0/+7
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-27f2fs: fix to do sanity check on ino and xnidChao Yu1-0/+6
2025-06-27ext4: only dirty folios when data journaling regular filesBrian Foster1-1/+6
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-27ceph: set superblock s_magic for IMA fsmagic matchingDennis Marttinen1-0/+1
2025-06-27jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()Jeongjun Park1-2/+3
2025-06-27fs/nfs/read: fix double-unlock bug in nfs_return_empty_folio()Max Kellermann1-1/+2
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-19fs/filesystems: Fix potential unsigned integer underflow in fs_name()Zijun Hu1-5/+9
2025-06-19do_change_type(): refuse to operate on unmounted/not ours mountsAl Viro1-0/+4
2025-06-19fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)Al Viro1-1/+1
2025-06-19path_overmount(): avoid false negativesAl Viro1-6/+13
2025-06-19cifs: Fix validation of SMB1 query reparse point responsePali Rohár1-2/+18
2025-06-19nfs: ignore SB_RDONLY when remounting nfsLi Lingfeng1-0/+10
2025-06-19nfs: clear SB_RDONLY before getting superblockLi Lingfeng1-0/+9
2025-06-19nilfs2: do not propagate ENOENT error from nilfs_btree_propagate()Ryusuke Konishi1-1/+3
2025-06-19nilfs2: add pointer check for nilfs_direct_propagate()Wentao Liang1-0/+3
2025-06-19ocfs2: fix possible memory leak in ocfs2_finish_quota_recoveryMurad Masimov1-1/+1
2025-06-19Squashfs: check return result of sb_min_blocksizePhillip Lougher1-0/+5
2025-06-19f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu1-1/+1
2025-06-19f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu2-6/+6
2025-06-19kernfs: Relax constraint in draining guardMichal Koutný2-3/+5
2025-06-19f2fs: fix to detect gcing page in f2fs_is_cp_guaranteed()Chao Yu1-1/+1
2025-06-19f2fs: clean up w/ fscrypt_is_bounce_page()Chao Yu1-1/+1
2025-06-19f2fs: fix to do sanity check on sbi->total_valid_block_countChao Yu1-2/+8