aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2011-01-09cifs: use CreationTime like an i_generation fieldJeff Layton
2011-01-09cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfoJeff Layton
2011-01-09cifs: show "acl" in DebugData Features when it's compiled inJeff Layton
2011-01-09cifs: move "ntlmssp" and "local_leases" options out of experimental codeJeff Layton
2011-01-09cifs: replace some hardcoded values with preprocessor constantsJeff Layton
2011-01-09cifs: remove unnecessary locking around sequence_numberJeff Layton
2011-01-09[CIFS] Fix minor merge conflict in fs/cifs/dir.cSteve French
2011-01-09Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: scale inode alias listNick Piggin
2011-01-07fs: change d_hash for rcu-walkNick Piggin
2011-01-07fs: change d_compare for rcu-walkNick Piggin
2011-01-07cifs: dont overwrite dentry name in d_revalidateNick Piggin
2011-01-06CIFS: Simplify cifs_open codePavel Shilovsky
2011-01-06CIFS: Simplify non-posix open stuff (try #2)Pavel Shilovsky
2011-01-06CIFS: Add match_port check during looking for an existing connection (try #4)Pavel Shilovsky
2011-01-06CIFS: Simplify ipv*_connect functions into one (try #4)Pavel Shilovsky
2011-01-06cifs: Support NTLM2 session security during NTLMSSP authentication [try #5]Shirish Pargaonkar
2011-01-06cifs: don't overwrite dentry name in d_revalidateNick Piggin
2010-12-08cifs: remove bogus remapping of error in cifs_filldir()Suresh Jayaraman
2010-12-07cifs: allow calling cifs_build_path_to_root on incomplete cifs_sbJeff Layton
2010-12-07cifs: fix check of error return from is_path_accessableJeff Layton
2010-12-06cifs: remove Local_System_NameJeff Layton
2010-12-06cifs: fix use of CONFIG_CIFS_ACLJeff Layton
2010-12-02cifs: add attribute cache timeout (actimeo) tunableSuresh Jayaraman
2010-11-30cifs: fix parsing of hostname in dfs referralsJeff Layton
2010-11-30cifs: display fsc in /proc/mountsSuresh Jayaraman
2010-11-30cifs: enable fscache iff fsc mount option is used explicitlySuresh Jayaraman
2010-11-30cifs: allow fsc mount option only if CONFIG_CIFS_FSCACHE is setSuresh Jayaraman
2010-11-30cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)Shirish Pargaonkar
2010-11-30cifs: Misc. cleanup in cifsacl handling [try #4]Shirish Pargaonkar
2010-11-29cifs: trivial comment fix for cifs_invalidate_mappingSuresh Jayaraman
2010-11-14[CIFS] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMACSteve French
2010-11-13cifs: don't take extra tlink reference in initiate_cifs_searchJeff Layton
2010-11-11cifs: Percolate error up to the caller during get/set acls [try #4]Shirish Pargaonkar
2010-11-11cifs: fix another memleak, in cifs_root_igetOskar Schirmer
2010-11-10cifs: fix potential use-after-free in cifs_oplock_break_putJeff Layton
2010-11-09cifs: fix a memleak in cifs_setattr_nounix()Suresh Jayaraman
2010-11-08cifs: make cifs_ioctl handle NULL filp->private_data correctlyJeff Layton
2010-11-05cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointerPavel Shilovsky
2010-11-04cifs: dereferencing first then checkingJeff Layton
2010-11-04cifs: trivial comment fix: tlink_tree is now a rbtreeSuresh Jayaraman
2010-11-02[CIFS] Cleanup unused variable build warningSteve French
2010-11-02cifs: convert tlink_tree to a rbtreeJeff Layton
2010-11-02cifs: store pointer to master tlink in superblock (try #2)Jeff Layton