summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-03-03btrfs: remove unnecessary transaction abort in the received subvol ioctlFilipe Manana-1/+0
2026-03-03btrfs: abort transaction on failure to update root in the received subvol ioctlFilipe Manana-1/+2
2026-03-03btrfs: fix transaction abort on set received ioctl due to item overflowFilipe Manana-2/+59
2026-03-03btrfs: fix transaction abort when snapshotting received subvolumesFilipe Manana-0/+16
2026-03-03btrfs: fix transaction abort on file creation due to name hash collisionFilipe Manana-0/+19
2026-03-03btrfs: read key again after incrementing slot in move_existing_remaps()Mark Harmstone-0/+2
2026-03-03btrfs: add missing RCU unlock in error path in try_release_subpage_extent_buf...Bart Van Assche-0/+1
2026-03-03btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol createBoris Burkov-0/+7
2026-03-03btrfs: zoned: move btrfs_zoned_reserve_data_reloc_bg() after kthread startJohannes Thumshirn-1/+6
2026-03-03btrfs: hold space_info->lock when clearing periodic reclaim readySun YangKai-1/+4
2026-03-03btrfs: print-tree: add remap tree definitionsMark Harmstone-0/+10
2026-03-03fuse: validate outarg offset and size in notify store/retrieveJoanne Koong-4/+10
2026-03-03fuse: Check for large folio with SPLICE_F_MOVEBernd Schubert-0/+3
2026-03-03fuse: quiet down complaints in fuse_conn_limit_writeDarrick J. Wong-2/+2
2026-03-03fuse: drop unnecessary argument from fuse_lookup_init()Luis Henriques-5/+4
2026-03-03fuse: fix premature writetrhough request for large folioJingbo Xu-6/+4
2026-03-02fsverity: add dependency on 64K or smaller pagesEric Biggers-0/+3
2026-03-02Merge tag 'nfsd-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds-14/+15
2026-03-02xattr: support extended attributes on socketsChristian Brauner-0/+2
2026-03-02xattr: move user limits for xattrs to generic infraChristian Brauner-74/+69
2026-03-02xattr: switch xattr_permission() to switch statementChristian Brauner-5/+13
2026-03-02xattr: add xattr_permission_error()Christian Brauner-2/+9
2026-03-02xattr: remove rbtree-based simple_xattr infrastructureChristian Brauner-286/+101
2026-03-02pidfs: adapt to rhashtable-based simple_xattrsChristian Brauner-24/+40
2026-03-02kernfs: adapt to rhashtable-based simple_xattrs with lazy allocationChristian Brauner-14/+37
2026-03-01smb: update some doc referencesZhangGuoDong-3/+9
2026-03-01smb/client: make SMB2 maperror KUnit tests a separate moduleChenXiaoSong-16/+38
2026-03-01Merge tag 'sched-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+2
2026-03-01ntfs: fix sysctl table registration and pathNamjae Jeon-2/+1
2026-02-28Merge tag 'v7.0rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-445/+489
2026-02-28ntfs: Fix spelling mistake "initiailized" -> "initialized"Colin Ian King-1/+1
2026-02-27nsfs: tighten permission checks for handle openingChristian Brauner-1/+1
2026-02-27nsfs: tighten permission checks for ns iteration ioctlsChristian Brauner-0/+13
2026-02-27NFS: Fix NFS KConfig typosAnna Schumaker-1/+2
2026-02-27Merge tag 'xfs-fixes-7.0-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-80/+209
2026-02-27smb: client: Use snprintf in cifs_set_cifscredsThorsten Blum-7/+7
2026-02-27fuse: refactor duplicate queue teardown operationYuto Ohnuki-20/+16
2026-02-27virtiofs: add FUSE protocol validationYuto Ohnuki-4/+25
2026-02-27fuse: mark DAX inode releases as blockingSergio Lopez-0/+6
2026-02-27ext2: avoid drop_nlink() during unlink of zero-nlink inode in ext2_unlink()Ziyi Guo-1/+4
2026-02-27ext2: guard reservation window dump with EXT2FS_DEBUGMilos Nikic-2/+2
2026-02-27ext2: replace BUG_ON with WARN_ON_ONCE in ext2_get_blocksMilos Nikic-1/+2
2026-02-27ext2: remove stale TODO about kmapMilos Nikic-2/+0
2026-02-27fs: udf: avoid assignment in condition when selecting allocation goalAdarsh Das-6/+5
2026-02-27ntfs: Fix possible deadlockEthan Tidmore-1/+3
2026-02-27ntfs: Add missing error codeEthan Tidmore-0/+1
2026-02-27ntfs: Place check before dereferenceEthan Tidmore-6/+6
2026-02-26smb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum-1/+0
2026-02-26smb: client: fix broken multichannel with krb5+signingPaulo Alcantara-12/+10
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara-414/+462