summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-02-27nsfs: tighten permission checks for handle openingChristian Brauner
2026-02-27nsfs: tighten permission checks for ns iteration ioctlsChristian Brauner
2026-02-27NFS: Fix NFS KConfig typosAnna Schumaker
2026-02-27Merge tag 'xfs-fixes-7.0-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-02-27smb: client: Use snprintf in cifs_set_cifscredsThorsten Blum
2026-02-27fuse: refactor duplicate queue teardown operationYuto Ohnuki
2026-02-27virtiofs: add FUSE protocol validationYuto Ohnuki
2026-02-27fuse: mark DAX inode releases as blockingSergio Lopez
2026-02-27ext2: avoid drop_nlink() during unlink of zero-nlink inode in ext2_unlink()Ziyi Guo
2026-02-27ext2: guard reservation window dump with EXT2FS_DEBUGMilos Nikic
2026-02-27ext2: replace BUG_ON with WARN_ON_ONCE in ext2_get_blocksMilos Nikic
2026-02-27ext2: remove stale TODO about kmapMilos Nikic
2026-02-27fs: udf: avoid assignment in condition when selecting allocation goalAdarsh Das
2026-02-27ntfs: Fix possible deadlockEthan Tidmore
2026-02-27ntfs: Add missing error codeEthan Tidmore
2026-02-27ntfs: Place check before dereferenceEthan Tidmore
2026-02-26smb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum
2026-02-26smb: client: fix broken multichannel with krb5+signingPaulo Alcantara
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara
2026-02-26Merge tag 'v7.0-rc1-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-02-26Merge tag 'mm-hotfixes-stable-2026-02-26-14-14' of git://git.kernel.org/pub/s...Linus Torvalds
2026-02-26fsnotify: inotify: pass mark connector to fsnotify_recalc_mask()Sun Jian
2026-02-26fanotify: call fanotify_events_supported() before path_permission() and secur...Ondrej Mosnacek
2026-02-26fanotify: avoid/silence premature LSM capability checksOndrej Mosnacek
2026-02-26inotify: fix watch count leak when fsnotify_add_inode_mark_locked() failsChia-Ming Chang
2026-02-26btrfs: check block group lookup in remove_range_from_remap_tree()Mark Harmstone
2026-02-26btrfs: fix transaction handle leaks in btrfs_last_identity_remap_gone()Mark Harmstone
2026-02-26btrfs: fix chunk map leak in btrfs_map_block() after btrfs_translate_remap()Mark Harmstone
2026-02-26btrfs: fix chunk map leak in btrfs_map_block() after btrfs_chunk_map_num_copi...Mark Harmstone
2026-02-26btrfs: fix compat mask in error messages in btrfs_check_features()Mark Harmstone
2026-02-26btrfs: print correct subvol num if active swapfile prevents deletionMark Harmstone
2026-02-26btrfs: fix warning in scrub_verify_one_metadata()Mark Harmstone
2026-02-26btrfs: fix objectid value in error message in check_extent_data_ref()Mark Harmstone
2026-02-26btrfs: fix incorrect key offset in error message in check_dev_extent_item()Mark Harmstone
2026-02-26btrfs: fix error message order of parameters in btrfs_delete_delayed_dir_index()Mark Harmstone
2026-02-26btrfs: don't commit the super block when unmounting a shutdown filesystemMiquel Sabaté Solà
2026-02-26btrfs: free pages on error in btrfs_uring_read_extent()Miquel Sabaté Solà
2026-02-26btrfs: fix referenced/exclusive check in squota_check_parent_usage()Boris Burkov
2026-02-26btrfs: remove pointless WARN_ON() in cache_save_setup()Filipe Manana
2026-02-26btrfs: convert log messages to error level in btrfs_replay_log()Filipe Manana
2026-02-26btrfs: remove btrfs_handle_fs_error() after failure to recover log treesFilipe Manana
2026-02-26btrfs: remove redundant warning message in btrfs_check_uuid_tree()Filipe Manana
2026-02-26btrfs: change warning messages to error level in open_ctree()Filipe Manana
2026-02-26btrfs: fix a double release on reserved extents in cow_one_range()Qu Wenruo
2026-02-26btrfs: handle discard errors in in btrfs_finish_extent_commit()Jingkai Tan
2026-02-26netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequenceDavid Howells
2026-02-26exfat: use truncate_inode_pages_final() at evict_inode()Yang Wen
2026-02-26ntfs: Remove impossible conditionEthan Tidmore
2026-02-26ntfs: Replace ERR_PTR(0) with NULLEthan Tidmore
2026-02-26ntfs: Remove unneeded semicolonChen Ni