summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-11-249p: fix /sys/fs/9p/caches overwriting itselfRandall P. Embry1-1/+1
2025-11-24fs/hpfs: Fix error code for new_inode() failure in mkdir/create/mknod/symlinkYikang Yue1-6/+12
2025-11-24btrfs: mark dirty extent range for out of bound prealloc extentsaustinchang1-0/+10
2025-11-24smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner1-1/+9
2025-11-24ksmbd: use sock_create_kern interface to create kernel socketNamjae Jeon1-3/+4
2025-11-24orangefs: fix xattr related buffer overflow...Mike Marshall1-5/+7
2025-11-24exfat: limit log print for IO errorChi Zhiling1-5/+6
2025-11-24ext4: increase IO priority of fastcommitJulian Sun1-1/+1
2025-11-24fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlockchuguangqing1-1/+1
2025-11-24nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencingAl Viro1-0/+2
2025-11-24NFSv4.1: fix mount hang after CREATE_SESSION failureAnthony Iliopoulos1-0/+3
2025-11-24NFSv4: handle ERR_GRACE on delegation recallsOlga Kornievskaia1-2/+2
2025-11-24jfs: fix uninitialized waitqueue in transaction managerShaurya Rane1-4/+5
2025-11-24jfs: Verify inode mode when loading from diskTetsuo Handa1-1/+7
2025-11-24f2fs: fix infinite loop in __insert_extent_tree()wangzijie1-0/+6
2025-11-24allow finish_no_open(file, ERR_PTR(-E...))Al Viro1-4/+6
2025-11-24ntfs3: pretend $Extend records as regular filesTetsuo Handa1-0/+1
2025-11-24fuse: zero initialize inode private dataMiklos Szeredi1-7/+4
2025-11-24smb: client: fix potential cfid UAF in smb2_query_info_compoundHenrique Carvalho1-1/+2
2025-11-24NFSD: Fix crash in nfsd4_read_release()Chuck Lever1-3/+4
2025-11-02btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot()Filipe Manana1-1/+1
2025-11-02btrfs: use level argument in log tree walk callback replay_one_buffer()Filipe Manana1-5/+3
2025-11-02btrfs: always drop log root tree reference in btrfs_replay_log()Filipe Manana2-2/+1
2025-11-02btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io()Thorsten Blum1-2/+1
2025-11-02btrfs: zoned: refine extent allocator hint selectionNaohiro Aota1-2/+4
2025-11-02btrfs: zoned: return error from btrfs_zone_finish_endio()Johannes Thumshirn3-9/+15
2025-10-29ksmbd: transport_ipc: validate payload size before reading handleQianchang Zhao1-1/+7
2025-10-29fuse: fix livelock in synchronous file put from fuseblk workersDarrick J. Wong1-1/+7
2025-10-29fuse: allocate ff->release_args only if release is neededAmir Goldstein3-32/+41
2025-10-29fs/notify: call exportfs_encode_fid with s_umountJakub Acs1-0/+6
2025-10-29xfs: always warn about deprecated mount optionsDarrick J. Wong1-12/+21
2025-10-29ocfs2: clear extent cache after moving/defragmenting extentsDeepanshu Kartikey1-0/+5
2025-10-29cifs: Fix TCP_Server_Info::credits to be signedDavid Howells1-1/+1
2025-10-29smb: server: let smb_direct_flush_send_list() invalidate a remote key firstStefan Metzmacher1-4/+7
2025-10-29hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_su...Yangtao Li1-1/+1
2025-10-29hfs: fix KMSAN uninit-value issue in hfs_find_set_zero_bits()Viacheslav Dubeyko1-1/+1
2025-10-29dlm: check for defined force value in dlm_lockspace_releaseAlexander Aring1-1/+1
2025-10-29hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()Viacheslav Dubeyko1-5/+18
2025-10-29hfs: validate record offset in hfsplus_bmap_allocYang Chenzhi3-41/+48
2025-10-29hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent()Viacheslav Dubeyko1-1/+7
2025-10-29hfs: make proper initalization of struct hfs_find_dataViacheslav Dubeyko1-1/+7
2025-10-29hfs: clear offset and space out of valid records in b-tree nodeViacheslav Dubeyko1-4/+23
2025-10-29exec: Fix incorrect type for retXichao Zhao1-1/+1
2025-10-23ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTLNamjae Jeon6-38/+41
2025-10-23nfsd: decouple the xprtsec policy check from check_nfsd_access()Scott Mayhew3-9/+65
2025-10-23ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()Theodore Ts'o1-12/+5
2025-10-23vfs: Don't leak disconnected dentries on umountJan Kara1-0/+2
2025-10-23NFSD: Define a proc_layoutcommit for the FlexFiles layout typeChuck Lever1-0/+8
2025-10-23fs: quota: create dedicated workqueue for quota_release_workShashank A P1-1/+9
2025-10-23quota: remove unneeded return value of register_quota_formatKemeng Shi4-13/+8