summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2013-06-24cifs: clean up the SecurityFlags write handlerJeff Layton1-6/+14
2013-06-24cifs: update the default global_secflags to include "raw" NTLMv2Jeff Layton1-1/+1
2013-06-24move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton7-180/+115
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton10-82/+71
2013-06-24add new fields to smb_vol to track the requested security flavorJeff Layton2-0/+27
2013-06-24cifs: add new fields to cifs_ses to track requested security flavorJeff Layton3-4/+13
2013-06-24cifs: track the flavor of the NEGOTIATE reponseJeff Layton3-5/+16
2013-06-24cifs: add new "Unspecified" securityEnum valueJeff Layton1-2/+2
2013-06-24cifs: factor out check for extended security bit into separate functionJeff Layton1-9/+16
2013-06-24cifs: move handling of signed connections into separate functionJeff Layton3-62/+40
2013-06-24cifs: break out lanman NEGOTIATE handling into separate functionJeff Layton1-88/+97
2013-06-24cifs: break out decoding of security blob into separate functionJeff Layton2-51/+62
2013-06-24cifs: remove the cifs_ses->flags fieldJeff Layton4-29/+7
2013-06-24cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Jeff Layton3-19/+16
2013-06-24cifs: make decode_ascii_ssetup void returnJeff Layton1-11/+7
2013-06-24cifs: remove useless memset in LANMAN auth codeJeff Layton1-1/+0
2013-06-24cifs: remove protocolEnum definitionJeff Layton1-6/+0
2013-06-24cifs: add a "nosharesock" mount option to force new sockets to server to be c...Jeff Layton2-1/+9
2013-06-01cifs: 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-22mm: change invalidatepage prototype to accept lengthLukas Czerner1-2/+3
2013-05-12freezer: add unsafe versions of freezable helpers for CIFSColin Cross1-1/+1
2013-05-05cifs: small variable name cleanupDan Carpenter1-1/+1
2013-05-05CIFS: fix error return code in cifs_atomic_open()Wei Yongjun1-1/+3
2013-05-05cifs: store the real expected sequence number in the midJeff Layton3-4/+4
2013-05-05cifs: on send failure, readjust server sequence number downwardJeff Layton2-0/+16
2013-05-05cifs: remove ENOSPC handling in smb_sendvJeff Layton1-7/+1
2013-05-05[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches36-1227/+1223
2013-05-05fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu4-10/+7
2013-05-05cifs: replaced kmalloc + memset with kzallocDia Vasile1-3/+1
2013-05-05cifs: ignore the unc= and prefixpath= mount optionsJeff Layton1-51/+5
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+0
2013-04-11cifs: 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-22Merge 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-07CIFS: Fix missing of oplock_read value in smb30_values structurePavel Shilovsky1-0/+1
2013-03-07cifs: don't try to unlock pagecache page after releasing itJeff Layton1-1/+1
2013-03-07cifs: remove the sockopt= mount optionJeff Layton1-15/+1
2013-03-07cifs: Check server capability before attempting silly renameSachin Prabhu1-0/+9
2013-03-07cifs: Fix bug when checking error condition in cifs_rename_pending_delete()Sachin Prabhu1-1/+1
2013-03-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-5/+19