summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds9-48/+89
2024-01-19Merge tag 'xfs-6.8-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2024-01-19Merge tag '6.8-rc-smb-server-fixes-part2' of git://git.samba.org/ksmbdLinus Torvalds7-23/+42
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds55-2045/+3801
2024-01-19cifs: update iface_last_update on each query-and-updateShyam Prasad N1-1/+3
2024-01-19cifs: handle servers that still advertise multichannel after disablingShyam Prasad N2-46/+69
2024-01-19cifs: new mount option called retransShyam Prasad N5-0/+15
2024-01-19cifs: reschedule periodic query for server interfacesShyam Prasad N1-0/+2
2024-01-19smb: client: don't clobber ->i_rdev from cached reparse pointsPaulo Alcantara1-3/+3
2024-01-19smb: client: get rid of smb311_posix_query_path_info()Paulo Alcantara2-83/+36
2024-01-19smb: client: parse owner/group when creating reparse pointsPaulo Alcantara4-89/+71
2024-01-19smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara1-1/+1
2024-01-19cifs: new nt status codes from MS-SMB2Shyam Prasad N2-0/+4
2024-01-19cifs: pick channel for tcon and tdisShyam Prasad N1-6/+4
2024-01-19cifs: open_cached_dir should not rely on primary channelShyam Prasad N1-1/+1
2024-01-19Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-14/+17
2024-01-19Merge tag 'eventfs-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-257/+286
2024-01-18bcachefs: Replace strlcpy() with strscpy()Kees Cook1-2/+2
2024-01-18cifs: minor comment cleanupSteve French1-3/+3
2024-01-18smb3: show beginning time for per share statsSteve French3-2/+6
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-30/+39
2024-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-19/+37
2024-01-17Merge tag 'ubifs-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-28/+40
2024-01-17Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-0/+1
2024-01-17Merge tag 'vfs-6.8-rc1.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git...Linus Torvalds1-22/+28
2024-01-17Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/s...Linus Torvalds1-11/+13
2024-01-17cifs: remove redundant variable tcon_existColin Ian King1-3/+3
2024-01-17eventfs: Use kcalloc() instead of kzalloc()Erick Archer1-3/+3
2024-01-17eventfs: Do not create dentries nor inodes in iterate_sharedSteven Rostedt (Google)1-15/+5
2024-01-17eventfs: Have the inodes all for files and directories all be the sameSteven Rostedt (Google)1-0/+10
2024-01-15erofs: Don't use certain unnecessary folio_*() functionsDavid Howells1-3/+3
2024-01-15ceph: get rid of passing callbacks in __dentry_leases_walk()Al Viro1-8/+13
2024-01-15ceph: d_obtain_{alias,root}(ERR_PTR(...)) will do the right thingAl Viro1-2/+0
2024-01-15ceph: fix invalid pointer access if get_quota_realm return ERR_PTRWenchao Hao1-17/+22
2024-01-15ceph: remove duplicated code in ceph_netfs_issue_read()Xiubo Li1-2/+2
2024-01-15ceph: send oldest_client_tid when renewing capsXiubo Li1-5/+17
2024-01-15ceph: rename create_session_open_msg() to create_session_full_msg()Xiubo Li1-3/+5
2024-01-15ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTIONEric Biggers1-0/+1
2024-01-15ceph: fix deadlock or deadcode of misusing dget()Xiubo Li1-6/+3
2024-01-15ceph: try to allocate a smaller extent map for sparse readXiubo Li3-3/+23
2024-01-15ceph: reinitialize mds feature bit even when session in openVenky Shankar1-1/+1
2024-01-15ceph: skip reconnecting if MDS is not readyXiubo Li1-1/+2
2024-01-15ksmbd: only v2 leases handle the directoryNamjae Jeon1-0/+6
2024-01-14ksmbd: fix UAF issue in ksmbd_tcp_new_connection()Namjae Jeon4-18/+13
2024-01-14ksmbd: validate mech token in session setupNamjae Jeon3-5/+23
2024-01-13erofs: fix inconsistent per-file compression formatGao Xiang2-11/+14
2024-01-13fs: rework listmount() implementationChristian Brauner1-22/+28
2024-01-13f2fs: fix double free of f2fs_sb_infoEric Biggers1-0/+1
2024-01-13Merge tag 'exfat-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-92/+335
2024-01-13Merge tag 'pull-bcachefs-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-17/+30