aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAge
* CIFS: Fix too big maxBuf size for SMB3 mountsPavel Shilovsky2014-03-07
* cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton2014-03-07
* retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French2014-02-22
* Add protocol specific operation for CIFS xattrsSteve French2014-02-22
* CIFS: Fix SMB2 mounts so they don't try to set or get xattrs via cifsSteve French2014-02-22
* setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French2013-12-04
* cifs: fix filp leak in cifs_atomic_open()Miklos Szeredi2013-10-01
* CIFS: Fix missing lease breakPavel Shilovsky2013-09-26
* CIFS: Fix a memory leak when a lease break comesPavel Shilovsky2013-09-26
* cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton2013-09-26
* cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton2013-08-15
* cifs: extend the buffer length enought for sprintf() usingChen Gang2013-08-15
* Handle big endianness in NTLM (ntlmv2) authenticationSteve French2013-07-21
* CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky2013-07-21
* CIFS use sensible file nlink values if unprovidedSteve French2013-07-21
* cifs: fix off-by-one bug in build_unc_path_to_rootJeff Layton2013-05-31
* cifs: fix composing of mount options for DFS referralsJeff Layton2013-05-24
* cifs: stop printing the unc= option in /proc/mountsJeff Layton2013-05-24
* cifs: fix error handling when calling cifs_parse_devnameJeff Layton2013-05-24
* cifs: allow sec=none mounts to work against servers that don't support extend...Jeff Layton2013-05-24
* cifs: fix potential buffer overrun when composing a new options stringJeff Layton2013-05-24
* cifs: only set ops for inodes in I_NEW stateJeff Layton2013-05-24
* cifs: small variable name cleanupDan Carpenter2013-05-04
* CIFS: fix error return code in cifs_atomic_open()Wei Yongjun2013-05-04
* cifs: store the real expected sequence number in the midJeff Layton2013-05-04
* cifs: on send failure, readjust server sequence number downwardJeff Layton2013-05-04
* cifs: remove ENOSPC handling in smb_sendvJeff Layton2013-05-04
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-04
* fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu2013-05-04
* cifs: replaced kmalloc + memset with kzallocDia Vasile2013-05-04
* cifs: ignore the unc= and prefixpath= mount optionsJeff Layton2013-05-04
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-09
* | cifs: Allow passwords which begin with a delimitorSachin Prabhu2013-04-10
|/
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-03-21
|\
| * cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton2013-03-21
| * cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik2013-03-13
| * cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu2013-03-13
* | fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman2013-03-11
|/
* CIFS: Fix missing of oplock_read value in smb30_values structurePavel Shilovsky2013-03-06
* cifs: don't try to unlock pagecache page after releasing itJeff Layton2013-03-06
* cifs: remove the sockopt= mount optionJeff Layton2013-03-06
* cifs: Check server capability before attempting silly renameSachin Prabhu2013-03-06
* cifs: Fix bug when checking error condition in cifs_rename_pending_delete()Sachin Prabhu2013-03-06
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-03-01
|\
| * cifs: bugfix for unreclaimed writeback pages in cifs_writev_requeue()Ouyang Maochun2013-02-28
| * cifs: set MAY_SIGN when sec=krb5Martijn de Gouw2013-02-27
| * POSIX extensions disabled on client due to illegal O_EXCL flag sent to SambaSteve French2013-02-27
| * cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton2013-02-27
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
|/