summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-08-28cifs: Fix oops due to uninitialised variableDavid Howells1-1/+1
2025-08-28ovl: use I_MUTEX_PARENT when locking parent in ovl_create_temp()NeilBrown1-1/+1
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-28libfs: massage path_from_stashed() to allow custom stashing behaviorChristian Brauner2-7/+23
2025-08-28fhandle: do_handle_open() should get FD with user flagsThomas Bertschinger1-1/+1
2025-08-28btrfs: zoned: fix data relocation block group reservationNaohiro Aota1-8/+47
2025-08-28fs: fix incorrect lflags value in the move_mount syscallYuntao Wang1-12/+20
2025-08-28debugfs: fix mount options not being appliedCharalampos Mitrodimas1-1/+10
2025-08-28xfs: fix frozen file system assert in xfs_trans_allocChristoph Hellwig1-1/+1
2025-08-28squashfs: fix memory leak in squashfs_fill_superPhillip Lougher1-7/+7
2025-08-28NFS: Fix a race when updating an existing writeTrond Myklebust2-23/+15
2025-08-28erofs: Do not select tristate symbols from bool symbolsGeert Uytterhoeven1-10/+10
2025-08-28erofs: fix build error with CONFIG_EROFS_FS_ZIP_ACCEL=yBo Liu (OpenAnolis)1-0/+2
2025-08-28xfs: Remove unused label in xfs_dax_notify_dev_failureAlan Huang1-1/+0
2025-08-28xfs: fully decouple XFS_IBULK* flags from XFS_IWALK* flagsChristoph Hellwig1-1/+5
2025-08-28xfs: improve the comments in xfs_select_zone_nowaitChristoph Hellwig1-8/+2
2025-08-28xfs: return the allocated transaction from xfs_trans_alloc_emptyChristoph Hellwig17-99/+31
2025-08-28xfs: decouple xfs_trans_alloc_empty from xfs_trans_allocChristoph Hellwig1-24/+28
2025-08-28btrfs: subpage: keep TOWRITE tag until folio is cleanedNaohiro Aota1-1/+18
2025-08-28btrfs: rename btrfs_subpage structureQu Wenruo4-150/+156
2025-08-28btrfs: add comments on the extra btrfs specific subpage bitmapsQu Wenruo1-0/+14
2025-08-28btrfs: fix subpage deadlock in try_release_subpage_extent_buffer()Leo Martins1-5/+6
2025-08-28btrfs: use refcount_t type for the extent buffer reference counterFilipe Manana10-42/+41
2025-08-28btrfs: add comment for optimization in free_extent_buffer()Filipe Manana1-0/+1
2025-08-28btrfs: reorganize logic at free_extent_buffer() for better readabilityFilipe Manana1-3/+6
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-28proc: proc_maps_open allow proc_mem_open to return NULLJialin Wang1-2/+2
2025-08-28open_tree_attr: do not allow id-mapping changes without OPEN_TREE_CLONEAleksa Sarai1-1/+2
2025-08-28jbd2: prevent softlockup in jbd2_log_do_checkpoint()Baokun Li1-0/+1
2025-08-28iomap: Fix broken data integrity guarantees for O_SYNC writesJan Kara1-7/+7
2025-08-28f2fs: fix to avoid out-of-boundary access in dnode pageChao Yu1-0/+10
2025-08-28btrfs: fix printing of mount info messages for NODATACOW/NODATASUMKyoji Ogasawara1-1/+2
2025-08-28btrfs: restore mount option info messages during mountKyoji Ogasawara1-3/+5
2025-08-28btrfs: fix incorrect log message for nobarrier mount optionKyoji Ogasawara1-1/+1
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
2025-08-28ext4: fix fsmap end of range reporting with bigallocOjaswin Mujoo1-3/+12
2025-08-28ext4: check fast symlink for ea_inode correctlyAndreas Dilger1-1/+1
2025-08-28ext4: preserve SB_I_VERSION on remountBaokun Li1-3/+3
2025-08-28ksmbd: extend the connection limiting mechanism to support IPv6Namjae Jeon2-4/+29
2025-08-28ksmbd: fix refcount leak causing resource not releasedZiyan Xu1-3/+10
2025-08-28netfs: Fix unbuffered write error handlingDavid Howells4-5/+16
2025-08-23ext4: replace ext4_writepage_trans_blocks()Zhang Yi6-27/+25