summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-04-10NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't upChuck Lever1-7/+12
2025-04-10NFSD: Never return NFS4ERR_FILE_OPEN when removing a directoryChuck Lever1-6/+18
2025-04-10NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs()Chuck Lever1-3/+1
2025-04-10nfsd: fix management of listener transportsOlga Kornievskaia1-23/+21
2025-04-10nfsd: put dl_stid if fail to queue dl_recallLi Lingfeng1-1/+11
2025-04-10nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid()Jeff Layton1-4/+2
2025-04-10exec: fix the racy usage of fs_struct->in_execOleg Nesterov1-6/+9
2025-04-10jfs: add index corruption check to DT_GETPAGE()Roman Smirnov1-1/+2
2025-04-10jfs: fix slab-out-of-bounds read in ea_get()Qasim Ijaz1-5/+10
2025-04-10ext4: fix OOB read when checking dotdot dirAcs, Jakub1-0/+3
2025-04-10ext4: don't over-report free space or inodes in statvfsTheodore Ts'o1-10/+17
2025-04-10exfat: fix potential wrong error return from get_blockSungjong Seo1-0/+2
2025-04-10exfat: fix random stack corruption after get_blockSungjong Seo1-6/+33
2025-04-10ksmbd: fix null pointer dereference in alloc_preauth_hash()Namjae Jeon3-5/+24
2025-04-10ksmbd: validate zero num_subauth before sub_auth is accessedNorbert Szetei1-0/+5
2025-04-10ksmbd: fix overflow in dacloffset bounds checkNorbert Szetei1-4/+12
2025-04-10ksmbd: fix session use-after-free in multichannel connectionNamjae Jeon3-11/+14
2025-04-10ksmbd: fix use-after-free in ksmbd_sessions_deregister()Namjae Jeon1-0/+3
2025-04-10ksmbd: add bounds check for create lease contextNorbert Szetei1-0/+8
2025-04-10ksmbd: add bounds check for durable handle contextNamjae Jeon1-0/+21
2025-04-10fs/9p: fix NULL pointer dereference on mkdirChristian Schoenebeck1-1/+1
2025-04-10netfs: Fix netfs_unbuffered_read() to return ssize_t rather than intDavid Howells1-3/+3
2025-04-10smb: client: don't retry IO on failed negprotos with soft mountsPaulo Alcantara2-73/+69
2025-04-10exfat: add a check for invalid data sizeYuezhang Mo1-0/+5
2025-04-10cifs: fix incorrect validation for num_aces field of smb_aclNamjae Jeon1-2/+6
2025-04-10smb: common: change the data type of num_aces to le16Namjae Jeon4-30/+32
2025-04-10affs: don't write overlarge OFS data block size fieldsSimon Tatham1-1/+2
2025-04-10affs: generate OFS sequence numbers starting at 1Simon Tatham1-3/+3
2025-04-10nfs: Add missing release on error in nfs_lock_and_join_requests()Dan Carpenter1-1/+3
2025-04-10ksmbd: fix r_count dec/increment mismatchNamjae Jeon1-2/+2
2025-04-10ksmbd: fix multichannel connection failureNamjae Jeon3-8/+22
2025-04-10ksmbd: use aead_request_free to match aead_request_allocMiaoqian Lin1-1/+1
2025-04-10exfat: fix missing shutdown checkYuezhang Mo1-2/+27
2025-04-10exfat: fix the infinite loop in exfat_find_last_cluster()Yuezhang Mo1-1/+1
2025-04-10smb: client: Fix netns refcount imbalance causing leaks and use-after-freeWang Zhaolong1-8/+8
2025-04-10NFS: Shut down the nfs_client only after all the superblocksTrond Myklebust1-1/+21
2025-04-10fs/procfs: fix the comment above proc_pid_wchan()Bart Van Assche1-1/+1
2025-04-10um: hostfs: avoid issues on inode number reuse by hostBenjamin Berg3-27/+41
2025-04-10fuse: fix dax truncate/punch_hole fault pathAlistair Popple3-4/+3
2025-04-10NFS: fix open_owner_id_maxsz and related fields.NeilBrown1-9/+9
2025-04-10NFSv4: Avoid unnecessary scans of filesystems for delayed delegationsTrond Myklebust1-6/+12
2025-04-10NFSv4: Avoid unnecessary scans of filesystems for expired delegationsTrond Myklebust1-0/+7
2025-04-10NFSv4: Avoid unnecessary scans of filesystems for returning delegationsTrond Myklebust1-0/+5
2025-04-10NFSv4: Don't trigger uneccessary scans for return-on-close delegationsTrond Myklebust1-15/+18
2025-04-10ocfs2: validate l_tree_depth to avoid out-of-bounds accessVasiliy Kovalev1-0/+8
2025-04-10fs/ntfs3: Prevent integer overflow in hdr_first_de()Dan Carpenter1-1/+1
2025-04-10fs/ntfs3: Fix a couple integer overflows on 32bit systemsDan Carpenter1-2/+2
2025-04-10isofs: fix KMSAN uninit-value bug in do_isofs_readdir()Qasim Ijaz1-1/+2
2025-04-10fs/ntfs3: Update inode->i_mapping->a_ops on compression stateKonstantin Komarov3-5/+26
2025-04-10fs: support O_PATH fds with FSCONFIG_SET_FDChristian Brauner2-1/+3