aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: use CreationTime like an i_generation fieldJeff Layton2011-01-094-0/+11
* cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfoJeff Layton2011-01-092-8/+4
* cifs: show "acl" in DebugData Features when it's compiled inJeff Layton2011-01-091-12/+10
* cifs: move "ntlmssp" and "local_leases" options out of experimental codeJeff Layton2011-01-093-68/+55
* cifs: replace some hardcoded values with preprocessor constantsJeff Layton2011-01-091-18/+19
* cifs: remove unnecessary locking around sequence_numberJeff Layton2011-01-092-5/+3
* [CIFS] Fix minor merge conflict in fs/cifs/dir.cSteve French2011-01-091-7/+0
* Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2011-01-095-27/+50
|\
| * fs: dcache per-inode inode alias lockingNick Piggin2011-01-071-3/+3
| * fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-2/+5
| * fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-0/+3
| * fs: dcache reduce branches in lookup pathNick Piggin2011-01-074-16/+16
| * fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
| * fs: dcache remove dcache_lockNick Piggin2011-01-071-3/+0
| * fs: scale inode alias listNick Piggin2011-01-071-0/+3
| * fs: change d_hash for rcu-walkNick Piggin2011-01-072-3/+4
| * fs: change d_compare for rcu-walkNick Piggin2011-01-071-5/+7
| * cifs: dont overwrite dentry name in d_revalidateNick Piggin2011-01-071-19/+24
* | CIFS: Simplify cifs_open codePavel Shilovsky2011-01-061-31/+23
* | CIFS: Simplify non-posix open stuff (try #2)Pavel Shilovsky2011-01-061-116/+73
* | CIFS: Add match_port check during looking for an existing connection (try #4)Pavel Shilovsky2011-01-061-5/+37
* | CIFS: Simplify ipv*_connect functions into one (try #4)Pavel Shilovsky2011-01-066-247/+184
* | cifs: Support NTLM2 session security during NTLMSSP authentication [try #5]Shirish Pargaonkar2011-01-061-19/+14
* | cifs: don't overwrite dentry name in d_revalidateNick Piggin2011-01-061-19/+24
|/
* cifs: remove bogus remapping of error in cifs_filldir()Suresh Jayaraman2010-12-081-12/+0
* cifs: allow calling cifs_build_path_to_root on incomplete cifs_sbJeff Layton2010-12-073-5/+6
* cifs: fix check of error return from is_path_accessableJeff Layton2010-12-071-1/+1
* cifs: remove Local_System_NameJeff Layton2010-12-063-16/+10
* cifs: fix use of CONFIG_CIFS_ACLJeff Layton2010-12-067-107/+99
* cifs: add attribute cache timeout (actimeo) tunableSuresh Jayaraman2010-12-026-3/+41
* cifs: fix parsing of hostname in dfs referralsJeff Layton2010-11-301-1/+1
* cifs: display fsc in /proc/mountsSuresh Jayaraman2010-11-301-0/+2
* cifs: enable fscache iff fsc mount option is used explicitlySuresh Jayaraman2010-11-301-6/+6
* cifs: allow fsc mount option only if CONFIG_CIFS_FSCACHE is setSuresh Jayaraman2010-11-301-0/+5
* cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)Shirish Pargaonkar2010-11-304-26/+40
* cifs: Misc. cleanup in cifsacl handling [try #4]Shirish Pargaonkar2010-11-303-7/+17
* cifs: trivial comment fix for cifs_invalidate_mappingSuresh Jayaraman2010-11-291-1/+3
* [CIFS] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMACSteve French2010-11-141-0/+1
* cifs: don't take extra tlink reference in initiate_cifs_searchJeff Layton2010-11-131-13/+16
* cifs: Percolate error up to the caller during get/set acls [try #4]Shirish Pargaonkar2010-11-112-19/+27
* cifs: fix another memleak, in cifs_root_igetOskar Schirmer2010-11-111-6/+6
* cifs: fix potential use-after-free in cifs_oplock_break_putJeff Layton2010-11-101-1/+3
* cifs: fix a memleak in cifs_setattr_nounix()Suresh Jayaraman2010-11-091-1/+0
* cifs: make cifs_ioctl handle NULL filp->private_data correctlyJeff Layton2010-11-081-2/+10
* cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointerPavel Shilovsky2010-11-054-14/+15
* cifs: dereferencing first then checkingJeff Layton2010-11-041-7/+3
* cifs: trivial comment fix: tlink_tree is now a rbtreeSuresh Jayaraman2010-11-041-1/+1
* [CIFS] Cleanup unused variable build warningSteve French2010-11-021-1/+0
* cifs: convert tlink_tree to a rbtreeJeff Layton2010-11-024-85/+101
* cifs: store pointer to master tlink in superblock (try #2)Jeff Layton2010-11-022-17/+5