summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-02GFS2: Fix recovery stuck bug (try #2)Steven Whitehouse1-7/+39
2010-08-02Merge commit 'v2.6.35' into perf/coreIngo Molnar20-78/+210
2010-08-02security: make LSMs explicitly mask off permissionsEric Paris1-2/+1
2010-08-02vfs: re-introduce MAY_CHDIREric Paris3-5/+5
2010-08-02LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa2-5/+3
2010-08-02ext4: Add mount options in superblockTheodore Ts'o2-8/+30
2010-08-02NFS: Fix a typo in include/linux/nfs_fs.hTrond Myklebust1-5/+0
2010-08-02ext4: force block allocation on quota_offDmitry Monakhov1-1/+14
2010-08-02ext4: fix freeze deadlock under IOEric Sandeen1-2/+2
2010-07-31Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-11/+31
2010-07-31CIFS: 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-30NFSv4: Ensure the lockowners are labelled using the fl_owner and/or fl_pidTrond Myklebust4-14/+50
2010-07-30NFSv4: Add support for the RELEASE_LOCKOWNER operationTrond Myklebust4-0/+86
2010-07-30NFSv4: Clean up for lockowner XDR encodingTrond Myklebust1-12/+20
2010-07-30NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.Trond Myklebust6-17/+104
2010-07-30nfsd: minor nfsd read api cleanupJ. Bruce Fields5-13/+16
2010-07-30GFS2: Fix typo in stuffed file data copy handlingAbhijith Das1-1/+1
2010-07-30gcc-4.6: nfsd: fix initialized but not read warningsAndi Kleen4-13/+2
2010-07-30nfsd4: share file descriptors between stateid'sJ. Bruce Fields3-123/+221
2010-07-30CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-1/+1
2010-07-30nfsd4: fix openmode checking on IO using lock stateidJ. Bruce Fields1-1/+3
2010-07-30nfsd4: miscellaneous process_open2 cleanupJ. Bruce Fields1-9/+17
2010-07-30nfsd4: don't pretend to support write delegationsJ. Bruce Fields1-0/+7
2010-07-29ext4: drop inode from orphan list if ext4_delete_inode() failsTheodore Ts'o1-0/+1
2010-07-29Revert "GFS2: recovery stuck on transaction lock"Steven Whitehouse1-10/+0
2010-07-29GFS2: Make "try" lock not try quite so hardSteven Whitehouse1-24/+25
2010-07-29GFS2: remove dependency on __GFP_NOFAILDavid Rientjes1-2/+9
2010-07-29GFS2: Simplify gfs2_write_alloc_requiredBob Peterson6-35/+14
2010-07-29GFS2: Wait for journal id on mount if not specified on mount command lineSteven Whitehouse3-5/+80
2010-07-29GFS2: Use nobh_writepageSteven Whitehouse1-4/+1
2010-07-29ecryptfs: 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/sag...Linus Torvalds9-36/+50