Age | Commit message (Expand) | Author | Files | Lines |
2024-08-08 | cifs: cifs_inval_name_dfs_link_error: correct the check for fullpath | Gleb Korobeynikov | 1 | -4/+5 |
2024-08-08 | Fix spelling errors in Server Message Block | Xiaxi Shen | 4 | -8/+8 |
2024-08-08 | smb3: fix setting SecurityFlags when encryption is required | Steve French | 3 | -5/+8 |
2024-08-02 | cifs: update internal version number | Steve French | 1 | -2/+2 |
2024-08-02 | smb: client: fix FSCTL_GET_REPARSE_POINT against NetApp | Paulo Alcantara | 1 | -2/+4 |
2024-08-02 | smb3: add dynamic tracepoints for shutdown ioctl | Steve French | 2 | -8/+75 |
2024-08-02 | cifs: Remove cifs_aio_ctx | David Howells | 3 | -80/+0 |
2024-08-02 | smb: client: handle lack of FSCTL_GET_REPARSE_POINT support | Paulo Alcantara | 4 | -4/+38 |
2024-07-26 | smb3: add dynamic trace point for session setup key expired failures | Steve French | 2 | -1/+47 |
2024-07-26 | smb3: add four dynamic tracepoints for copy_file_range and reflink | Steve French | 2 | -1/+67 |
2024-07-26 | smb3: add dynamic tracepoint for reflink errors | Steve French | 2 | -0/+62 |
2024-07-23 | cifs: mount with "unix" mount option for SMB1 incorrectly handled | Steve French | 1 | -0/+7 |
2024-07-23 | cifs: fix reconnect with SMB1 UNIX Extensions | Steve French | 1 | -1/+16 |
2024-07-23 | cifs: fix potential null pointer use in destroy_workqueue in init_cifs error ... | Steve French | 1 | -4/+4 |
2024-07-21 | Merge tag '6.11-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci... | Linus Torvalds | 8 | -31/+191 |
2024-07-20 | cifs: Fix missing fscache invalidation | David Howells | 1 | -0/+6 |
2024-07-19 | cifs: Add a tracepoint to track credits involved in R/W requests | David Howells | 7 | -23/+173 |
2024-07-19 | cifs: Fix setting of zero_point after DIO write | David Howells | 1 | -5/+10 |
2024-07-19 | cifs: Fix missing error code set | David Howells | 1 | -0/+2 |
2024-07-19 | cifs: Fix server re-repick on subrequest retry | David Howells | 1 | -3/+0 |
2024-07-19 | cifs: fix noisy message on copy_file_range | Steve French | 1 | -1/+1 |
2024-07-15 | Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -27/+12 |
2024-07-13 | cifs: fix setting SecurityFlags to true | Steve French | 1 | -2/+2 |
2024-07-02 | cifs: Fix read-performance regression by dropping readahead expansion | David Howells | 1 | -30/+0 |
2024-07-02 | smb: client: Convert to new uid/gid option parsing helpers | Eric Sandeen | 1 | -27/+12 |
2024-06-20 | cifs: Move the 'pid' from the subreq to the req | David Howells | 4 | -15/+10 |
2024-06-20 | cifs: Only pick a channel once per read request | David Howells | 2 | -11/+4 |
2024-06-20 | cifs: Defer read completion | David Howells | 1 | -3/+12 |
2024-06-19 | cifs: fix typo in module parameter enable_gcm_256 | Steve French | 1 | -1/+1 |
2024-06-18 | cifs: drop the incorrect assertion in cifs_swap_rw() | Barry Song | 1 | -2/+0 |
2024-06-07 | cifs: Don't advance the I/O iterator before terminating subrequest | David Howells | 1 | -3/+0 |
2024-06-07 | smb: client: fix deadlock in smb2_find_smb_tcon() | Enzo Matsumiya | 1 | -1/+1 |
2024-06-01 | Merge tag '6.10-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 3 | -1/+8 |
2024-05-31 | cifs: fix creating sockets when using sfu mount options | Steve French | 3 | -1/+8 |
2024-05-27 | Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2024-05-27 | netfs, 9p: Fix race between umount and async request completion | David Howells | 1 | -0/+1 |
2024-05-25 | Merge tag '6.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 4 | -5/+30 |
2024-05-24 | cifs: Fix missing set of remote_i_size | David Howells | 2 | -3/+4 |
2024-05-24 | cifs: Fix smb3_insert_range() to move the zero_point | David Howells | 1 | -0/+1 |
2024-05-22 | tracing/treewide: Remove second parameter of __assign_str() | Steven Rostedt (Google) | 1 | -9/+9 |
2024-05-21 | cifs: update internal version number | Steve French | 1 | -2/+2 |
2024-05-21 | smb3: reenable swapfiles over SMB3 mounts | Steve French | 1 | -0/+23 |
2024-05-15 | cifs: fix data corruption in read after invalidate | Steve French | 1 | -1/+3 |
2024-05-14 | smb3: fix perf regression with cached writes with netfs conversion | Steve French | 1 | -3/+0 |
2024-05-13 | cifs: Fix locking in cifs_strict_readv() | Steve French | 2 | -9/+26 |
2024-05-13 | cifs: Change from mempool_destroy to mempool_exit for request pools | Steve French | 1 | -2/+2 |
2024-05-13 | smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warnings | Gustavo A. R. Silva | 1 | -6/+6 |
2024-05-01 | cifs: Enable large folio support | David Howells | 1 | -0/+1 |
2024-05-01 | cifs: Remove some code that's no longer used, part 3 | David Howells | 1 | -1004/+0 |
2024-05-01 | cifs: Remove some code that's no longer used, part 2 | David Howells | 1 | -633/+1 |