summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-15/+15
* fix broken handling of port=... in NFS option parsingAl Viro2007-07-221-1/+1
* x86_64: Avoid too many remote cpu references due to /proc/statRavikiran G Thirumalai2007-07-211-1/+2
* revert "PIE randomization"Andrew Morton2007-07-211-86/+23
* knfsd: fix typo in export display, print uid and gid as unsignedJ. Bruce Fields2007-07-211-2/+2
* coda: remove CODA_STORE/CODA_RELEASE upcallsJan Harkes2007-07-213-108/+7
* UDF: coding style conversion - lindent fixupsCyrill Gorcunov2007-07-2123-2702/+1910
* splice: fix bad unlock_page() in error caseJens Axboe2007-07-201-2/+3
* AFS: Use patched rxrpc_kernel_send_data() correctlyDavid Howells2007-07-201-11/+10
* fix some conversion overflowsNick Piggin2007-07-203-5/+4
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-2072-125/+119
* coda breakageAl Viro2007-07-192-14/+14
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-07-193-2/+91
|\
| * [XFS] Fix inode size update before data write in xfs_setattrDavid Chinner2007-07-191-1/+24
| * [XFS] Allow punching holes to free space when at ENOSPCDavid Chinner2007-07-191-1/+4
| * [XFS] Implement ->page_mkwrite in XFS.David Chinner2007-07-191-0/+16
| * [FS] Implement block_page_mkwrite.David Chinner2007-07-191-0/+47
* | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-07-1912-363/+400
|\ \
| * | NFSv4: handle lack of clientaddr in option stringJeff Layton2007-07-191-0/+7
| * | NFSv4: debug print ntohl(status) in nfs client callback xdr codeBenny Halevy2007-07-191-5/+5
| * | SUNRPC: Clean up the sillyrename codeTrond Myklebust2007-07-195-197/+116
| * | NFS: Introduce struct nfs_removeargs+nfs_removeresTrond Myklebust2007-07-196-52/+84
| * | NFS: Use dentry->d_time to store the parent directory verifier.Trond Myklebust2007-07-191-2/+2
| * | NFSv4: Fix the nfsv4 readlink reply buffer alignmentTrond Myklebust2007-07-191-10/+11
| * | NFSv4: Fix the readdir reply buffer alignmentTrond Myklebust2007-07-191-13/+14
| * | NFSv4: More NFSv4 xdr cleanupsTrond Myklebust2007-07-191-74/+134
| * | NFSv4: Try to recover from getfh failures in nfs4_xdr_dec_openTrond Myklebust2007-07-192-5/+10
| * | NFSv4: 'constify' lookup arguments.Trond Myklebust2007-07-192-6/+6
| * | NFSv4: Don't fail nfs4_xdr_dec_open if decode_restorefh() failedTrond Myklebust2007-07-191-1/+1
| * | NFSv4: Fix open state recoveryTrond Myklebust2007-07-191-12/+24
| * | NFSD/SUNRPC: Fix the automatic selection of RPCSEC_GSSTrond Myklebust2007-07-191-1/+1
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-07-191-18/+59
|\ \ \ | |/ / |/| |
| * | ocfs2: ->fallocate() supportMark Fasheh2007-07-191-18/+59
| |/
* | afs build fixAndrew Morton2007-07-191-1/+2
* | knfsd: clean up EX_RDONLYJ. Bruce Fields2007-07-192-11/+5
* | knfsd: move EX_RDONLY out of headerJ. Bruce Fields2007-07-191-0/+12
* | nfsd: remove unnecessary NULL checks from nfsd_cross_mntJ. Bruce Fields2007-07-191-2/+2
* | nfsd: return errors, not NULL, from export functionsJ. Bruce Fields2007-07-191-4/+4
* | nfsd: fix possible read-ahead cache and export table corruptionJ. Bruce Fields2007-07-191-1/+1
* | some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-193-14/+5
* | coda: update module informationJan Harkes2007-07-191-9/+8
* | coda: remove statistics counters from /proc/fs/codaJan Harkes2007-07-197-252/+15
* | coda: remove struct coda_sb_infoJan Harkes2007-07-193-69/+47
* | coda: cleanup downcall handlerJan Harkes2007-07-191-65/+54
* | coda: cleanup coda_lookup, use dsplice_aliasJan Harkes2007-07-191-35/+22
* | coda: ignore returned values when upcalls return errorsJan Harkes2007-07-191-32/+27
* | coda: replace upc_alloc/upc_free with kmalloc/kfreeJan Harkes2007-07-192-11/+6
* | coda: avoid lockdep warning in coda_readdirJan Harkes2007-07-191-44/+54
* | coda: block signals during upcall processingJan Harkes2007-07-191-21/+60
* | coda: cleanup for upcall handling pathJan Harkes2007-07-191-63/+58