summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-04-03ocfs2: Add total entry count to dx_root_blockMark Fasheh2-44/+124
2009-04-03ocfs2: Increase max links countMark Fasheh4-26/+66
2009-04-03ocfs2: Introduce dir free space listMark Fasheh4-93/+490
2009-04-03ocfs2: Store dir index records inlineMark Fasheh5-145/+471
2009-04-03ocfs2: Add a name indexed b-tree to directory inodesMark Fasheh13-104/+2157
2009-04-03ocfs2: Introduce dir lookup helper structMark Fasheh3-131/+148
2009-04-03ocfs2: Remove debugfs file local_alloc_statsSunil Mushran2-91/+0
2009-04-03ocfs2: Expose the file system state via debugfsSunil Mushran2-0/+177
2009-04-03ocfs2: Move struct recovery_map to a header fileSunil Mushran2-12/+11
2009-04-03ocfs2/hb: Expose the list of heartbeating nodes via debugfsSunil Mushran3-4/+104
2009-04-03Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-11/+32
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscacheLinus Torvalds56-367/+10413
2009-04-03Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds14-0/+3597
2009-04-03Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds68-1594/+1025
2009-04-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds18-868/+928
2009-04-03Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-1/+1
2009-04-03NFS: Add mount options to enable local caching on NFSDavid Howells3-0/+28
2009-04-03NFS: Display local caching stateDavid Howells2-3/+19
2009-04-03NFS: Store pages from an NFS inode into a local cacheDavid Howells3-0/+49
2009-04-03NFS: Read pages from FS-Cache into an NFS inodeDavid Howells3-0/+177
2009-04-03NFS: nfs_readpage_async() needs to be accessible as a fallback for local cachingDavid Howells1-2/+2
2009-04-03NFS: Add read context retention for FS-Cache to call back withDavid Howells1-0/+26
2009-04-03NFS: FS-Cache page managementDavid Howells3-4/+101
2009-04-03NFS: Add some new I/O counters for FS-Cache doing things for NFSDavid Howells2-0/+29
2009-04-03NFS: Invalidate FsCache page flags when cache removedDavid Howells1-0/+40
2009-04-03NFS: Use local disk inode cacheDavid Howells3-0/+181
2009-04-03NFS: Define and create inode-level cache objectsDavid Howells2-0/+124
2009-04-03NFS: Define and create superblock-level objectsDavid Howells5-2/+209
2009-04-03NFS: Define and create server-level objectsDavid Howells5-1/+133
2009-04-03NFS: Register NFS for caching and retrieve the top-level indexDavid Howells4-0/+93
2009-04-03NFS: Permit local filesystem caching to be enabled for NFSDavid Howells1-0/+8
2009-04-03NFS: Add comment banners to some NFS functionsDavid Howells1-0/+26
2009-04-03FS-Cache: Make kAFS use FS-CacheDavid Howells13-358/+582
2009-04-03CacheFiles: A cache that backs onto a mounted filesystemDavid Howells15-0/+4365
2009-04-03CacheFiles: Export things for CacheFilesDavid Howells1-0/+1
2009-04-03FS-Cache: Implement data I/O part of netfs APIDavid Howells3-1/+839
2009-04-03FS-Cache: Add and document asynchronous operation handlingDavid Howells4-3/+469
2009-04-03FS-Cache: Implement the cookie management part of the netfs APIDavid Howells1-0/+444
2009-04-03FS-Cache: Object management state machineDavid Howells3-2/+837
2009-04-03FS-Cache: Bit waiting helpersDavid Howells2-0/+23
2009-04-03FS-Cache: Add netfs registrationDavid Howells2-1/+105
2009-04-03FS-Cache: Provide a slab for cookie allocationDavid Howells4-0/+80
2009-04-03FS-Cache: Add cache managementDavid Howells2-0/+256
2009-04-03FS-Cache: Add cache tag handlingDavid Howells3-0/+187
2009-04-03FS-Cache: Root index definitionDavid Howells3-0/+151
2009-04-03FS-Cache: Add use of /proc and presentation of statisticsDavid Howells7-0/+561
2009-04-03FS-Cache: Add main configuration option, module entry points and debuggingDavid Howells6-0/+277
2009-04-03FS-Cache: Recruit a page flags for cache managementDavid Howells1-1/+2
2009-04-03ext3: Add replace-on-rename hueristics for data=writeback modeTheodore Ts'o1-1/+5
2009-04-03ext3: Add replace-on-truncate hueristics for data=writeback modeTheodore Ts'o2-0/+7