summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2009-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-04-01autofs4: fix lookup deadlockIan Kent
2009-04-01autofs4: cleanup expire code duplicationIan Kent
2009-04-01ecryptfs: use kzfree()Johannes Weiner
2009-04-01ramfs: add support for "mode=" mount optionWu Fengguang
2009-04-01epoll keyed wakeups: make eventfd use keyed wakeupsDavide Libenzi
2009-04-01epoll keyed wakeups: teach epoll about hints coming with the wakeup keyDavide Libenzi
2009-04-01eventfd: improve support for semaphore-like behaviorDavide Libenzi
2009-04-01epoll: use real type instead of void *Tony Battersby