summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-04-03fs/ufs: return f_fsid for statfs(2)Coly Li
2009-04-03fs/sysv: return f_fsid for statfs(2)Coly Li
2009-04-03fs/squashfs: return f_fsid for statfs(2)Coly Li
2009-04-03fs/reiserfs: return f_fsid for statfs(2)Coly Li
2009-04-03fs/qnx4: return f_fsid for statfs(2)Coly Li
2009-04-03fs/omfs: return f_fsid for statfs(2)Coly Li
2009-04-03fs/minix: return f_fsid for statfs(2)Coly Li
2009-04-03fs/isofs: return f_fsid for statfs(2)Coly Li
2009-04-03fs/hpfs: return f_fsid for statfs(2)Coly Li
2009-04-03fs/hfsplus: return f_fsid for statfs(2)Coly Li
2009-04-03fs/hfs: return f_fsid for statfs(2)Coly Li
2009-04-03fs/fat: return f_fsid for statfs(2)Coly Li
2009-04-03fs/efs: return f_fsid for statfs(2)Coly Li
2009-04-03fs/cramfs: return f_fsid for statfs(2)Coly Li
2009-04-03fs/befs: return f_fsid for statfs(2)Coly Li
2009-04-03fs/affs: return f_fsid for statfs(2)Coly Li
2009-04-03fs/adfs: return f_fsid for statfs(2)Coly Li
2009-04-03preadv/pwritev: switch compat readv/preadv/writev/pwritev from fget to fget_l...Gerd Hoffmann
2009-04-03preadv/pwritev: Add preadv and pwritev system calls.Gerd Hoffmann
2009-04-03preadv/pwritev: create compat_writev()Gerd Hoffmann
2009-04-03preadv/pwritev: create compat_readv()Gerd Hoffmann
2009-04-03cramfs: propagate uncompression errorsDavid VomLehn
2009-04-03bin_elf_fdpic: check the return value of clear_userMike Frysinger
2009-04-03hppfs: hppfs_read_file() may return -ERRORRoel Kluin
2009-04-03ext3: avoid false EIO errorsJan Kara
2009-04-03ext3: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan
2009-04-03ext3: use unsigned instead of int for type of blocksize in fs/ext3/namei.cWei Yongjun
2009-04-03jbd: fix oops in jbd_journal_init_inode() on corrupted fsJan Kara
2009-04-03ext3: remove the BKL in ext3/ioctl.cCyrus Massoumi
2009-04-03vfs: check bh->b_blocknr only if BH_Mapped is setNikanth Karthikesan
2009-04-03writeback: guard against jiffies wraparound on inode->dirtied_when checks (tr...Jeff Layton
2009-04-03vfs: skip I_CLEAR state inodesWu Fengguang
2009-04-03nommu: 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
2009-04-01epoll: clean up ep_modifyTony Battersby
2009-04-01epoll: remove unnecessary xchgTony Battersby
2009-04-01epoll: remember the event if epoll_wait returns -EFAULTTony Battersby