aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-03-03fuse: drop unnecessary argument from fuse_lookup_init()Luis Henriques1-5/+4
2026-03-03fuse: fix premature writetrhough request for large folioJingbo Xu1-6/+4
2026-03-02fsverity: add dependency on 64K or smaller pagesEric Biggers1-0/+3
2026-03-02Merge tag 'nfsd-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-14/+15
2026-03-02xattr: support extended attributes on socketsChristian Brauner1-0/+2
2026-03-02xattr: move user limits for xattrs to generic infraChristian Brauner3-74/+69
2026-03-02xattr: switch xattr_permission() to switch statementChristian Brauner1-5/+13
2026-03-02xattr: add xattr_permission_error()Christian Brauner1-2/+9
2026-03-02xattr: remove rbtree-based simple_xattr infrastructureChristian Brauner1-284/+99
2026-03-02pidfs: adapt to rhashtable-based simple_xattrsChristian Brauner1-24/+40
2026-03-02kernfs: adapt to rhashtable-based simple_xattrs with lazy allocationChristian Brauner3-14/+37
2026-03-01smb: update some doc referencesZhangGuoDong2-3/+9
2026-03-01smb/client: make SMB2 maperror KUnit tests a separate moduleChenXiaoSong4-16/+38
2026-03-01Merge tag 'sched-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2026-03-01ntfs: fix sysctl table registration and pathNamjae Jeon1-2/+1
2026-02-28Merge tag 'v7.0rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds28-445/+489
2026-02-28ntfs: Fix spelling mistake "initiailized" -> "initialized"Colin Ian King1-1/+1
2026-02-27nsfs: tighten permission checks for handle openingChristian Brauner1-1/+1
2026-02-27nsfs: tighten permission checks for ns iteration ioctlsChristian Brauner1-0/+13
2026-02-27NFS: Fix NFS KConfig typosAnna Schumaker1-1/+2
2026-02-27Merge tag 'xfs-fixes-7.0-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds22-80/+209
2026-02-27smb: client: Use snprintf in cifs_set_cifscredsThorsten Blum1-7/+7
2026-02-27fuse: refactor duplicate queue teardown operationYuto Ohnuki1-20/+16
2026-02-27virtiofs: add FUSE protocol validationYuto Ohnuki1-4/+25
2026-02-27fuse: mark DAX inode releases as blockingSergio Lopez1-0/+6
2026-02-27ext2: avoid drop_nlink() during unlink of zero-nlink inode in ext2_unlink()Ziyi Guo1-1/+4
2026-02-27ext2: guard reservation window dump with EXT2FS_DEBUGMilos Nikic1-2/+2
2026-02-27ext2: replace BUG_ON with WARN_ON_ONCE in ext2_get_blocksMilos Nikic1-1/+2
2026-02-27ext2: remove stale TODO about kmapMilos Nikic1-2/+0
2026-02-27fs: udf: avoid assignment in condition when selecting allocation goalAdarsh Das1-6/+5
2026-02-27ntfs: Fix possible deadlockEthan Tidmore1-1/+3
2026-02-27ntfs: Add missing error codeEthan Tidmore1-0/+1
2026-02-27ntfs: Place check before dereferenceEthan Tidmore1-6/+6
2026-02-26smb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum1-1/+0
2026-02-26smb: client: fix broken multichannel with krb5+signingPaulo Alcantara1-12/+10
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara27-414/+462
2026-02-26Merge tag 'v7.0-rc1-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds4-5/+9
2026-02-26Merge tag 'mm-hotfixes-stable-2026-02-26-14-14' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+3
2026-02-26fsnotify: inotify: pass mark connector to fsnotify_recalc_mask()Sun Jian1-1/+1
2026-02-26fanotify: call fanotify_events_supported() before path_permission() and security_path_notify()Ondrej Mosnacek1-15/+10
2026-02-26fanotify: avoid/silence premature LSM capability checksOndrej Mosnacek1-12/+13
2026-02-26inotify: fix watch count leak when fsnotify_add_inode_mark_locked() failsChia-Ming Chang1-0/+1
2026-02-26btrfs: check block group lookup in remove_range_from_remap_tree()Mark Harmstone1-0/+3
2026-02-26btrfs: fix transaction handle leaks in btrfs_last_identity_remap_gone()Mark Harmstone1-0/+3
2026-02-26btrfs: fix chunk map leak in btrfs_map_block() after btrfs_translate_remap()Mark Harmstone1-1/+1
2026-02-26btrfs: fix chunk map leak in btrfs_map_block() after btrfs_chunk_map_num_copies()Mark Harmstone1-2/+4
2026-02-26btrfs: fix compat mask in error messages in btrfs_check_features()Mark Harmstone1-3/+3
2026-02-26btrfs: print correct subvol num if active swapfile prevents deletionMark Harmstone1-1/+1
2026-02-26btrfs: fix warning in scrub_verify_one_metadata()Mark Harmstone1-1/+1
2026-02-26btrfs: fix objectid value in error message in check_extent_data_ref()Mark Harmstone1-1/+1