summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ksmbd: fix warning: comparison of distinct pointer types lacks a castNamjae Jeon2024-09-212-4/+5
* | | | Merge tag '6.12rc-more-smb3-client-fixes' of git://git.samba.org/sfrench/cifs...Linus Torvalds2024-09-2811-179/+182
|\ \ \ \
| * | | | smb: client: make SHA-512 TFM ephemeralEnzo Matsumiya2024-09-276-47/+17
| * | | | smb: client: make HMAC-MD5 TFM ephemeralEnzo Matsumiya2024-09-272-84/+50
| * | | | smb: client: stop flooding dmesg in smb2_calc_signature()Paulo Alcantara2024-09-271-1/+1
| * | | | smb: client: allocate crypto only for primary serverEnzo Matsumiya2024-09-272-9/+18
| * | | | smb: client: fix UAF in async decryptionEnzo Matsumiya2024-09-272-19/+34
| * | | | netfs: Fix write oops in generic/346 (9p) and generic/074 (cifs)David Howells2024-09-273-22/+65
* | | | | ovl: fix file leak in ovl_real_fdget_meta()Amir Goldstein2024-09-271-1/+1
* | | | | Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s...Linus Torvalds2024-09-274-16/+34
|\ \ \ \ \
| * | | | | ocfs2: fix uninit-value in ocfs2_get_block()Joseph Qi2024-09-261-3/+2
| * | | | | ocfs2: fix deadlock in ocfs2_get_system_file_inodeMohammed Anees2024-09-261-1/+7
| * | | | | ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna2024-09-262-12/+25
* | | | | | [tree-wide] finally take no_llseek outAl Viro2024-09-2711-16/+0
* | | | | | Revert "binfmt_elf, coredump: Log the reason of the failed core dumps"Linus Torvalds2024-09-262-124/+31
| |/ / / / |/| | | |
* | | | | Merge tag 'v6.12-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/c...Linus Torvalds2024-09-2618-224/+282
|\ \ \ \ \
| * | | | | netfs, cifs: Fix mtime/ctime update for mmapped writesDavid Howells2024-09-251-0/+1
| * | | | | cifs: update internal version numberSteve French2024-09-251-2/+2
| * | | | | smb: client: print failed session logoffs with FYIPaulo Alcantara2024-09-251-2/+1
| * | | | | cifs: Fix reversion of the iter in cifs_readv_receive().David Howells2024-09-253-11/+7
| * | | | | smb3: fix incorrect mode displayed for read-only filesSteve French2024-09-251-8/+11
| * | | | | smb: client: fix parsing of device numbersPaulo Alcantara2024-09-252-11/+4
| * | | | | smb: client: set correct device number on nfs reparse pointsPaulo Alcantara2024-09-251-2/+2
| * | | | | smb: client: propagate error from cifs_construct_tcon()Paulo Alcantara2024-09-251-6/+10
| * | | | | smb: client: fix DFS failover in multiuser mountsPaulo Alcantara2024-09-251-1/+2
| * | | | | cifs: Make the write_{enter,done,err} tracepoints display netfs infoDavid Howells2024-09-252-10/+18
| * | | | | smb: client: fix DFS interlink failoverPaulo Alcantara2024-09-259-86/+94
| * | | | | smb: client: improve purging of cached referralsPaulo Alcantara2024-09-251-17/+15
| * | | | | smb: client: avoid unnecessary reconnects when refreshing referralsPaulo Alcantara2024-09-251-70/+117
| | |/ / / | |/| | |
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-09-261-14/+150
|\ \ \ \ \
| * | | | | virtio_fs: add sysfs entries for queue informationMax Gurtovoy2024-09-251-8/+139
| * | | | | virtio_fs: introduce virtio_fs_put_locked helperMax Gurtovoy2024-09-251-6/+11
* | | | | | Merge tag 'nfs-for-6.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-09-2542-400/+1938
|\ \ \ \ \ \
| * | | | | | nfs: implement client support for NFS_LOCALIO_PROGRAMMike Snitzer2024-09-232-6/+132
| * | | | | | nfs/localio: use dedicated workqueues for filesystem read and writeTrond Myklebust2024-09-233-38/+91
| * | | | | | pnfs/flexfiles: enable localio supportTrond Myklebust2024-09-232-4/+52
| * | | | | | nfs: enable localio for non-pNFS IOTrond Myklebust2024-09-232-2/+12
| * | | | | | nfs: add LOCALIO supportWeston Andros Adamson2024-09-238-0/+758
| * | | | | | nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commitMike Snitzer2024-09-236-13/+19
| * | | | | | nfsd: implement server support for NFS_LOCALIO_PROGRAMMike Snitzer2024-09-233-1/+103
| * | | | | | nfsd: add LOCALIO supportWeston Andros Adamson2024-09-237-3/+126
| * | | | | | nfs_common: prepare for the NFS client to use nfsd_file for LOCALIOMike Snitzer2024-09-234-1/+55
| * | | | | | nfs_common: add NFS LOCALIO auxiliary protocol enablementMike Snitzer2024-09-233-0/+142
| * | | | | | SUNRPC: replace program list with program arrayNeilBrown2024-09-233-21/+21
| * | | | | | nfsd: add nfsd_serv_try_get and nfsd_serv_putMike Snitzer2024-09-232-1/+50
| * | | | | | nfsd: add nfsd_file_acquire_local()NeilBrown2024-09-234-7/+92
| * | | | | | nfsd: factor out __fh_verify to allow NULL rqstp to be passedNeilBrown2024-09-231-31/+60
| * | | | | | NFSD: Short-circuit fh_verify tracepoints for LOCALIOChuck Lever2024-09-231-8/+10
| * | | | | | NFSD: Avoid using rqstp->rq_vers in nfsd_set_fh_dentry()Chuck Lever2024-09-231-4/+4
| * | | | | | NFSD: Refactor nfsd_setuser_and_check_port()NeilBrown2024-09-231-9/+10