summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2013-06-26[CIFS] SMB3 Signing enablementSteve French
2013-06-26[CIFS] Do not set DFS flag on SMB2 openSteve French
2013-06-26[CIFS] fix static checker warningSteve French
2013-06-26cifs: try to handle the MUST SecurityFlags sanelyJeff Layton
2013-06-26When server doesn't provide SecurityBuffer on SMB2Negotiate pick defaultSteve French
2013-06-26Handle big endianness in NTLM (ntlmv2) authenticationSteve French
2013-06-26revalidate directories instiantiated via FIND_* in order to handle DFS referralsJeff Layton
2013-06-26SMB2 FSCTL and IOCTL worker functionSteve French
2013-06-26Charge at least one credit, if server says that it supports multicreditSteve French
2013-06-26Remove typoSteve French
2013-06-26Some missing share flagsSteve French
2013-06-26cifs: using strlcpy instead of strncpyZhao Hongjiang
2013-06-24Update headers to update various SMB3 ioctl definitionsSteve French
2013-06-24Update cifs version numberSteve French
2013-06-24Add ability to dipslay SMB3 share flags and capabilities for debuggingSteve French
2013-06-24Add some missing SMB3 and SMB3.02 flagsSteve French
2013-06-24Add SMB3.02 dialect supportSteve French
2013-06-24Fix endian error in SMB2 protocol negotiationSteve French
2013-06-24cifs: clean up the SecurityFlags write handlerJeff Layton
2013-06-24cifs: update the default global_secflags to include "raw" NTLMv2Jeff Layton
2013-06-24move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton
2013-06-24add new fields to smb_vol to track the requested security flavorJeff Layton
2013-06-24cifs: add new fields to cifs_ses to track requested security flavorJeff Layton
2013-06-24cifs: track the flavor of the NEGOTIATE reponseJeff Layton
2013-06-24cifs: add new "Unspecified" securityEnum valueJeff Layton
2013-06-24cifs: factor out check for extended security bit into separate functionJeff Layton
2013-06-24cifs: move handling of signed connections into separate functionJeff Layton
2013-06-24cifs: break out lanman NEGOTIATE handling into separate functionJeff Layton
2013-06-24cifs: break out decoding of security blob into separate functionJeff Layton
2013-06-24cifs: remove the cifs_ses->flags fieldJeff Layton
2013-06-24cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Jeff Layton
2013-06-24cifs: make decode_ascii_ssetup void returnJeff Layton
2013-06-24cifs: remove useless memset in LANMAN auth codeJeff Layton
2013-06-24cifs: remove protocolEnum definitionJeff Layton
2013-06-24cifs: add a "nosharesock" mount option to force new sockets to server to be c...Jeff Layton
2013-06-23fs: fix new splice.c kernel-doc warningRandy Dunlap
2013-06-20splice: don't pass the address of ->f_pos to methodsAl Viro
2013-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-06-14Merge tag 'for-linus-v3.10-rc6' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2013-06-15use can_lookup() instead of direct checks of ->i_op->lookupAl Viro
2013-06-15fput: task_work_add() can fail if the caller has passed exit_task_work()Oleg Nesterov
2013-06-14xfs: don't shutdown log recovery on validation errorsDave Chinner
2013-06-14xfs: ensure btree root split sets blkno correctlyDave Chinner
2013-06-14xfs: fix implicit padding in directory and attr CRC formatsDave Chinner
2013-06-14xfs: don't emit v5 superblock warnings on writeDave Chinner
2013-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-06-12Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-06-12ocfs2: add missing lockres put in dlm_mig_lockres_handlerXue jiufei
2013-06-12aio: fix io_destroy() regression by using call_rcu()Kent Overstreet