summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
3 dayscifs: consolidate time_last_write stamp into _cifsFileInfo_put()Frank Sorenson2-66/+22
3 dayscifs: fix time_last_write stamp placement in setattr/truncate pathsFrank Sorenson1-4/+22
3 daysSUNRPC: Return an error from xdr_buf_to_bvec() on overflowChuck Lever1-1/+5
3 daysxfs: don't replace the wrong part of the cow forkDarrick J. Wong2-83/+148
3 daysfuse-uring: fix race between registration and connection abortionJoanne Koong1-6/+16
3 daysksmbd: validate ACE size against SID sub-authoritiesNamjae Jeon1-3/+10
3 daysksmbd: bound DACL dedup walk to copied ACEsNamjae Jeon1-6/+10
3 daysksmbd: restore DACL size on check_add_overflow() to avoid malformed ACLWentao Guan1-1/+6
3 daysksmbd: validate num_subauth when copying ACE in set_ntacl_daclHaofeng Li1-1/+7
3 daysksmbd: validate minimum PDU size for transform requestsNamjae Jeon1-5/+11
3 daysksmbd: defer destroy_previous_session() until after NTLM authenticationJames Montgomery1-5/+4
3 dayssmb: client: handle STATUS_STOPPED_ON_SYMLINK responses without a symlink targetCarl Johnson2-3/+41
3 dayssuper: fix emergency thaw deadlock on frozen block devicesChristian Brauner1-13/+16
3 daysproc: Fix broken error paths for namespace linksJann Horn1-1/+3
3 daysiomap: fix out-of-bounds bitmap_set() with zero-length rangeZhang Yi1-8/+14
3 daysfscrypt: Avoid dynamic allocation in fscrypt_get_devices()Eric Biggers2-48/+34
3 daysfscrypt: Add missing superblock check in find_or_insert_direct_key()Eric Biggers1-1/+7
3 daysfs: preserve ACL_DONT_CACHE state in forget_cached_acl()Amir Goldstein1-0/+7
3 daysfs/super: fix emergency thaw double-unlock of s_umountChen Changcheng1-2/+5
3 daysbinfmt_elf_fdpic: only honour the first PT_INTERPChristian Brauner1-0/+4
3 daysceph: fix writeback_count leak in write_folio_nounlock()Wentao Liang1-0/+9
3 daysceph: fix refcount leak in ceph_readdir()WenTao Liang1-1/+6
3 daysceph: fix pre-auth out-of-bounds read on snaptrace in ceph_handle_caps()Bryam Vargas1-0/+1
3 daysbtrfs: do not try compression for data reloc inodesQu Wenruo1-0/+2
3 daysafs: Fix afs_edit_dir_remove() to get, not find, block 0David Howells1-1/+1
3 daysbinfmt_misc: set have_execfd only once the interpreter is openedChristian Brauner1-3/+2
3 daysexec: fix unsigned loop counter wrap in transfer_args_to_stack()Christian Brauner1-1/+1
3 dayspidfs: make pidfs_ino_lock staticMateusz Guzik1-1/+1
3 daysiomap: fix incorrect did_zero setting in iomap_zero_iter()Zhang Yi1-2/+6
3 daysiomap: correct the range of a partial dirty clearZhang Yi1-4/+8
3 daysovl: check access to copy_file_range source with src mounter credsAmir Goldstein1-1/+15
3 daysovl: fix trusted xattr escape prefix matchingYichong Chen1-1/+1
3 dayscifs: fix cifsFileInfo leak on kmalloc failure in deferred close drain pathsFrank Sorenson1-6/+39
3 dayscifs: prevent readdir from changing file size due to stale directory metadataFrank Sorenson5-8/+96
3 dayssmb: client: validate DFS referral PathConsumedYichong Chen1-9/+25
3 daysbtrfs: free mapping node on duplicate reloc root insertGuanghui Yang1-0/+1
3 daysbtrfs: don't propagate EXTENT_FLAG_LOGGING to split extent mapsLeo Martins1-2/+2
3 daysbtrfs: fix u32 to s64 type conversion in dirty_metadata_bytes accountingDave Chen1-2/+2
3 daysksmbd: validate compound request size before reading StructureSize2Xiang Mei (Microsoft)1-0/+5
3 daysksmbd: pin conn during async oplock break notificationQihang1-2/+4
3 dayssmb/client: handle overlapping allocated ranges in fallocateHuiwen He1-7/+18
3 dayserofs: relax sanity check for tail pclusters due to ztailpackingGao Xiang1-1/+2
3 daysbtrfs: fallback to transaction csum tree on a commit root csum missBoris Burkov1-1/+25
3 daysbtrfs: fix root leak if its reloc root is unexpected in merge_reloc_roots()Filipe Manana1-0/+1
3 daysbtrfs: reject free space cache with more entries than pagesXiang Mei1-0/+3
12 daysiomap: consolidate bio submissionChristoph Hellwig4-13/+14
12 daysexfat: fix implicit declaration of brelse()Namjae Jeon1-0/+1
12 daysexfat: add data_start_bytes and exfat_cluster_to_phys_bytes() helperNamjae Jeon2-0/+9
12 daysexfat: add balloc parameter to exfat_map_cluster() for iomap supportNamjae Jeon1-2/+5
12 daysexfat: replace unsafe macros with static inline functionsNamjae Jeon8-86/+147