aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-02[CIFS] relinquish fscache cookie before freeing CIFSTconInfoSteve French1-1/+1
2010-08-02cifs: add separate cred_uid field to sesInfoJeff Layton3-3/+10
2010-08-02fs: cifs: check kmalloc() resultKulikov Vasiliy1-0/+5
2010-08-02[CIFS] Missing ifdefSteve French1-0/+4
2010-08-02[CIFS] Missing line from previous commitSteve French1-3/+3
2010-08-02[CIFS] Fix build break when CONFIG_CIFS_FSCACHE disabledSteve French2-2/+2
2010-08-02cifs: add mount option to enable local cachingSuresh Jayaraman2-0/+9
2010-08-02cifs: read pages from FS-CacheSuresh Jayaraman3-1/+129
2010-08-02cifs: store pages into local cacheSuresh Jayaraman3-0/+29
2010-08-02cifs: FS-Cache page managementSuresh Jayaraman4-0/+93
2010-08-02cifs: define inode-level cache object and register themSuresh Jayaraman7-0/+183
2010-08-02cifs: define superblock-level cache index objects and register themSuresh Jayaraman6-0/+142
2010-08-02cifs: remove unused cifsUidInfo structJeff Layton1-16/+0
2010-08-02cifs: clean up cifs_find_smb_ses (try #2)Jeff Layton2-9/+19
2010-08-02cifs: match secType when searching for existing tcp sessionJeff Layton2-4/+54
2010-08-02cifs: move address comparison into separate functionJeff Layton1-37/+36
2010-08-02cifs: set the port in sockaddr in a more clearly defined fashionJeff Layton4-10/+31
2010-08-02cifs: define server-level cache index objects and register themSuresh Jayaraman6-1/+126
2010-08-02cifs: register CIFS for cachingSuresh Jayaraman4-0/+95
2010-08-02fs/cifs: Remove unnecessary casts of private_dataJoe Perches3-18/+13
2010-08-02cifs: add kernel config option for CIFS Client caching supportSuresh Jayaraman1-0/+9
2010-08-02cifs: remove unused ip_address field in struct TCP_Server_InfoSuresh Jayaraman1-1/+0
2010-08-02cifs: remove an potentially confusing, obsolete commentSuresh Jayaraman1-6/+0
2010-08-02cifs: guard cifsglob.h against multiple inclusionSuresh Jayaraman1-0/+5
2010-08-01NFS: Fix a typo in include/linux/nfs_fs.hTrond Myklebust1-5/+0
2010-07-30Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-11/+31
2010-07-30CIFS: Remove __exit mark from cifs_exit_dns_resolver()David Howells2-2/+2
2010-07-30NFS: Ensure that writepage respects the nonblock flagTrond Myklebust1-6/+17
2010-07-30NFS: kswapd must not block in nfs_release_pageTrond Myklebust2-4/+13
2010-07-30nfs: include space for the NUL in root pathDan Carpenter1-1/+1
2010-07-29CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-1/+1
2010-07-28ecryptfs: Bugfix for error related to ecryptfs_hash_bucketsAndre Osterhues1-8/+9
2010-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds9-36/+50
2010-07-28GFS2: Use kmalloc when possible for ->readdir()Steven Whitehouse1-6/+25
2010-07-27ceph: use complete_all and wake_up_allYehuda Sadeh6-20/+20
2010-07-279p: Pass the correct end of buffer to p9stat_readLatchesar Ionkov1-1/+1
2010-07-26sysfs: allow creating symlinks from untagged to tagged directoriesEric W. Biederman1-1/+2
2010-07-26sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories.Eric W. Biederman1-1/+1
2010-07-26sysfs: Don't allow the creation of symlinks we can't removeEric W. Biederman1-5/+18
2010-07-24ceph: Correct obvious typo of Kconfig variable "CRYPTO_AES"Robert P. J. Day1-1/+1
2010-07-23ceph: fix dentry lease releaseSage Weil1-0/+1
2010-07-23ceph: fix leak of dentry in ceph_init_dentry() error pathSage Weil1-1/+3
2010-07-23ceph: fix pg_mapping leak on pg_temp updatesSage Weil1-11/+15
2010-07-23ceph: fix d_release dop for snapdir, snapped dentriesSage Weil1-3/+9
2010-07-22ceph: avoid dcache readdir for snapdirSage Weil1-0/+1
2010-07-22CIFS: Fix a malicious redirect problem in the DNS lookup codeDavid Howells3-5/+74
2010-07-21Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds1-1/+1
2010-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds5-39/+72
2010-07-19Merge branch 'shrinker' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/xfsdevLinus Torvalds18-74/+103
2010-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2-23/+126