summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
4 daysalloc_fdtable(): change calling conventions.Al Viro1-46/+29
4 dayscifs: Fix oops due to uninitialised variableDavid Howells1-1/+1
4 daysovl: use I_MUTEX_PARENT when locking parent in ovl_create_temp()NeilBrown1-1/+1
4 daysuse uniform permission checks for all mount propagation changesAl Viro1-14/+20
4 daysfs/buffer: fix use-after-free when call bh_read() helperYe Bin1-1/+1
4 dayssmb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()Stefan Metzmacher3-3/+9
4 daysdebugfs: fix mount options not being appliedCharalampos Mitrodimas1-1/+10
4 daysbtrfs: subpage: keep TOWRITE tag until folio is cleanedNaohiro Aota1-1/+18
4 daysext4: preserve SB_I_VERSION on remountBaokun Li1-3/+3
4 dayssquashfs: fix memory leak in squashfs_fill_superPhillip Lougher1-7/+7
4 daysNFS: Fix a race when updating an existing writeTrond Myklebust2-23/+15
4 daysnetfs: Fix unbuffered write error handlingDavid Howells3-4/+13
4 daysbtrfs: send: make fs_path_len() inline and constify its argumentFilipe Manana1-1/+1
4 daysbtrfs: send: use fallocate for hole punching with send stream v2Filipe Manana1-0/+33
4 daysbtrfs: send: avoid path allocation for the current inode when issuing commandsFilipe Manana1-118/+97
4 daysbtrfs: send: keep the current inode's path cachedFilipe Manana1-5/+48
4 daysbtrfs: send: add and use helper to rename current inode when processing refsFilipe Manana1-8/+15
4 daysbtrfs: send: only use boolean variables at process_recorded_refs()Filipe Manana1-6/+6
4 daysbtrfs: send: factor out common logic when sending xattrsFilipe Manana1-26/+15
4 daysxfs: fully decouple XFS_IBULK* flags from XFS_IWALK* flagsChristoph Hellwig1-1/+5
4 daysbtrfs: zoned: requeue to unused block group list if zone finish failedNaohiro Aota1-1/+3
4 daysbtrfs: codify pattern for adding block_group to bg_listBoris Burkov1-24/+31
4 daysbtrfs: explicitly ref count block_group on new_bgs listBoris Burkov2-0/+3
4 daysbtrfs: abort transaction on unexpected eb generation at btrfs_copy_root()Filipe Manana1-1/+8
4 daysbtrfs: always abort transaction on failure to add block group to free space treeFilipe Manana1-7/+9
4 daysbtrfs: move transaction aborts to the error site in add_block_group_free_space()David Sterba1-2/+3
4 daysbtrfs: qgroup: fix race between quota disable and quota rescan ioctlFilipe Manana1-7/+24
4 daysbtrfs: qgroup: drop unused parameter fs_info from __del_qgroup_rb()David Sterba1-4/+3
4 daysjbd2: prevent softlockup in jbd2_log_do_checkpoint()Baokun Li1-0/+1
4 daysf2fs: fix to avoid out-of-boundary access in dnode pageChao Yu1-0/+10
4 daysbtrfs: fix printing of mount info messages for NODATACOW/NODATASUMKyoji Ogasawara1-1/+2
4 daysbtrfs: restore mount option info messages during mountKyoji Ogasawara1-3/+5
4 daysbtrfs: fix incorrect log message for nobarrier mount optionKyoji Ogasawara1-1/+1
4 daysbtrfs: zoned: fix write time activation failure for metadata block groupNaohiro Aota1-4/+9
4 daysext4: fix hole length calculation overflow in non-extent inodesZhang Yi1-2/+2
4 daysext4: use kmalloc_array() for array space allocationLiao Yuanhong1-2/+3
4 daysext4: don't try to clear the orphan_present feature block device is r/oTheodore Ts'o1-0/+2
4 daysext4: fix reserved gdt blocks handling in fsmapOjaswin Mujoo1-0/+8
4 daysext4: fix fsmap end of range reporting with bigallocOjaswin Mujoo1-3/+12
4 daysext4: check fast symlink for ea_inode correctlyAndreas Dilger1-1/+1
4 daysksmbd: extend the connection limiting mechanism to support IPv6Namjae Jeon2-4/+29
4 daysksmbd: fix refcount leak causing resource not releasedZiyan Xu1-3/+10
12 dayssmb: client: fix netns refcount leak after net_passive changesWang Zhaolong1-6/+3
12 daysxfs: fix scrub trace with null pointer in quotacheckAndrey Albershteyn1-1/+1
12 daysbtrfs: do not allow relocation of partially dropped subvolumesQu Wenruo1-0/+19
12 daysbtrfs: fix iteration bug in __qgroup_excl_accounting()Boris Burkov1-2/+1
12 daysbtrfs: zoned: do not select metadata BG as finish targetNaohiro Aota1-1/+1
12 daysbtrfs: error on missing block group when unaccounting log tree extent buffersFilipe Manana1-12/+7
12 daysbtrfs: fix log tree replay failure due to file with 0 links and extentsFilipe Manana1-18/+30
12 daysbtrfs: clear dirty status from extent buffer on error at insert_new_root()Filipe Manana1-0/+1