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