summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-12-07ksmbd: fix use-after-free in session logoffSean Heelan1-4/+0
2025-12-07nfsd: Replace clamp_t in nfsd4_get_drc_mem()NeilBrown1-2/+4
2025-12-07smb: client: fix memory leak in cifs_construct_tcon()Paulo Alcantara1-0/+1
2025-12-07cifs: fix typo in enable_gcm_256 module parameterSteve French1-1/+1
2025-12-07exfat: check return value of sb_min_blocksize in exfat_read_boot_sectorYongpeng Yang1-1/+4
2025-12-07eventpoll: Replace rwlock with spinlockNam Cao1-113/+26
2025-12-07btrfs: do not update last_log_commit when logging inode due to a new nameFilipe Manana1-1/+1
2025-12-07fs/proc: fix uaf in proc_readdir_de()Wei Yang1-3/+9
2025-12-07ksmbd: close accepted socket when per-IP limit rejects connectionJoshua Rogers1-1/+4
2025-12-07NFSD: free copynotify stateid in nfs4_free_ol_stateid()Olga Kornievskaia1-1/+2
2025-12-07NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()Trond Myklebust1-3/+6
2025-12-07smb/server: fix possible refcount leak in smb2_sess_setup()ZhangGuoDong1-0/+1
2025-12-07smb/server: fix possible memory leak in smb2_read()ZhangGuoDong1-0/+1
2025-12-07NFS: check if suid/sgid was cleared after a write as neededScott Mayhew1-1/+2
2025-12-07NFS4: Fix state renewals missing after bootJoshua Watt1-0/+1
2025-12-07smb: client: fix refcount leak in smb2_set_path_attrShuhao Fu1-0/+2
2025-12-07smb: client: validate change notify buffer before copyJoshua Rogers1-2/+5
2025-12-07ceph: add checking of wait_for_completion_killable() return valueViacheslav Dubeyko1-1/+4
2025-12-079p: sysfs_init: don't hardcode error to ENOMEMRandall P. Embry1-2/+5
2025-12-079p: fix /sys/fs/9p/caches overwriting itselfRandall P. Embry1-1/+1
2025-12-07fs/hpfs: Fix error code for new_inode() failure in mkdir/create/mknod/symlinkYikang Yue1-6/+12
2025-12-07btrfs: mark dirty extent range for out of bound prealloc extentsaustinchang1-0/+10
2025-12-07smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner1-1/+9
2025-12-07ksmbd: use sock_create_kern interface to create kernel socketNamjae Jeon1-3/+4
2025-12-07orangefs: fix xattr related buffer overflow...Mike Marshall1-5/+7
2025-12-07exfat: limit log print for IO errorChi Zhiling1-5/+6
2025-12-07ext4: increase IO priority of fastcommitJulian Sun1-1/+1
2025-12-07fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlockchuguangqing1-1/+1
2025-12-07nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencingAl Viro1-0/+2
2025-12-07NFSv4.1: fix mount hang after CREATE_SESSION failureAnthony Iliopoulos1-0/+3
2025-12-07NFSv4: handle ERR_GRACE on delegation recallsOlga Kornievskaia1-2/+2
2025-12-07jfs: fix uninitialized waitqueue in transaction managerShaurya Rane1-4/+5
2025-12-07jfs: Verify inode mode when loading from diskTetsuo Handa1-1/+7
2025-12-07allow finish_no_open(file, ERR_PTR(-E...))Al Viro1-4/+6
2025-12-07ntfs3: pretend $Extend records as regular filesTetsuo Handa1-0/+1
2025-12-07nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs()Ryusuke Konishi1-3/+0
2025-12-07direct_write_fallback(): on error revert the ->ki_pos update from buffered writeAl Viro1-0/+1
2025-12-07fs: factor out a direct_write_fallback helperChristoph Hellwig1-0/+41
2025-12-07filemap: update ki_pos in generic_perform_writeChristoph Hellwig4-10/+3
2025-12-07filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig2-18/+4
2025-12-07NFSD: Fix crash in nfsd4_read_release()Chuck Lever1-3/+4
2025-12-07btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot()Filipe Manana1-1/+1
2025-12-07btrfs: always drop log root tree reference in btrfs_replay_log()Filipe Manana2-2/+1
2025-12-07btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io()Thorsten Blum1-2/+1
2025-12-07btrfs: zoned: refine extent allocator hint selectionNaohiro Aota1-2/+4
2025-10-29ksmbd: transport_ipc: validate payload size before reading handleQianchang Zhao1-1/+7
2025-10-29ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTLNamjae Jeon6-38/+41
2025-10-29xfs: always warn about deprecated mount optionsDarrick J. Wong1-12/+21
2025-10-29f2fs: fix wrong block mapping for multi-devicesJaegeuk Kim1-1/+1
2025-10-29f2fs: factor a f2fs_map_blocks_cached helperChristoph Hellwig1-27/+38