Age | Commit message (Expand) | Author | Files | Lines |
2017-07-15 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2017-07-10 | cifs: Clean up unused variables in smb2pdu.c | Christos Gkekas | 1 | -28/+7 |
2017-07-09 | [SMB3] Improve security, move default dialect to SMB3 from old CIFS | Steve French | 1 | -3/+3 |
2017-07-09 | [SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferred | Steve French | 10 | -131/+39 |
2017-07-09 | CIFS: Reconnect expired SMB sessions | Pavel Shilovsky | 4 | -0/+39 |
2017-07-09 | CIFS: Display SMB2 error codes in the hex format | Pavel Shilovsky | 1 | -2/+2 |
2017-07-09 | cifs: Use smb 2 - 3 and cifsacl mount options setacl function | Shirish Pargaonkar | 1 | -3/+60 |
2017-07-08 | cifs: prototype declaration and definition to set acl for smb 2 - 3 and cifsa... | Shirish Pargaonkar | 2 | -12/+30 |
2017-07-08 | Merge tag 'cifs-bug-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 8 | -24/+218 |
2017-07-06 | CIFS: fix circular locking dependency | Rabin Vincent | 1 | -2/+2 |
2017-07-06 | cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENT | Colin Ian King | 1 | -1/+1 |
2017-07-06 | cifs: Do not modify mid entry after submitting I/O in cifs_call_async | Long Li | 1 | -2/+5 |
2017-07-06 | CIFS: add SFM mapping for 0x01-0x1F | Björn JACKE | 1 | -0/+8 |
2017-07-06 | cifs: hide unused functions | Arnd Bergmann | 1 | -1/+2 |
2017-07-06 | cifs: Use smb 2 - 3 and cifsacl mount options getacl functions | Shirish Pargaonkar | 1 | -0/+116 |
2017-07-06 | cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount op... | Shirish Pargaonkar | 2 | -11/+44 |
2017-07-06 | CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keys | Aurélien Aptel | 2 | -3/+34 |
2017-07-06 | cifs: set mapping error when page writeback fails in writepage or launder_pages | Jeff Layton | 1 | -5/+7 |
2017-07-03 | SMB3: Enable encryption for SMB3.1.1 | Steve French | 1 | -1/+1 |
2017-06-24 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 5 | -9/+14 |
2017-06-21 | CIFS: Fix some return values in case of error in 'crypt_message' | Christophe Jaillet | 1 | -1/+3 |
2017-06-21 | cifs: remove redundant return in cifs_creation_time_get | Colin Ian King | 1 | -2/+0 |
2017-06-21 | CIFS: Improve readdir verbosity | Pavel Shilovsky | 2 | -4/+9 |
2017-06-21 | CIFS: check if pages is null rather than bv for a failed allocation | Colin Ian King | 1 | -1/+1 |
2017-06-21 | CIFS: Set ->should_dirty in cifs_user_readv() | Dan Carpenter | 1 | -1/+1 |
2017-06-20 | sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa... | Ingo Molnar | 1 | -0/+1 |
2017-06-20 | cifs: use get_random_u32 for 32-bit lock random | Jason A. Donenfeld | 1 | -1/+1 |
2017-05-13 | [CIFS] Minor cleanup of xattr query function | Steve French | 5 | -10/+8 |
2017-05-13 | fs: cifs: transport: Use time_after for time comparison | Karim Eshapa | 1 | -1/+1 |
2017-05-13 | SMB2: Fix share type handling | Christophe JAILLET | 1 | -5/+9 |
2017-05-13 | cifs: cifsacl: Use a temporary ops variable to reduce code length | Joe Perches via samba-technical | 1 | -16/+14 |
2017-05-10 | Don't delay freeing mids when blocked on slow socket write of request | Steve French | 3 | -16/+0 |
2017-05-10 | CIFS: silence lockdep splat in cifs_relock_file() | Rabin Vincent | 1 | -1/+1 |
2017-05-09 | fs: cifs: replace CURRENT_TIME by other appropriate apis | Deepa Dinamani | 3 | -19/+23 |
2017-05-06 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 14 | -105/+465 |
2017-05-05 | CIFS: add misssing SFM mapping for doublequote | Björn Jacke | 2 | -0/+7 |
2017-05-04 | SMB3: Work around mount failure when using SMB3 dialect to Macs | Steve French | 1 | -3/+11 |
2017-05-04 | cifs: fix CIFS_IOC_GET_MNT_INFO oops | David Disseldorp | 1 | -0/+2 |
2017-05-04 | CIFS: fix mapping of SFM_SPACE and SFM_PERIOD | Björn Jacke | 1 | -2/+2 |
2017-05-03 | CIFS: fix oplock break deadlocks | Rabin Vincent | 4 | -5/+18 |
2017-05-03 | cifs: fix CIFS_ENUMERATE_SNAPSHOTS oops | David Disseldorp | 1 | -0/+2 |
2017-05-03 | cifs: fix leak in FSCTL_ENUM_SNAPS response handling | David Disseldorp | 1 | -0/+1 |
2017-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 3 | -0/+3 |
2017-05-02 | Set unicode flag on cifs echo request to avoid Mac error | Steve French | 1 | -0/+3 |
2017-05-02 | CIFS: Add asynchronous write support through kernel AIO | Pavel Shilovsky | 2 | -51/+139 |
2017-05-02 | CIFS: Add asynchronous read support through kernel AIO | Pavel Shilovsky | 2 | -39/+131 |
2017-05-02 | CIFS: Add asynchronous context to support kernel AIO | Pavel Shilovsky | 3 | -0/+139 |
2017-05-02 | cifs: fix IPv6 link local, with scope id, address parsing | Daniel N Pettersson | 1 | -2/+7 |
2017-05-02 | cifs: small underflow in cnvrtDosUnixTm() | Dan Carpenter | 1 | -3/+3 |
2017-05-02 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 5 | -53/+40 |