summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2014-10-05CIFS: Fix SMB2 readdir error handlingPavel Shilovsky7-8/+24
2014-10-05CIFS: Fix directory rename errorPavel Shilovsky1-1/+4
2014-09-17CIFS: Fix wrong restart readdir for SMB1Pavel Shilovsky1-2/+2
2014-09-17CIFS: Fix wrong filename length for SMB2Pavel Shilovsky5-9/+4
2014-09-17CIFS: Fix wrong directory attributes after renamePavel Shilovsky1-0/+6
2014-09-17CIFS: Possible null ptr deref in SMB2_tconSteve French1-1/+2
2014-09-17CIFS: Fix async reading on reconnectsPavel Shilovsky1-2/+2
2014-09-17CIFS: Fix STATUS_CANNOT_DELETE error mapping for SMB2Pavel Shilovsky1-1/+1
2014-07-09CIFS: fix mount failure with broken pathnames when smb3 mount with mapchars o...Steve French1-3/+4
2014-03-06CIFS: Fix too big maxBuf size for SMB3 mountsPavel Shilovsky3-10/+10
2014-03-06cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton1-3/+34
2014-02-22retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French4-8/+43
2014-02-22Add protocol specific operation for CIFS xattrsSteve French2-4/+13
2014-02-22CIFS: Fix SMB2 mounts so they don't try to set or get xattrs via cifsSteve French2-19/+36
2013-12-04setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French1-3/+5
2013-10-01cifs: fix filp leak in cifs_atomic_open()Miklos Szeredi1-0/+1
2013-09-26CIFS: Fix missing lease breakPavel Shilovsky1-69/+80
2013-09-26CIFS: Fix a memory leak when a lease break comesPavel Shilovsky1-0/+1
2013-09-26cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton1-0/+2
2013-08-14cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton1-0/+8
2013-08-14cifs: extend the buffer length enought for sprintf() usingChen Gang4-7/+9
2013-07-21Handle big endianness in NTLM (ntlmv2) authenticationSteve French2-7/+7
2013-07-21CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky1-5/+4
2013-07-21CIFS use sensible file nlink values if unprovidedSteve French1-0/+5
2013-05-31cifs: fix off-by-one bug in build_unc_path_to_rootJeff Layton1-2/+2
2013-05-24cifs: fix composing of mount options for DFS referralsJeff Layton2-72/+73
2013-05-24cifs: stop printing the unc= option in /proc/mountsJeff Layton1-3/+0
2013-05-24cifs: fix error handling when calling cifs_parse_devnameJeff Layton1-9/+13
2013-05-24cifs: allow sec=none mounts to work against servers that don't support extend...Jeff Layton1-0/+1
2013-05-24cifs: fix potential buffer overrun when composing a new options stringJeff Layton1-1/+3
2013-05-24cifs: only set ops for inodes in I_NEW stateJeff Layton1-1/+2
2013-05-04cifs: small variable name cleanupDan Carpenter1-1/+1
2013-05-04CIFS: fix error return code in cifs_atomic_open()Wei Yongjun1-1/+3
2013-05-04cifs: store the real expected sequence number in the midJeff Layton3-4/+4
2013-05-04cifs: on send failure, readjust server sequence number downwardJeff Layton2-0/+16
2013-05-04cifs: remove ENOSPC handling in smb_sendvJeff Layton1-7/+1
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches36-1227/+1223
2013-05-04fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu4-10/+7
2013-05-04cifs: replaced kmalloc + memset with kzallocDia Vasile1-3/+1
2013-05-04cifs: ignore the unc= and prefixpath= mount optionsJeff Layton1-51/+5
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+0
2013-04-10cifs: Allow passwords which begin with a delimitorSachin Prabhu1-3/+13
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro1-3/+0
2013-03-21Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-56/+43
2013-03-21cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton1-48/+5
2013-03-13cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik3-1/+33
2013-03-13cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu2-7/+5
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman1-0/+1
2013-03-06CIFS: Fix missing of oplock_read value in smb30_values structurePavel Shilovsky1-0/+1
2013-03-06cifs: don't try to unlock pagecache page after releasing itJeff Layton1-1/+1