summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-09-09ext4: avoid journaling sb update on error if journal is destroyingOjaswin Mujoo
2025-09-09ext4: define ext4_journal_destroy wrapperOjaswin Mujoo
2025-09-09fs/fhandle.c: fix a race in call of has_locked_children()Al Viro
2025-09-09cifs: prevent NULL pointer dereference in UTF16 conversionMakar Semyonov
2025-09-09proc: fix missing pde_set_flags() for net proc fileswangzijie
2025-09-09ocfs2: prevent release journal inode after journal shutdownEdward Adam Davis
2025-09-09fs: writeback: fix use-after-free in __mark_inode_dirty()Jiufei Xue
2025-09-09btrfs: zoned: skip ZONE FINISH of conventional zonesJohannes Thumshirn
2025-09-09btrfs: avoid load/store tearing races when checking if an inode was loggedFilipe Manana
2025-09-09btrfs: fix race between setting last_dir_index_offset and inode loggingFilipe Manana
2025-09-09btrfs: fix race between logging inode and checking if it was logged beforeFilipe Manana
2025-09-04xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen
2025-09-04smb3 client: fix return code mapping of remap_file_rangeSteve French
2025-09-04fs/smb: Fix inconsistent refcnt updateShuhao Fu
2025-09-04efivarfs: Fix slab-out-of-bounds in efivarfs_d_compareLi Nan
2025-09-04erofs: fix atomic context detection when !CONFIG_DEBUG_LOCK_ALLOCJunli Liu
2025-09-04smb: client: fix race with concurrent opens in rename(2)Paulo Alcantara
2025-09-04smb: client: fix race with concurrent opens in unlink(2)Paulo Alcantara
2025-08-28alloc_fdtable(): change calling conventions.Al Viro
2025-08-28cifs: Fix oops due to uninitialised variableDavid Howells
2025-08-28ovl: use I_MUTEX_PARENT when locking parent in ovl_create_temp()NeilBrown
2025-08-28use uniform permission checks for all mount propagation changesAl Viro
2025-08-28fs/buffer: fix use-after-free when call bh_read() helperYe Bin
2025-08-28smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()Stefan Metzmacher
2025-08-28debugfs: fix mount options not being appliedCharalampos Mitrodimas
2025-08-28btrfs: subpage: keep TOWRITE tag until folio is cleanedNaohiro Aota
2025-08-28ext4: preserve SB_I_VERSION on remountBaokun Li
2025-08-28squashfs: fix memory leak in squashfs_fill_superPhillip Lougher
2025-08-28NFS: Fix a race when updating an existing writeTrond Myklebust
2025-08-28netfs: Fix unbuffered write error handlingDavid Howells
2025-08-28btrfs: send: make fs_path_len() inline and constify its argumentFilipe Manana
2025-08-28btrfs: send: use fallocate for hole punching with send stream v2Filipe Manana
2025-08-28btrfs: send: avoid path allocation for the current inode when issuing commandsFilipe Manana
2025-08-28btrfs: send: keep the current inode's path cachedFilipe Manana
2025-08-28btrfs: send: add and use helper to rename current inode when processing refsFilipe Manana
2025-08-28btrfs: send: only use boolean variables at process_recorded_refs()Filipe Manana
2025-08-28btrfs: send: factor out common logic when sending xattrsFilipe Manana
2025-08-28xfs: fully decouple XFS_IBULK* flags from XFS_IWALK* flagsChristoph Hellwig
2025-08-28btrfs: zoned: requeue to unused block group list if zone finish failedNaohiro Aota
2025-08-28btrfs: codify pattern for adding block_group to bg_listBoris Burkov
2025-08-28btrfs: explicitly ref count block_group on new_bgs listBoris Burkov
2025-08-28btrfs: abort transaction on unexpected eb generation at btrfs_copy_root()Filipe Manana
2025-08-28btrfs: always abort transaction on failure to add block group to free space treeFilipe Manana
2025-08-28btrfs: move transaction aborts to the error site in add_block_group_free_space()David Sterba
2025-08-28btrfs: qgroup: fix race between quota disable and quota rescan ioctlFilipe Manana
2025-08-28btrfs: qgroup: drop unused parameter fs_info from __del_qgroup_rb()David Sterba
2025-08-28jbd2: prevent softlockup in jbd2_log_do_checkpoint()Baokun Li
2025-08-28f2fs: fix to avoid out-of-boundary access in dnode pageChao Yu
2025-08-28btrfs: fix printing of mount info messages for NODATACOW/NODATASUMKyoji Ogasawara
2025-08-28btrfs: restore mount option info messages during mountKyoji Ogasawara