summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix erroneous return valueAnton Protopopov2016-02-251-1/+1
* disabling oplocks/leases via module parm enable_oplocks broken for SMB3Steve French2015-10-221-2/+6
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-04-291-1/+1
* cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp2015-04-191-0/+1
* CIFS: Fix SMB2 readdir error handlingPavel Shilovsky2014-10-057-8/+24
* CIFS: Fix directory rename errorPavel Shilovsky2014-10-051-1/+4
* CIFS: Fix wrong restart readdir for SMB1Pavel Shilovsky2014-09-171-2/+2
* CIFS: Fix wrong filename length for SMB2Pavel Shilovsky2014-09-175-9/+4
* CIFS: Fix wrong directory attributes after renamePavel Shilovsky2014-09-171-0/+6
* CIFS: Possible null ptr deref in SMB2_tconSteve French2014-09-171-1/+2
* CIFS: Fix async reading on reconnectsPavel Shilovsky2014-09-171-2/+2
* CIFS: Fix STATUS_CANNOT_DELETE error mapping for SMB2Pavel Shilovsky2014-09-171-1/+1
* CIFS: fix mount failure with broken pathnames when smb3 mount with mapchars o...Steve French2014-07-091-3/+4
* 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
* setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French2013-12-041-3/+5
* 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
* 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