summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-03-16ntfs: harden ntfs_ea_lookup against malformed EA entriesHyunchul Lee-19/+17
2026-03-16ntfs: check $EA query-length in ntfs_ea_getHyunchul Lee-0/+5
2026-03-16ntfs: validate WSL EA payload sizesHyunchul Lee-2/+6
2026-03-16ntfs: fix WSL ea restore conditionHyunchul Lee-4/+4
2026-03-15smb: client: fix krb5 mount with username optionPaulo Alcantara-0/+4
2026-03-14NFSD: Hold net reference for the lifetime of /proc/fs/nfs/exports fdChuck Lever-2/+12
2026-03-14NFSD: Defer sub-object cleanup in export put callbacksChuck Lever-12/+66
2026-03-14kernfs: Add missing documentation for kernfs_put_active's drop_supers argumentT.J. Mercier-0/+2
2026-03-13Merge tag 'ceph-for-7.0-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds-8/+23
2026-03-13Merge tag 'xfs-fixes-7.0-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-19/+23
2026-03-13Merge tag 'v7.0-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-100/+152
2026-03-13btrfs: tree-checker: fix misleading root drop_level error messageZhengYuan Huang-1/+1
2026-03-13btrfs: log new dentries when logging parent dir of a conflicting inodeFilipe Manana-0/+6
2026-03-13btrfs: don't take device_list_mutex when querying zone infoJohannes Thumshirn-2/+4
2026-03-13btrfs: pass 'verbose' parameter to btrfs_relocate_block_groupJohannes Thumshirn-1/+1
2026-03-13sysfs: constify group arrays in function argumentsHeiner Kallweit-5/+5
2026-03-12hfsplus: set ctime after setxattr and removexattrViacheslav Dubeyko-0/+4
2026-03-12Merge tag 'nfs-for-7.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-2/+8
2026-03-12Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+126
2026-03-12Merge tag 'net-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-4/+4
2026-03-12kernfs: Send IN_DELETE_SELF and IN_IGNOREDT.J. Mercier-4/+50
2026-03-12kernfs: Don't set_nlink for directories being removedT.J. Mercier-1/+3
2026-03-12move_mount: allow MOVE_MOUNT_BENEATH on the rootfsChristian Brauner-16/+5
2026-03-12move_mount: transfer MNT_LOCKEDChristian Brauner-3/+13
2026-03-12namespace: allow creating empty mount namespacesChristian Brauner-29/+56
2026-03-12mount: add FSMOUNT_NAMESPACEChristian Brauner-7/+30
2026-03-12mount: simplify __do_loopback()Christian Brauner-22/+9
2026-03-12mount: start iterating from start of rbtreeChristian Brauner-6/+6
2026-03-12xfs: factor out xfs_zone_inc_writtenCarlos Maiolino-6/+14
2026-03-12xfs: factor out xfs_dio_write_zoned_end_ioCarlos Maiolino-3/+32
2026-03-12xfs: factor out isize updates from xfs_dio_write_end_ioCarlos Maiolino-23/+37
2026-03-11cifs: make default value of retrans as zeroShyam Prasad N-1/+1
2026-03-11smb: client: fix open handle lookup in cifs_open()Paulo Alcantara-76/+113
2026-03-11smb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho-2/+12
2026-03-11pidfd: add CLONE_PIDFD_AUTOKILLChristian Brauner-6/+32
2026-03-11JFS: always load filesystem UUID during mountJoão Paredes-1/+2
2026-03-11jfs: hold LOG_LOCK on umount to avoid null-ptr-derefHelen Koike-9/+24
2026-03-11jfs: Set the lbmDone flag at the end of lbmIODoneEdward Adam Davis-11/+7
2026-03-11jfs: fix corrupted list in dbUpdatePMapYun Zhou-2/+4
2026-03-11jfs: add dmapctl integrity check to prevent invalid operationsYun Zhou-3/+111
2026-03-11jfs: add dtpage integrity check to prevent index/pointer overflowsYun Zhou-4/+107
2026-03-11jfs: add dtroot integrity check to prevent index out-of-boundsYun Zhou-0/+92
2026-03-11xfs: fix integer overflow in bmap intent sort comparatorLong Li-1/+1
2026-03-10smb/client: only export symbol for 'smb2maperror-test' moduleYe Bin-3/+6
2026-03-10smb: client: fix in-place encryption corruption in SMB2_write()Bharath SM-1/+4
2026-03-10smb: client: fix sbflags initializationArnd Bergmann-2/+1
2026-03-10smb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara-15/+15
2026-03-10xfs: fix undersized l_iclog_roundoff valuesDarrick J. Wong-0/+2
2026-03-10xfs: support T10 protection informationChristoph Hellwig-7/+49
2026-03-10iomap: support T10 protection informationChristoph Hellwig-6/+66