summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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: zoned: skip ZONE FINISH of conventional zonesJohannes Thumshirn1-20/+35
2025-09-09btrfs: clear block dirty if submit_one_sector() failedQu Wenruo1-4/+13
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-04erofs: fix atomic context detection when !CONFIG_DEBUG_LOCK_ALLOCJunli Liu1-2/+11
2025-09-04erofs: Fallback to normal access if DAX is not supported on extra deviceYuezhang Mo1-10/+14
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-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