aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge tag '4.14-smb3-xattr-enable' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 9-5/+274
2017-09-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-31/+0
2017-09-06fscache: remove unused ->now_uncached callbackGravatar Jan Kara 1-31/+0
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-2/+2
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-1/+1
2017-09-04cifs: Check for timeout on Negotiate stageGravatar Samuel Cabrero 3-1/+26
2017-09-04cifs: Add support for writing attributes on SMB2+Gravatar Ronnie Sahlberg 7-4/+79
2017-09-04cifs: Add support for reading attributes on SMB2+Gravatar Ronnie Sahlberg 4-0/+169
2017-09-01Fix warning messages when mounting to older serversGravatar Steve French 2-2/+27
2017-08-30CIFS: remove endian related sparse warningGravatar Steve French 1-1/+1
2017-08-30CIFS: Fix maximum SMB2 header sizeGravatar Pavel Shilovsky 1-2/+2
2017-08-23cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Gravatar Ronnie Sahlberg 1-6/+12
2017-08-23cifs: Fix df output for users with quota limitsGravatar Sachin Prabhu 1-2/+2
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingGravatar Jeff Layton 1-2/+2
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksGravatar Benjamin Coddington 1-1/+1
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2017-07-09cifs: Clean up unused variables in smb2pdu.cGravatar Christos Gkekas 1-28/+7
2017-07-08[SMB3] Improve security, move default dialect to SMB3 from old CIFSGravatar Steve French 1-3/+3
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredGravatar Steve French 10-131/+39
2017-07-08CIFS: Reconnect expired SMB sessionsGravatar Pavel Shilovsky 4-0/+39
2017-07-08CIFS: Display SMB2 error codes in the hex formatGravatar Pavel Shilovsky 1-2/+2
2017-07-08cifs: Use smb 2 - 3 and cifsacl mount options setacl functionGravatar Shirish Pargaonkar 1-3/+60
2017-07-08cifs: prototype declaration and definition to set acl for smb 2 - 3 and cifsa...Gravatar Shirish Pargaonkar 2-12/+30
2017-07-07Merge tag 'cifs-bug-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 8-24/+218
2017-07-05CIFS: fix circular locking dependencyGravatar Rabin Vincent 1-2/+2
2017-07-05cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENTGravatar Colin Ian King 1-1/+1
2017-07-05cifs: Do not modify mid entry after submitting I/O in cifs_call_asyncGravatar Long Li 1-2/+5
2017-07-05CIFS: add SFM mapping for 0x01-0x1FGravatar Björn JACKE 1-0/+8
2017-07-05cifs: hide unused functionsGravatar Arnd Bergmann 1-1/+2
2017-07-05cifs: Use smb 2 - 3 and cifsacl mount options getacl functionsGravatar Shirish Pargaonkar 1-0/+116
2017-07-05cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount op...Gravatar Shirish Pargaonkar 2-11/+44
2017-07-05CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keysGravatar Aurélien Aptel 2-3/+34
2017-07-05cifs: set mapping error when page writeback fails in writepage or launder_pagesGravatar Jeff Layton 1-5/+7
2017-07-02SMB3: Enable encryption for SMB3.1.1Gravatar Steve French 1-1/+1
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 5-9/+14
2017-06-21CIFS: Fix some return values in case of error in 'crypt_message'Gravatar Christophe Jaillet 1-1/+3
2017-06-20cifs: remove redundant return in cifs_creation_time_getGravatar Colin Ian King 1-2/+0
2017-06-20CIFS: Improve readdir verbosityGravatar Pavel Shilovsky 2-4/+9
2017-06-20CIFS: check if pages is null rather than bv for a failed allocationGravatar Colin Ian King 1-1/+1
2017-06-20CIFS: Set ->should_dirty in cifs_user_readv()Gravatar Dan Carpenter 1-1/+1
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Gravatar Ingo Molnar 1-0/+1
2017-06-19cifs: use get_random_u32 for 32-bit lock randomGravatar Jason A. Donenfeld 1-1/+1
2017-05-12[CIFS] Minor cleanup of xattr query functionGravatar Steve French 5-10/+8
2017-05-12fs: cifs: transport: Use time_after for time comparisonGravatar Karim Eshapa 1-1/+1
2017-05-12SMB2: Fix share type handlingGravatar Christophe JAILLET 1-5/+9
2017-05-12cifs: cifsacl: Use a temporary ops variable to reduce code lengthGravatar Joe Perches via samba-technical 1-16/+14
2017-05-09Don't delay freeing mids when blocked on slow socket write of requestGravatar Steve French 3-16/+0
2017-05-09CIFS: silence lockdep splat in cifs_relock_file()Gravatar Rabin Vincent 1-1/+1
2017-05-08fs: cifs: replace CURRENT_TIME by other appropriate apisGravatar Deepa Dinamani 3-19/+23
2017-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 14-105/+465