summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-01-20Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-01-20execve: open the executable file before doing anything elseLinus Torvalds
2024-01-19Merge tag 'strlcpy-removal-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-01-19Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-01-19Merge tag 'xfs-6.8-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-01-19Merge tag '6.8-rc-smb-server-fixes-part2' of git://git.samba.org/ksmbdLinus Torvalds
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-19cifs: update iface_last_update on each query-and-updateShyam Prasad N
2024-01-19cifs: handle servers that still advertise multichannel after disablingShyam Prasad N
2024-01-19cifs: new mount option called retransShyam Prasad N
2024-01-19cifs: reschedule periodic query for server interfacesShyam Prasad N
2024-01-19smb: client: don't clobber ->i_rdev from cached reparse pointsPaulo Alcantara
2024-01-19smb: client: get rid of smb311_posix_query_path_info()Paulo Alcantara
2024-01-19smb: client: parse owner/group when creating reparse pointsPaulo Alcantara
2024-01-19smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara
2024-01-18cifs: new nt status codes from MS-SMB2Shyam Prasad N
2024-01-18cifs: pick channel for tcon and tdisShyam Prasad N
2024-01-18cifs: open_cached_dir should not rely on primary channelShyam Prasad N
2024-01-18Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-18Merge tag 'eventfs-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-01-18bcachefs: Replace strlcpy() with strscpy()Kees Cook
2024-01-18cifs: minor comment cleanupSteve French
2024-01-18smb3: show beginning time for per share statsSteve French
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-01-17Merge tag 'ubifs-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-17Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2024-01-17Merge tag 'vfs-6.8-rc1.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git...Linus Torvalds
2024-01-17Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/s...Linus Torvalds
2024-01-16cifs: remove redundant variable tcon_existColin Ian King
2024-01-16eventfs: Use kcalloc() instead of kzalloc()Erick Archer
2024-01-16eventfs: Do not create dentries nor inodes in iterate_sharedSteven Rostedt (Google)
2024-01-16eventfs: Have the inodes all for files and directories all be the sameSteven Rostedt (Google)
2024-01-15erofs: Don't use certain unnecessary folio_*() functionsDavid Howells
2024-01-15ceph: get rid of passing callbacks in __dentry_leases_walk()Al Viro
2024-01-15ceph: d_obtain_{alias,root}(ERR_PTR(...)) will do the right thingAl Viro
2024-01-15ceph: fix invalid pointer access if get_quota_realm return ERR_PTRWenchao Hao
2024-01-15ceph: remove duplicated code in ceph_netfs_issue_read()Xiubo Li
2024-01-15ceph: send oldest_client_tid when renewing capsXiubo Li
2024-01-15ceph: rename create_session_open_msg() to create_session_full_msg()Xiubo Li
2024-01-15ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTIONEric Biggers
2024-01-15ceph: fix deadlock or deadcode of misusing dget()Xiubo Li
2024-01-15ceph: try to allocate a smaller extent map for sparse readXiubo Li
2024-01-15ceph: reinitialize mds feature bit even when session in openVenky Shankar
2024-01-15ceph: skip reconnecting if MDS is not readyXiubo Li
2024-01-14ksmbd: only v2 leases handle the directoryNamjae Jeon
2024-01-14ksmbd: fix UAF issue in ksmbd_tcp_new_connection()Namjae Jeon
2024-01-14ksmbd: validate mech token in session setupNamjae Jeon
2024-01-13erofs: fix inconsistent per-file compression formatGao Xiang
2024-01-13fs: rework listmount() implementationChristian Brauner