summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | cifs: add new fields to cifs_ses to track requested security flavorJeff Layton2013-06-243-4/+13
| * | | cifs: track the flavor of the NEGOTIATE reponseJeff Layton2013-06-243-5/+16
| * | | cifs: add new "Unspecified" securityEnum valueJeff Layton2013-06-241-2/+2
| * | | cifs: factor out check for extended security bit into separate functionJeff Layton2013-06-241-9/+16
| * | | cifs: move handling of signed connections into separate functionJeff Layton2013-06-243-62/+40Star
| * | | cifs: break out lanman NEGOTIATE handling into separate functionJeff Layton2013-06-241-88/+97
| * | | cifs: break out decoding of security blob into separate functionJeff Layton2013-06-242-51/+62
| * | | cifs: remove the cifs_ses->flags fieldJeff Layton2013-06-244-29/+7Star
| * | | cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Jeff Layton2013-06-243-19/+16Star
| * | | cifs: make decode_ascii_ssetup void returnJeff Layton2013-06-241-11/+7Star
| * | | cifs: remove useless memset in LANMAN auth codeJeff Layton2013-06-241-1/+0Star
| * | | cifs: remove protocolEnum definitionJeff Layton2013-06-241-6/+0Star
| * | | cifs: add a "nosharesock" mount option to force new sockets to server to be c...Jeff Layton2013-06-242-1/+9
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-033-14/+12Star
|\ \ \
| * | | locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-292-7/+8
| * | | cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton2013-06-291-1/+1
| * | | Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-6/+3Star
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-021-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-221-2/+3
| | |/ | |/|
* | | [readdir] convert cifsAl Viro2013-06-293-100/+82Star
| |/ |/|
* | 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/+0Star
* | 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-051-1/+1
* CIFS: fix error return code in cifs_atomic_open()Wei Yongjun2013-05-051-1/+3
* cifs: store the real expected sequence number in the midJeff Layton2013-05-053-4/+4
* cifs: on send failure, readjust server sequence number downwardJeff Layton2013-05-052-0/+16
* cifs: remove ENOSPC handling in smb_sendvJeff Layton2013-05-051-7/+1Star
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-0536-1227/+1223Star
* fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu2013-05-054-10/+7Star
* cifs: replaced kmalloc + memset with kzallocDia Vasile2013-05-051-3/+1Star
* cifs: ignore the unc= and prefixpath= mount optionsJeff Layton2013-05-051-51/+5Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-3/+0Star
|\
| * lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-091-3/+0Star
* | 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-226-56/+43Star
|\
| * cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton2013-03-211-48/+5Star
| * 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/+5Star
* | 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-071-0/+1
* cifs: don't try to unlock pagecache page after releasing itJeff Layton2013-03-071-1/+1
* cifs: remove the sockopt= mount optionJeff Layton2013-03-071-15/+1Star
* cifs: Check server capability before attempting silly renameSachin Prabhu2013-03-071-0/+9
* cifs: Fix bug when checking error condition in cifs_rename_pending_delete()Sachin Prabhu2013-03-071-1/+1
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-03-014-5/+19
|\