aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-3.10.33' into dev-kernel-3.10Deepak Nibade2014-03-139-44/+136
|\
| * CIFS: Fix too big maxBuf size for SMB3 mountsPavel Shilovsky2014-03-063-10/+10
| * cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton2014-03-061-3/+34
| * retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French2014-02-224-8/+43
| * Add protocol specific operation for CIFS xattrsSteve French2014-02-222-4/+13
| * CIFS: Fix SMB2 mounts so they don't try to set or get xattrs via cifsSteve French2014-02-222-19/+36
* | Merge tag 'v3.10.24' into HEADAjay Nandakumar2013-12-161-3/+5
|\|
| * setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French2013-12-041-3/+5
* | Merge tag 'v3.10.17' into dev-kernel-3.10Ajay Nandakumar2013-10-313-68/+83
|\|
| * cifs: fix filp leak in cifs_atomic_open()Miklos Szeredi2013-10-011-0/+1
| * CIFS: Fix missing lease breakPavel Shilovsky2013-09-261-69/+80
| * CIFS: Fix a memory leak when a lease break comesPavel Shilovsky2013-09-261-0/+1
| * cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton2013-09-261-0/+2
* | UPSTREAM next (v3.11): freezer: add unsafe versions of freezable helpers for ...Colin Cross2013-08-301-1/+1
|/
* cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton2013-08-141-0/+8
* cifs: extend the buffer length enought for sprintf() usingChen Gang2013-08-144-7/+9
* Handle big endianness in NTLM (ntlmv2) authenticationSteve French2013-07-212-7/+7
* CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky2013-07-211-5/+4
* CIFS use sensible file nlink values if unprovidedSteve French2013-07-211-0/+5
* cifs: fix off-by-one bug in build_unc_path_to_rootJeff Layton2013-05-311-2/+2
* cifs: fix composing of mount options for DFS referralsJeff Layton2013-05-242-72/+73
* cifs: stop printing the unc= option in /proc/mountsJeff Layton2013-05-241-3/+0
* cifs: fix error handling when calling cifs_parse_devnameJeff Layton2013-05-241-9/+13
* cifs: allow sec=none mounts to work against servers that don't support extend...Jeff Layton2013-05-241-0/+1
* cifs: fix potential buffer overrun when composing a new options stringJeff Layton2013-05-241-1/+3
* cifs: only set ops for inodes in I_NEW stateJeff Layton2013-05-241-1/+2
* cifs: small variable name cleanupDan Carpenter2013-05-041-1/+1
* CIFS: fix error return code in cifs_atomic_open()Wei Yongjun2013-05-041-1/+3
* cifs: store the real expected sequence number in the midJeff Layton2013-05-043-4/+4
* cifs: on send failure, readjust server sequence number downwardJeff Layton2013-05-042-0/+16
* cifs: remove ENOSPC handling in smb_sendvJeff Layton2013-05-041-7/+1
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-0436-1227/+1223
* fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu2013-05-044-10/+7
* cifs: replaced kmalloc + memset with kzallocDia Vasile2013-05-041-3/+1
* cifs: ignore the unc= and prefixpath= mount optionsJeff Layton2013-05-041-51/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-3/+0
|\
| * lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-091-3/+0
* | cifs: Allow passwords which begin with a delimitorSachin Prabhu2013-04-101-3/+13
|/
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-03-216-56/+43
|\
| * cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton2013-03-211-48/+5
| * cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik2013-03-133-1/+33
| * cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu2013-03-132-7/+5
* | fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman2013-03-111-0/+1
|/
* CIFS: Fix missing of oplock_read value in smb30_values structurePavel Shilovsky2013-03-061-0/+1
* cifs: don't try to unlock pagecache page after releasing itJeff Layton2013-03-061-1/+1
* cifs: remove the sockopt= mount optionJeff Layton2013-03-061-15/+1
* cifs: Check server capability before attempting silly renameSachin Prabhu2013-03-061-0/+9
* cifs: Fix bug when checking error condition in cifs_rename_pending_delete()Sachin Prabhu2013-03-061-1/+1
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-03-014-5/+19
|\
| * cifs: bugfix for unreclaimed writeback pages in cifs_writev_requeue()Ouyang Maochun2013-02-281-1/+4