aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-02hppfs: hppfs_read_file() may return -ERRORRoel Kluin1-1/+6
2009-04-02ext3: avoid false EIO errorsJan Kara1-65/+74
2009-04-02ext3: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan1-2/+10
2009-04-02ext3: use unsigned instead of int for type of blocksize in fs/ext3/namei.cWei Yongjun1-8/+9
2009-04-02jbd: fix oops in jbd_journal_init_inode() on corrupted fsJan Kara1-10/+24
2009-04-02ext3: remove the BKL in ext3/ioctl.cCyrus Massoumi3-41/+22
2009-04-02vfs: check bh->b_blocknr only if BH_Mapped is setNikanth Karthikesan1-3/+3
2009-04-02writeback: guard against jiffies wraparound on inode->dirtied_when checks (try #3)Jeff Layton1-4/+22
2009-04-02vfs: skip I_CLEAR state inodesWu Fengguang3-3/+4
2009-04-02nommu: fix a number of issues with the per-MM VMA patchDavid Howells2-3/+3
2009-04-01Merge branch 'for-linus' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds23-420/+584
2009-04-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds19-576/+1110
2009-04-01Merge branch 'devel' into for-linusTrond Myklebust23-420/+584
2009-04-01NSM: Fix unaligned accesses in nsm_init_private()Mans Rullgard1-2/+6
2009-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds24-1622/+2762
2009-04-01autofs4: fix lookup deadlockIan Kent1-20/+21
2009-04-01autofs4: cleanup expire code duplicationIan Kent3-38/+20
2009-04-01ecryptfs: use kzfree()Johannes Weiner2-4/+2
2009-04-01ramfs: add support for "mode=" mount optionWu Fengguang1-8/+86
2009-04-01epoll keyed wakeups: make eventfd use keyed wakeupsDavide Libenzi1-3/+3
2009-04-01epoll keyed wakeups: teach epoll about hints coming with the wakeup keyDavide Libenzi1-2/+29
2009-04-01eventfd: improve support for semaphore-like behaviorDavide Libenzi1-9/+11
2009-04-01epoll: use real type instead of void *Tony Battersby1-1/+1
2009-04-01epoll: clean up ep_modifyTony Battersby1-12/+7
2009-04-01epoll: remove unnecessary xchgTony Battersby1-14/+8
2009-04-01epoll: remember the event if epoll_wait returns -EFAULTTony Battersby1-1/+3