summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
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-20xfs: check on-disk (not incore) btree root size in dfrag.cEric Sandeen
2013-06-20splice: don't pass the address of ->f_pos to methodsAl Viro
2013-06-20NFSv4.1 end back channel session drainingAndy Adamson
2013-06-20powerpc/pseries: Read common partition via pstoreAruna Balakrishnaiah
2013-06-20powerpc/pseries: Read of-config partition via pstoreAruna Balakrishnaiah
2013-06-20powerpc/pseries: Read rtas partition via pstoreAruna Balakrishnaiah
2013-06-19GFS2: Fix fstrim boundary conditionsAbhijith Das
2013-06-19GFS2: fix warning messageBenjamin Marzinski
2013-06-19xfs: Remove XFS_MOUNT_RETERRJie Liu
2013-06-19xfs: Remove two dead transaction log reservaion macrosJie Liu
2013-06-19xfs: return FIEMAP_EXTENT_UNKNOWN for delayed allocation extentJie Liu
2013-06-19xfs: fix the symbolic link assert in xfs_ifreeMark Tinguely
2013-06-19NFS: Apply v4.1 capabilities to v4.2Bryan Schumaker
2013-06-19dlm: remove duplicated include from lowcomms.cWei Yongjun
2013-06-19FS-Cache: Don't use spin_is_locked() in assertionsDavid Howells
2013-06-19FS-Cache: The retrieval remaining-pages counter needs to be atomic_tDavid Howells
2013-06-19cachefiles: remove unused macro list_to_page()Haicheng Li
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells
2013-06-19FS-Cache: Wrap checks on object stateDavid Howells
2013-06-19FS-Cache: Uninline fscache_object_init()David Howells
2013-06-19FS-Cache: Don't sleep in page release if __GFP_FS is not setDavid Howells
2013-06-19CacheFiles: name i_mutex lock class explicitlyJ. Bruce Fields
2013-06-19fs/fscache: remove spin_lock() from the condition in while()Sebastian Andrzej Siewior
2013-06-19GFS2: aggressively issue revokes in gfs2_log_flushBenjamin Marzinski
2013-06-18NFSv4.1: Clean up layout segment comparison helper namesTrond Myklebust
2013-06-18NFSv4.1: layout segment comparison helpers should take 'const' parametersTrond Myklebust
2013-06-18NFSv4: Move the DNS resolver into the NFSv4 moduleTrond Myklebust
2013-06-18NFSv4: SETCLIENTID add the format string for the NETIDDjalal Harouni
2013-06-17Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman