Show patches with: State = Action Required       |    Archived = No       |   6975 patches
« 1 2 ... 9 10 1169 70 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[PATCH[[SMB3] Add additional ftrace entry points for entry/exit to cifs.ko [PATCH[[SMB3] Add additional ftrace entry points for entry/exit to cifs.ko - - - - --- 2018-05-19 Steve French New
[SMB3] update info printed for each tree id in /proc/fs/cifs/DebugData [SMB3] update info printed for each tree id in /proc/fs/cifs/DebugData - - - - --- 2018-05-20 Steve French New
common/rc: skip atime related tests on CIFS common/rc: skip atime related tests on CIFS - - - - --- 2018-05-22 Xiaoli Feng New
cifs: invalidate cache when we truncate a file cifs: invalidate cache when we truncate a file - - - - --- 2018-05-23 Ronnie Sahlberg New
cifs: invalidate cache when we truncate a file cifs: invalidate cache when we truncate a file - - - - --- 2018-05-23 Ronnie Sahlberg New
cifs: return error on invalid value written to cifsFYI cifs: return error on invalid value written to cifsFYI - - - - --- 2018-05-23 Ronnie Sahlberg New
cifs: return error on invalid value written to cifsFYI cifs: return error on invalid value written to cifsFYI - - - - --- 2018-05-23 Ronnie Sahlberg New
cifs: show the "w" bit for writeable /proc/fs/cifs/* files cifs: show the "w" bit for writeable /proc/fs/cifs/* files - - - - --- 2018-05-24 Ronnie Sahlberg New
cifs: show the "w" bit for writeable /proc/fs/cifs/* files cifs: show the "w" bit for writeable /proc/fs/cifs/* files - - - - --- 2018-05-24 Steve French New
cifs: minor clarification to module param descriptions for cifs.ko cifs: minor clarification to module param descriptions for cifs.ko - - - - --- 2018-05-24 Steve French New
cifs: allow disabling less secure legacy dialects cifs: allow disabling less secure legacy dialects - - - - --- 2018-05-24 Steve French New
[RFC,cifs] smb3: smb3_fs_type can be static [RFC,cifs] smb3: smb3_fs_type can be static - 1 - - --- 2018-05-24 kbuild test robot New
IB: Revert "remove redundant INFINIBAND kconfig dependencies" IB: Revert "remove redundant INFINIBAND kconfig dependencies" 1 1 - - --- 2018-05-25 Arnd Bergmann New
[01/15] cifs: update smb2_check_message to handle PDUs without a 4 byte length header cifs: compounding patches - - - - --- 2018-05-30 Ronnie Sahlberg New
[02/15] cifs: remove rfc1002 header from all SMB2 response structures cifs: compounding patches - - - - --- 2018-05-30 Ronnie Sahlberg New
[03/15] cifs: remove struct smb2_oplock_break_rsp cifs: compounding patches - - - - --- 2018-05-30 Ronnie Sahlberg New
[04/15] cifs: update smb2_calc_size to use smb2_sync_hdr instead of smb2_hdr cifs: compounding patches - - - - --- 2018-05-30 Ronnie Sahlberg New
[05/15] cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argument cifs: compounding patches - - - - --- 2018-05-30 Ronnie Sahlberg New
[06/15] cifs: remove struct smb2_hdr cifs: compounding patches - - - - --- 2018-05-30 Ronnie Sahlberg New
[07/15] cifs: remove header_preamble_size where it is always 0 cifs: compounding patches - - - - --- 2018-05-30 Ronnie Sahlberg New
[08/15] cifs: update multiplex loop to handle compounded responses cifs: compounding patches - - - - --- 2018-05-30 Ronnie Sahlberg New
[09/15] cifs: push rfc1002 generation down the stack cifs: compounding patches - - - - --- 2018-05-30 Ronnie Sahlberg New
[10/15] cifs: remove smb2_send_recv() cifs: compounding patches - - - - --- 2018-05-30 Ronnie Sahlberg New
[11/15] cifs: update __smb_send_rqst() to take an array of requests cifs: compounding patches - - - - --- 2018-05-30 Ronnie Sahlberg New
[12/15] cifs: make smb_send_rqst() take an array of requests cifs: compounding patches - - - - --- 2018-05-30 Ronnie Sahlberg New
[13/15] cifs: update init_sg and crypt_message to take an array of rqst cifs: compounding patches - - - - --- 2018-05-30 Ronnie Sahlberg New
[14/15] cifs: update smb3_init_transform_rq to take an array of requests cifs: compounding patches - - - - --- 2018-05-30 Ronnie Sahlberg New
[15/15] cifs: add compound_send_recv() cifs: compounding patches - - - - --- 2018-05-30 Ronnie Sahlberg New
[v2,01/15] CIFS: Introduce offset for the 1st page in data transfer structures CIFS: Add direct I/O support - - - - --- 2018-05-30 Long Li New
[v2,02/15] CIFS: Add support for direct pages in rdata CIFS: Add direct I/O support - - - - --- 2018-05-30 Long Li New
[v2,03/15] CIFS: Use offset when reading pages CIFS: Add direct I/O support - - - - --- 2018-05-30 Long Li New
[v2,04/15] CIFS: Add support for direct pages in wdata CIFS: Add direct I/O support - - - - --- 2018-05-30 Long Li New
[v2,05/15] CIFS: Calculate the correct request length based on page offset and tail size CIFS: Add direct I/O support - - - - --- 2018-05-30 Long Li New
[v2,06/15] CIFS: Introduce helper function to get page offset and length in smb_rqst CIFS: Add direct I/O support - - - - --- 2018-05-30 Long Li New
[v2,07/15] CIFS: When sending data on socket, pass the correct page offset CIFS: Add direct I/O support - - - - --- 2018-05-30 Long Li New
[v2,08/15] CIFS: SMBD: Support page offset in RDMA send CIFS: Add direct I/O support - - - - --- 2018-05-30 Long Li New
[v2,09/15] CIFS: SMBD: Support page offset in RDMA recv CIFS: Add direct I/O support - - - - --- 2018-05-30 Long Li New
[v2,10/15] CIFS: SMBD: Support page offset in memory registration CIFS: Add direct I/O support - - - - --- 2018-05-30 Long Li New
[v2,11/15] CIFS: Pass page offset for calculating signature CIFS: Add direct I/O support - - - - --- 2018-05-30 Long Li New
[v2,12/15] CIFS: Pass page offset for encrypting CIFS: Add direct I/O support - - - - --- 2018-05-30 Long Li New
[v2,13/15] CIFS: Add support for direct I/O read CIFS: Add direct I/O support - - - - --- 2018-05-30 Long Li New
[v2,14/15] CIFS: Add support for direct I/O write CIFS: Add direct I/O support - - - - --- 2018-05-30 Long Li New
[v2,15/15] CIFS: Add direct I/O functions to file_operations CIFS: Add direct I/O support - - - - --- 2018-05-30 Long Li New
[01/15] cifs: update smb2_check_message to handle PDUs without a 4 byte length header compounding - - - - --- 2018-05-30 Ronnie Sahlberg New
[02/15] cifs: remove rfc1002 header from all SMB2 response structures compounding - - - - --- 2018-05-30 Ronnie Sahlberg New
[03/15] cifs: remove struct smb2_oplock_break_rsp compounding - - - - --- 2018-05-30 Ronnie Sahlberg New
[04/15] cifs: update smb2_calc_size to use smb2_sync_hdr instead of smb2_hdr compounding - - - - --- 2018-05-30 Ronnie Sahlberg New
[05/15] cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argument compounding - - - - --- 2018-05-30 Ronnie Sahlberg New
[06/15] cifs: remove struct smb2_hdr compounding - - - - --- 2018-05-30 Ronnie Sahlberg New
[07/15] cifs: remove header_preamble_size where it is always 0 compounding - - - - --- 2018-05-30 Ronnie Sahlberg New
[08/15] cifs: update multiplex loop to handle compounded responses compounding - - - - --- 2018-05-30 Ronnie Sahlberg New
[09/15] cifs: push rfc1002 generation down the stack compounding - - - - --- 2018-05-30 Ronnie Sahlberg New
[10/15] cifs: remove smb2_send_recv() compounding - - - - --- 2018-05-30 Ronnie Sahlberg New
[11/15] cifs: update __smb_send_rqst() to take an array of requests compounding - - - - --- 2018-05-30 Ronnie Sahlberg New
[12/15] cifs: make smb_send_rqst() take an array of requests compounding - - - - --- 2018-05-30 Ronnie Sahlberg New
[13/15] cifs: update init_sg and crypt_message to take an array of rqst compounding - - - - --- 2018-05-30 Ronnie Sahlberg New
[14/15] cifs: update smb3_init_transform_rq to take an array of requests compounding - - - - --- 2018-05-30 Ronnie Sahlberg New
[15/15] cifs: add compound_send_recv() compounding - - - - --- 2018-05-30 Ronnie Sahlberg New
[smb3] Add tracepoints for smb2_open_done and smb2_open_err [smb3] Add tracepoints for smb2_open_done and smb2_open_err - - - - --- 2018-05-31 Steve French New
[v3] common/rc: skip atime related tests on CIFS [v3] common/rc: skip atime related tests on CIFS - - - - --- 2018-05-31 Xiaoli Feng New
[SMB3] On reconnect set PreviousSessionId field in SessionSetup [SMB3] On reconnect set PreviousSessionId field in SessionSetup - - 1 - --- 2018-05-31 Steve French New
[01/15] cifs: update smb2_check_message to handle PDUs without a 4 byte length header cifs: compounding series - - - - --- 2018-06-01 Ronnie Sahlberg New
[02/15] cifs: remove rfc1002 header from all SMB2 response structures cifs: compounding series - - - - --- 2018-06-01 Ronnie Sahlberg New
[03/15] cifs: remove struct smb2_oplock_break_rsp cifs: compounding series - - - - --- 2018-06-01 Ronnie Sahlberg New
[04/15] cifs: update smb2_calc_size to use smb2_sync_hdr instead of smb2_hdr cifs: compounding series - - - - --- 2018-06-01 Ronnie Sahlberg New
[05/15] cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argument cifs: compounding series - - - - --- 2018-06-01 Ronnie Sahlberg New
[06/15] cifs: remove struct smb2_hdr cifs: compounding series - - - - --- 2018-06-01 Ronnie Sahlberg New
[07/15] cifs: remove header_preamble_size where it is always 0 cifs: compounding series - - - - --- 2018-06-01 Ronnie Sahlberg New
[08/15] cifs: update multiplex loop to handle compounded responses cifs: compounding series - - - - --- 2018-06-01 Ronnie Sahlberg New
[09/15] cifs: push rfc1002 generation down the stack cifs: compounding series - - - - --- 2018-06-01 Ronnie Sahlberg New
[10/15] cifs: remove smb2_send_recv() cifs: compounding series - - - - --- 2018-06-01 Ronnie Sahlberg New
[11/15] cifs: update __smb_send_rqst() to take an array of requests cifs: compounding series - - - - --- 2018-06-01 Ronnie Sahlberg New
[12/15] cifs: make smb_send_rqst() take an array of requests cifs: compounding series - - - - --- 2018-06-01 Ronnie Sahlberg New
[13/15] cifs: update init_sg and crypt_message to take an array of rqst cifs: compounding series - - - - --- 2018-06-01 Ronnie Sahlberg New
[14/15] cifs: update smb3_init_transform_rq to take an array of requests cifs: compounding series - - - - --- 2018-06-01 Ronnie Sahlberg New
[15/15] cifs: add compound_send_recv() cifs: compounding series - - - - --- 2018-06-01 Ronnie Sahlberg New
cifs: For SMB2 security informaion query, check for minimum sized security descriptor instead of si… cifs: For SMB2 security informaion query, check for minimum sized security descriptor instead of si… - - - - --- 2018-06-04 Shirish Pargaonkar New
[RFC,1/2] CIFS: Fix signing for SMB2/3 fix for-next kernel crashes - - 1 - --- 2018-06-04 Aurélien Aptel New
[RFC,2/2] CIFS: Fix NULL ptr deref fix for-next kernel crashes - - 1 - --- 2018-06-04 Aurélien Aptel New
[1/1] CIFS: fix encryption in SMB3.1.1 [1/1] CIFS: fix encryption in SMB3.1.1 - - - - --- 2018-06-06 Aurélien Aptel New
smb3: do not allow insecure cifs (vers=1.0) mounts if mounting smb3 smb3: do not allow insecure cifs (vers=1.0) mounts if mounting smb3 - - 1 - --- 2018-06-06 Steve French New
[3.16,014/410] cifs: empty TargetInfo leads to crash on recovery Untitled series #49047 - - - - --- 2018-06-07 Ben Hutchings New
cifs: fix a buffer leak in smb2_query_symlink cifs: fix a buffer leak in smb2_query_symlink - - - - --- 2018-06-08 Ronnie Sahlberg New
[01/10] cifs: push rfc1002 generation down the stack [01/10] cifs: push rfc1002 generation down the stack - - - - --- 2018-06-11 Ronnie Sahlberg New
[02/10] cifs: remove smb2_send_recv() [01/10] cifs: push rfc1002 generation down the stack - - - - --- 2018-06-11 Ronnie Sahlberg New
[03/10] cifs: update __smb_send_rqst() to take an array of requests [01/10] cifs: push rfc1002 generation down the stack - - - - --- 2018-06-11 Ronnie Sahlberg New
[04/10] cifs: make smb_send_rqst() take an array of requests [01/10] cifs: push rfc1002 generation down the stack - - - - --- 2018-06-11 Ronnie Sahlberg New
[05/10] cifs: update init_sg and crypt_message to take an array of rqst [01/10] cifs: push rfc1002 generation down the stack - - - - --- 2018-06-11 Ronnie Sahlberg New
[06/10] cifs: add compound_send_recv() [01/10] cifs: push rfc1002 generation down the stack - - - - --- 2018-06-11 Ronnie Sahlberg New
[07/10] cifs: create SMB2_open_init()/SMB2_open_free() helpers. [01/10] cifs: push rfc1002 generation down the stack - - - - --- 2018-06-11 Ronnie Sahlberg New
[08/10] cifs: add SMB2_close_init()/SMB2_close_free() [01/10] cifs: push rfc1002 generation down the stack - - - - --- 2018-06-11 Ronnie Sahlberg New
[09/10] cifs: add SMB2_query_info_[init|free]() [01/10] cifs: push rfc1002 generation down the stack - - - - --- 2018-06-11 Ronnie Sahlberg New
[10/10] cifs: update smb2_queryfs() to use compounding [01/10] cifs: push rfc1002 generation down the stack - - - - --- 2018-06-11 Ronnie Sahlberg New
cifs: add lease tracking to the cached root fid uses leases for the cached (root) directory - - - - --- 2018-06-13 Ronnie Sahlberg New
cifs: Fix encryption/signing cifs: Fix encryption/signing - - 1 - --- 2018-06-13 Paulo Alcantara (SUSE) New
cifs: add lease tracking to the cached root fid cifs: add lease tracking to the cached root fid - - - - --- 2018-06-13 Ronnie Sahlberg New
cifs: Fix use after free of a mid_q_entry cifs: Fix use after free of a mid_q_entry - - 1 - --- 2018-06-14 Lars Persson New
[v1,1/5] CIFS: move default port definitions to cifsglob.h Keep track of server interfaces in each session - - - - --- 2018-06-14 Aurélien Aptel New
[v1,2/5] CIFS: complete PDU definitions for interface queries Keep track of server interfaces in each session - - - - --- 2018-06-14 Aurélien Aptel New
[v1,3/5] CIFS: add iface info to struct cifs_ses Keep track of server interfaces in each session - - - - --- 2018-06-14 Aurélien Aptel New
« 1 2 ... 9 10 1169 70 »