summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-12-07smb: client: fix memory leak in cifs_construct_tcon()Paulo Alcantara
2025-12-07btrfs: fix crash on racing fsync and size-extending write into preallocOmar Sandoval
2025-12-07btrfs: add helper to truncate inode items when logging inodeFilipe Manana
2025-12-07exfat: check return value of sb_min_blocksize in exfat_read_boot_sectorYongpeng Yang
2025-12-07fs/proc: fix uaf in proc_readdir_de()Wei Yang
2025-12-07NFSD: free copynotify stateid in nfs4_free_ol_stateid()Olga Kornievskaia
2025-12-07NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()Trond Myklebust
2025-12-07NFS: check if suid/sgid was cleared after a write as neededScott Mayhew
2025-12-07NFS4: Fix state renewals missing after bootJoshua Watt
2025-12-07ceph: add checking of wait_for_completion_killable() return valueViacheslav Dubeyko
2025-12-079p: sysfs_init: don't hardcode error to ENOMEMRandall P. Embry
2025-12-079p: fix /sys/fs/9p/caches overwriting itselfRandall P. Embry
2025-12-07fs/hpfs: Fix error code for new_inode() failure in mkdir/create/mknod/symlinkYikang Yue
2025-12-07btrfs: mark dirty extent range for out of bound prealloc extentsaustinchang
2025-12-07orangefs: fix xattr related buffer overflow...Mike Marshall
2025-12-07exfat: limit log print for IO errorChi Zhiling
2025-12-07fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlockchuguangqing
2025-12-07nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencingAl Viro
2025-12-07NFSv4.1: fix mount hang after CREATE_SESSION failureAnthony Iliopoulos
2025-12-07NFSv4: handle ERR_GRACE on delegation recallsOlga Kornievskaia
2025-12-07jfs: fix uninitialized waitqueue in transaction managerShaurya Rane
2025-12-07jfs: Verify inode mode when loading from diskTetsuo Handa
2025-12-07allow finish_no_open(file, ERR_PTR(-E...))Al Viro
2025-12-07ntfs3: pretend $Extend records as regular filesTetsuo Handa
2025-12-07NFSD: Fix crash in nfsd4_read_release()Chuck Lever
2025-12-07btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot()Filipe Manana
2025-12-07btrfs: always drop log root tree reference in btrfs_replay_log()Filipe Manana
2025-12-07btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io()Thorsten Blum
2025-10-29xfs: always warn about deprecated mount optionsDarrick J. Wong
2025-10-29f2fs: fix wrong block mapping for multi-devicesJaegeuk Kim
2025-10-29NFSD: Define a proc_layoutcommit for the FlexFiles layout typeChuck Lever
2025-10-29vfs: Don't leak disconnected dentries on umountJan Kara
2025-10-29fuse: fix livelock in synchronous file put from fuseblk workersDarrick J. Wong
2025-10-29fuse: allocate ff->release_args only if release is neededAmir Goldstein
2025-10-29NFSD: Fix last write offset handling in layoutcommitSergey Bashirov
2025-10-29NFSD: Minor cleanup in layoutcommit processingSergey Bashirov
2025-10-29NFSD: Rework encoding and decoding of nfsd4_deviceidSergey Bashirov
2025-10-29xfs: fix log CRC mismatches between i386 and other architecturesChristoph Hellwig
2025-10-29xfs: rename the old_crc variable in xlog_recover_processChristoph Hellwig
2025-10-29ocfs2: clear extent cache after moving/defragmenting extentsDeepanshu Kartikey
2025-10-29hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_su...Yangtao Li
2025-10-29hfs: fix KMSAN uninit-value issue in hfs_find_set_zero_bits()Viacheslav Dubeyko
2025-10-29dlm: check for defined force value in dlm_lockspace_releaseAlexander Aring
2025-10-29hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()Viacheslav Dubeyko
2025-10-29hfs: validate record offset in hfsplus_bmap_allocYang Chenzhi
2025-10-29hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent()Viacheslav Dubeyko
2025-10-29hfs: make proper initalization of struct hfs_find_dataViacheslav Dubeyko
2025-10-29hfs: clear offset and space out of valid records in b-tree nodeViacheslav Dubeyko
2025-10-29exec: Fix incorrect type for retXichao Zhao
2025-10-29hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()Viacheslav Dubeyko