summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '4.14-smb3-xattr-enable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-09-079-5/+274
|\
| * cifs: Check for timeout on Negotiate stageSamuel Cabrero2017-09-043-1/+26
| * cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg2017-09-047-4/+79
| * cifs: Add support for reading attributes on SMB2+Ronnie Sahlberg2017-09-044-0/+169
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-061-31/+0
|\ \
| * | fscache: remove unused ->now_uncached callbackJan Kara2017-09-061-31/+0
| |/
* | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-2/+2
|\ \
| * | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-2/+2
* | | Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-1/+1
|\ \ \ | |_|/ |/| |
| * | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-161-1/+1
| |/
* | Fix warning messages when mounting to older serversSteve French2017-09-012-2/+27
* | CIFS: remove endian related sparse warningSteve French2017-08-301-1/+1
* | CIFS: Fix maximum SMB2 header sizePavel Shilovsky2017-08-301-2/+2
* | cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Ronnie Sahlberg2017-08-231-6/+12
* | cifs: Fix df output for users with quota limitsSachin Prabhu2017-08-231-2/+2
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-151-1/+1
|\
| * cifs: use get_random_u32 for 32-bit lock randomJason A. Donenfeld2017-06-191-1/+1
* | cifs: Clean up unused variables in smb2pdu.cChristos Gkekas2017-07-091-28/+7
* | [SMB3] Improve security, move default dialect to SMB3 from old CIFSSteve French2017-07-081-3/+3
* | [SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French2017-07-0810-131/+39
* | CIFS: Reconnect expired SMB sessionsPavel Shilovsky2017-07-084-0/+39
* | CIFS: Display SMB2 error codes in the hex formatPavel Shilovsky2017-07-081-2/+2
* | cifs: Use smb 2 - 3 and cifsacl mount options setacl functionShirish Pargaonkar2017-07-081-3/+60
* | cifs: prototype declaration and definition to set acl for smb 2 - 3 and cifsa...Shirish Pargaonkar2017-07-082-12/+30
* | Merge tag 'cifs-bug-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-07-078-24/+218
|\ \
| * | CIFS: fix circular locking dependencyRabin Vincent2017-07-051-2/+2
| * | cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENTColin Ian King2017-07-051-1/+1
| * | cifs: Do not modify mid entry after submitting I/O in cifs_call_asyncLong Li2017-07-051-2/+5
| * | CIFS: add SFM mapping for 0x01-0x1FBjörn JACKE2017-07-051-0/+8
| * | cifs: hide unused functionsArnd Bergmann2017-07-051-1/+2
| * | cifs: Use smb 2 - 3 and cifsacl mount options getacl functionsShirish Pargaonkar2017-07-051-0/+116
| * | cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount op...Shirish Pargaonkar2017-07-052-11/+44
| * | CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keysAurélien Aptel2017-07-052-3/+34
| * | cifs: set mapping error when page writeback fails in writepage or launder_pagesJeff Layton2017-07-051-5/+7
| * | SMB3: Enable encryption for SMB3.1.1Steve French2017-07-021-1/+1
* | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-06-245-9/+14
|\ \ \ | |/ /
| * | CIFS: Fix some return values in case of error in 'crypt_message'Christophe Jaillet2017-06-211-1/+3
| * | cifs: remove redundant return in cifs_creation_time_getColin Ian King2017-06-201-2/+0
| * | CIFS: Improve readdir verbosityPavel Shilovsky2017-06-202-4/+9
| * | CIFS: check if pages is null rather than bv for a failed allocationColin Ian King2017-06-201-1/+1
| * | CIFS: Set ->should_dirty in cifs_user_readv()Dan Carpenter2017-06-201-1/+1
| |/
* | sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar2017-06-201-0/+1
|/
* [CIFS] Minor cleanup of xattr query functionSteve French2017-05-125-10/+8
* fs: cifs: transport: Use time_after for time comparisonKarim Eshapa2017-05-121-1/+1
* SMB2: Fix share type handlingChristophe JAILLET2017-05-121-5/+9
* cifs: cifsacl: Use a temporary ops variable to reduce code lengthJoe Perches via samba-technical2017-05-121-16/+14
* Don't delay freeing mids when blocked on slow socket write of requestSteve French2017-05-093-16/+0
* CIFS: silence lockdep splat in cifs_relock_file()Rabin Vincent2017-05-091-1/+1
* fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani2017-05-083-19/+23
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-05-0614-105/+465
|\
OpenPOWER on IntegriCloud