summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-09-09btrfs: adjust subpage bit start based on sectorsizeJosef Bacik1-1/+1
2025-09-09cifs: prevent NULL pointer dereference in UTF16 conversionMakar Semyonov1-0/+3
2025-09-09proc: fix missing pde_set_flags() for net proc fileswangzijie1-17/+21
2025-09-09ocfs2: prevent release journal inode after journal shutdownEdward Adam Davis1-0/+3
2025-09-09fs: writeback: fix use-after-free in __mark_inode_dirty()Jiufei Xue1-4/+5
2025-09-09btrfs: avoid load/store tearing races when checking if an inode was loggedFilipe Manana1-4/+21
2025-09-09btrfs: fix race between setting last_dir_index_offset and inode loggingFilipe Manana3-16/+4
2025-09-09btrfs: fix race between logging inode and checking if it was logged beforeFilipe Manana1-6/+30
2025-09-04xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen2-0/+13
2025-09-04smb3 client: fix return code mapping of remap_file_rangeSteve French1-0/+14
2025-09-04fs/smb: Fix inconsistent refcnt updateShuhao Fu1-2/+5
2025-09-04efivarfs: Fix slab-out-of-bounds in efivarfs_d_compareLi Nan1-0/+4
2025-09-04NFS: Fix a race when updating an existing writeTrond Myklebust2-50/+30
2025-09-04nfs: fold nfs_page_group_lock_subrequests into nfs_lock_and_join_requestsChristoph Hellwig2-83/+69
2025-09-04erofs: fix atomic context detection when !CONFIG_DEBUG_LOCK_ALLOCJunli Liu1-2/+11
2025-09-04smb: client: fix race with concurrent opens in rename(2)Paulo Alcantara1-0/+18
2025-09-04smb: client: fix race with concurrent opens in unlink(2)Paulo Alcantara1-2/+14
2025-08-28alloc_fdtable(): change calling conventions.Al Viro1-46/+29
2025-08-28use uniform permission checks for all mount propagation changesAl Viro1-14/+20
2025-08-28fs/buffer: fix use-after-free when call bh_read() helperYe Bin1-1/+1
2025-08-28smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()Stefan Metzmacher3-3/+9
2025-08-28ext4: preserve SB_I_VERSION on remountBaokun Li1-3/+3
2025-08-28squashfs: fix memory leak in squashfs_fill_superPhillip Lougher1-7/+7
2025-08-28btrfs: send: make fs_path_len() inline and constify its argumentFilipe Manana1-1/+1
2025-08-28btrfs: send: use fallocate for hole punching with send stream v2Filipe Manana1-0/+33
2025-08-28btrfs: send: avoid path allocation for the current inode when issuing commandsFilipe Manana1-118/+97
2025-08-28btrfs: send: keep the current inode's path cachedFilipe Manana1-5/+48
2025-08-28btrfs: send: add and use helper to rename current inode when processing refsFilipe Manana1-8/+15
2025-08-28btrfs: send: only use boolean variables at process_recorded_refs()Filipe Manana1-6/+6
2025-08-28btrfs: send: factor out common logic when sending xattrsFilipe Manana1-26/+15
2025-08-28btrfs: populate otime when logging an inode itemQu Wenruo1-0/+3
2025-08-28btrfs: constify more pointer parametersDavid Sterba18-75/+73
2025-08-28btrfs: fix ssd_spread overallocationBoris Burkov1-16/+17
2025-08-28btrfs: open code timespec64 in struct btrfs_inodeDavid Sterba3-23/+18
2025-08-28xfs: fully decouple XFS_IBULK* flags from XFS_IWALK* flagsChristoph Hellwig1-1/+5
2025-08-28btrfs: abort transaction on unexpected eb generation at btrfs_copy_root()Filipe Manana1-1/+8
2025-08-28btrfs: always abort transaction on failure to add block group to free space treeFilipe Manana1-7/+9
2025-08-28btrfs: move transaction aborts to the error site in add_block_group_free_space()David Sterba1-2/+3
2025-08-28btrfs: qgroup: fix race between quota disable and quota rescan ioctlFilipe Manana1-7/+24
2025-08-28btrfs: don't ignore inode missing when replaying log treeFilipe Manana1-2/+12
2025-08-28fscrypt: Don't use problematic non-inline crypto enginesEric Biggers4-3/+21
2025-08-28smb: client: fix netns refcount leak after net_passive changesWang Zhaolong1-6/+3
2025-08-28mm: update memfd seal write check to include F_SEAL_WRITEIsaac J. Manjarres1-1/+1
2025-08-28jbd2: prevent softlockup in jbd2_log_do_checkpoint()Baokun Li1-0/+1
2025-08-28f2fs: fix to avoid out-of-boundary access in dnode pageChao Yu1-0/+10
2025-08-28btrfs: zoned: fix write time activation failure for metadata block groupNaohiro Aota1-4/+9
2025-08-28ext4: fix hole length calculation overflow in non-extent inodesZhang Yi1-2/+2
2025-08-28ext4: use kmalloc_array() for array space allocationLiao Yuanhong1-2/+3
2025-08-28ext4: don't try to clear the orphan_present feature block device is r/oTheodore Ts'o1-0/+2
2025-08-28ext4: fix reserved gdt blocks handling in fsmapOjaswin Mujoo1-0/+8