summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-04-03FS-Cache: Add and document asynchronous operation handlingDavid Howells
2009-04-03FS-Cache: Implement the cookie management part of the netfs APIDavid Howells
2009-04-03FS-Cache: Object management state machineDavid Howells
2009-04-03FS-Cache: Bit waiting helpersDavid Howells
2009-04-03FS-Cache: Add netfs registrationDavid Howells
2009-04-03FS-Cache: Provide a slab for cookie allocationDavid Howells
2009-04-03FS-Cache: Add cache managementDavid Howells
2009-04-03FS-Cache: Add cache tag handlingDavid Howells
2009-04-03FS-Cache: Root index definitionDavid Howells
2009-04-03FS-Cache: Add use of /proc and presentation of statisticsDavid Howells
2009-04-03FS-Cache: Add main configuration option, module entry points and debuggingDavid Howells
2009-04-03FS-Cache: Recruit a page flags for cache managementDavid Howells
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-04-02fs/ufs: return f_fsid for statfs(2)Coly Li
2009-04-02fs/sysv: return f_fsid for statfs(2)Coly Li
2009-04-02fs/squashfs: return f_fsid for statfs(2)Coly Li
2009-04-02fs/reiserfs: return f_fsid for statfs(2)Coly Li
2009-04-02fs/qnx4: return f_fsid for statfs(2)Coly Li
2009-04-02fs/omfs: return f_fsid for statfs(2)Coly Li
2009-04-02fs/minix: return f_fsid for statfs(2)Coly Li
2009-04-02fs/isofs: return f_fsid for statfs(2)Coly Li
2009-04-02fs/hpfs: return f_fsid for statfs(2)Coly Li
2009-04-02fs/hfsplus: return f_fsid for statfs(2)Coly Li
2009-04-02fs/hfs: return f_fsid for statfs(2)Coly Li
2009-04-02fs/fat: return f_fsid for statfs(2)Coly Li
2009-04-02fs/efs: return f_fsid for statfs(2)Coly Li
2009-04-02fs/cramfs: return f_fsid for statfs(2)Coly Li
2009-04-02fs/befs: return f_fsid for statfs(2)Coly Li
2009-04-02fs/affs: return f_fsid for statfs(2)Coly Li
2009-04-02fs/adfs: return f_fsid for statfs(2)Coly Li
2009-04-02preadv/pwritev: switch compat readv/preadv/writev/pwritev from fget to fget_l...Gerd Hoffmann
2009-04-02preadv/pwritev: Add preadv and pwritev system calls.Gerd Hoffmann
2009-04-02preadv/pwritev: create compat_writev()Gerd Hoffmann
2009-04-02preadv/pwritev: create compat_readv()Gerd Hoffmann
2009-04-02cramfs: propagate uncompression errorsDavid VomLehn
2009-04-02bin_elf_fdpic: check the return value of clear_userMike Frysinger
2009-04-02hppfs: hppfs_read_file() may return -ERRORRoel Kluin
2009-04-02ext3: avoid false EIO errorsJan Kara
2009-04-02ext3: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan
2009-04-02ext3: use unsigned instead of int for type of blocksize in fs/ext3/namei.cWei Yongjun
2009-04-02jbd: fix oops in jbd_journal_init_inode() on corrupted fsJan Kara
2009-04-02ext3: remove the BKL in ext3/ioctl.cCyrus Massoumi
2009-04-02vfs: check bh->b_blocknr only if BH_Mapped is setNikanth Karthikesan
2009-04-02writeback: guard against jiffies wraparound on inode->dirtied_when checks (tr...Jeff Layton
2009-04-02vfs: skip I_CLEAR state inodesWu Fengguang
2009-04-02nommu: fix a number of issues with the per-MM VMA patchDavid Howells
2009-04-01Merge branch 'for-linus' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2009-04-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2009-04-01Merge branch 'devel' into for-linusTrond Myklebust
2009-04-01NSM: Fix unaligned accesses in nsm_init_private()Mans Rullgard