summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds37-146/+275
2009-04-03fs/ufs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/sysv: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/squashfs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/reiserfs: return f_fsid for statfs(2)Coly Li2-0/+6
2009-04-03fs/qnx4: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/omfs: return f_fsid for statfs(2)Coly Li1-0/+5
2009-04-03fs/minix: return f_fsid for statfs(2)Coly Li1-3/+8
2009-04-03fs/isofs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/hpfs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/hfsplus: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/hfs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/fat: return f_fsid for statfs(2)Coly Li1-1/+5
2009-04-03fs/efs: return f_fsid for statfs(2)Coly Li1-8/+12
2009-04-03fs/cramfs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/befs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-03fs/affs: return f_fsid for statfs(2)Coly Li1-0/+4
2009-04-03fs/adfs: return f_fsid for statfs(2)Coly Li1-6/+10
2009-04-03preadv/pwritev: switch compat readv/preadv/writev/pwritev from fget to fget_l...Gerd Hoffmann1-8/+12
2009-04-03preadv/pwritev: Add preadv and pwritev system calls.Gerd Hoffmann2-0/+86
2009-04-03preadv/pwritev: create compat_writev()Gerd Hoffmann1-7/+18
2009-04-03preadv/pwritev: create compat_readv()Gerd Hoffmann1-8/+18
2009-04-03cramfs: propagate uncompression errorsDavid VomLehn2-11/+27
2009-04-03bin_elf_fdpic: check the return value of clear_userMike Frysinger1-8/+17
2009-04-03hppfs: hppfs_read_file() may return -ERRORRoel Kluin1-1/+6
2009-04-03ext3: avoid false EIO errorsJan Kara1-65/+74
2009-04-03ext3: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan1-2/+10
2009-04-03ext3: use unsigned instead of int for type of blocksize in fs/ext3/namei.cWei Yongjun1-8/+9
2009-04-03jbd: fix oops in jbd_journal_init_inode() on corrupted fsJan Kara1-10/+24
2009-04-03ext3: remove the BKL in ext3/ioctl.cCyrus Massoumi3-41/+22
2009-04-03vfs: check bh->b_blocknr only if BH_Mapped is setNikanth Karthikesan1-3/+3
2009-04-03writeback: guard against jiffies wraparound on inode->dirtied_when checks (tr...Jeff Layton1-4/+22
2009-04-03vfs: skip I_CLEAR state inodesWu Fengguang3-3/+4
2009-04-03nommu: fix a number of issues with the per-MM VMA patchDavid Howells2-3/+3
2009-04-02udf: Don't write integrity descriptor too oftenJan Kara5-47/+52
2009-04-02udf: Try anchor in block 256 firstJan Kara2-248/+186
2009-04-02udf: Some type fixes and cleanupsJan Kara1-6/+4
2009-04-02udf: use hardware sector sizeClemens Ladisch2-21/+50
2009-04-02udf: fix novrs mount optionClemens Ladisch1-0/+1
2009-04-02udf: Fix oops when invalid character in filename occursJan Kara1-5/+16