summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-30Merge tag 'uml-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-30Merge tag 'ubifs-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-11-30Merge tag '9p-for-6.13-rc1' of https://github.com/martinetd/linuxLinus Torvalds
2024-11-30Merge tag 'ceph-for-6.13-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-11-30Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-11-30Merge tag '6.13-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2024-11-30Merge tag '6.13-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-11-28fs/nfs/io: make nfs_start_io_*() killableMax Kellermann
2024-11-28nfs/blocklayout: Limit repeat device registration on failureBenjamin Coddington
2024-11-28nfs/blocklayout: Don't attempt unregister for invalid block deviceBenjamin Coddington
2024-11-28nfs: ignore SB_RDONLY when mounting nfsLi Lingfeng
2024-11-28Merge tag 'ntfs3_for_6.13' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds
2024-11-28Merge tag 'exfat-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-28cifs: update internal version numberSteve French
2024-11-28cifs: unlock on error in smb3_reconfigure()Dan Carpenter
2024-11-28cifs: during remount, make sure passwords are in syncShyam Prasad N
2024-11-28cifs: support mounting with alternate password to allow password rotationMeetakshi Setiya
2024-11-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-11-27Merge tag 'vfs-6.13-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-27Merge tag 'vfs-6.13.exec.deny_write_access.revert' of git://git.kernel.org/pu...Linus Torvalds
2024-11-27Revert "fs: don't block i_writecount during exec"Christian Brauner
2024-11-26smb: Initialize cfid->tcon before performing network opsPaul Aurich
2024-11-26smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich
2024-11-26smb: client: fix noisy message when mounting sharesPaulo Alcantara
2024-11-26smb: client: don't try following DFS links in cifs_tree_connect()Paulo Alcantara
2024-11-26smb: client: allow reconnect when sending ioctlPaulo Alcantara
2024-11-26smb: client: get rid of @nlsc param in cifs_tree_connect()Paulo Alcantara
2024-11-26smb: client: allow more DFS referrals to be cachedPaulo Alcantara
2024-11-26Merge tag 'vfs-6.13.ecryptfs.mount.api' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-11-26Merge tag 'vfs-6.13.exportfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-26Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2024-11-26Merge tag 'f2fs-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-26Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-26Merge tag 'gfs2-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2024-11-26Merge branch 'ovl.fixes'Christian Brauner
2024-11-26fs/backing_file: fix wrong argument in callbackAmir Goldstein
2024-11-25ksmbd: fix use-after-free in SMB request handlingYunseong Kim
2024-11-25ksmbd: add debug print for pending request during server shutdownNamjae Jeon
2024-11-25ksmbd: add netdev-up/down event debug printNamjae Jeon
2024-11-25ksmbd: add debug prints to know what smb2 requests were receivedNamjae Jeon
2024-11-25ksmbd: add debug print for rdma capableNamjae Jeon
2024-11-25ksmbd: use msleep instaed of schedule_timeout_interruptible()Namjae Jeon
2024-11-25ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-25cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE sessionPali Rohár
2024-11-25cifs: Validate content of WSL reparse point buffersPali Rohár
2024-11-25cifs: Improve guard for excluding $LXDEV xattrPali Rohár
2024-11-25cifs: Add support for parsing WSL-style symlinksPali Rohár
2024-11-25cifs: Validate content of native symlinkPali Rohár