aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAge
...
| * | | cifs: track the flavor of the NEGOTIATE reponseJeff Layton2013-06-24
| * | | cifs: add new "Unspecified" securityEnum valueJeff Layton2013-06-24
| * | | cifs: factor out check for extended security bit into separate functionJeff Layton2013-06-24
| * | | cifs: move handling of signed connections into separate functionJeff Layton2013-06-24
| * | | cifs: break out lanman NEGOTIATE handling into separate functionJeff Layton2013-06-24
| * | | cifs: break out decoding of security blob into separate functionJeff Layton2013-06-24
| * | | cifs: remove the cifs_ses->flags fieldJeff Layton2013-06-24
| * | | cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Jeff Layton2013-06-24
| * | | cifs: make decode_ascii_ssetup void returnJeff Layton2013-06-24
| * | | cifs: remove useless memset in LANMAN auth codeJeff Layton2013-06-24
| * | | cifs: remove protocolEnum definitionJeff Layton2013-06-24
| * | | cifs: add a "nosharesock" mount option to force new sockets to server to be c...Jeff Layton2013-06-24
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-03
|\ \ \
| * | | locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-29
| * | | cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton2013-06-29
| * | | Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-29
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-02
|\ \ \ \ | |/ / / |/| | |
| * | | mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-21
| | |/ | |/|
* | | [readdir] convert cifsAl Viro2013-06-29
| |/ |/|
* | 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