aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds37-146/+275
2009-04-02fs/ufs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-02fs/sysv: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-02fs/squashfs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-02fs/reiserfs: return f_fsid for statfs(2)Coly Li2-0/+6
2009-04-02fs/qnx4: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-02fs/omfs: return f_fsid for statfs(2)Coly Li1-0/+5
2009-04-02fs/minix: return f_fsid for statfs(2)Coly Li1-3/+8
2009-04-02fs/isofs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-02fs/hpfs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-02fs/hfsplus: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-02fs/hfs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-02fs/fat: return f_fsid for statfs(2)Coly Li1-1/+5
2009-04-02fs/efs: return f_fsid for statfs(2)Coly Li1-8/+12
2009-04-02fs/cramfs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-02fs/befs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-02fs/affs: return f_fsid for statfs(2)Coly Li1-0/+4
2009-04-02fs/adfs: return f_fsid for statfs(2)Coly Li1-6/+10
2009-04-02preadv/pwritev: switch compat readv/preadv/writev/pwritev from fget to fget_lightGerd Hoffmann1-8/+12
2009-04-02preadv/pwritev: Add preadv and pwritev system calls.Gerd Hoffmann2-0/+86
2009-04-02preadv/pwritev: create compat_writev()Gerd Hoffmann1-7/+18
2009-04-02preadv/pwritev: create compat_readv()Gerd Hoffmann1-8/+18
2009-04-02cramfs: propagate uncompression errorsDavid VomLehn2-11/+27
2009-04-02bin_elf_fdpic: check the return value of clear_userMike Frysinger1-8/+17