summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
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
2009-04-01epoll: don't use current in irq contextTony Battersby
2009-04-01epoll: remove debugging codeDavide Libenzi
2009-04-01epoll: fix epoll's own poll (update)Davide Libenzi
2009-04-01epoll: fix epoll's own pollDavide Libenzi
2009-04-01ntfs: remove private wrapper of endian helpersHarvey Harrison
2009-04-01filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystemsEric Sandeen
2009-04-01vmscan: fix it to take care of nodemaskKAMEZAWA Hiroyuki
2009-04-01ramfs-nommu: use generic lru cacheJohannes Weiner
2009-04-01mm: page_mkwrite change prototype to match fault: fix sysfsHugh Dickins
2009-04-01fs: fix page_mkwrite error cases in core code and btrfsNick Piggin
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin
2009-04-01mm: reintroduce and deprecate rlimit based access for SHM_HUGETLBRavikiran G Thirumalai
2009-04-01mm: fix SHM_HUGETLB to work with users in hugetlb_shm_groupRavikiran G Thirumalai
2009-04-01vfs: add/use account_page_dirtied()Edward Shishkin
2009-04-01proc tty: remove struct tty_operations::read_procAlexey Dobriyan
2009-04-01proc tty: add struct tty_operations::proc_fopsAlexey Dobriyan
2009-03-31Btrfs: try to free metadata pages when we free btree blocksChris Mason
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds
2009-03-30Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds
2009-03-30reiserfs: xattr_create is unused with xattrs disabledJeff Mahoney
2009-03-31Revert "proc: revert /proc/uptime to ->read_proc hook"Alexey Dobriyan
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2009-03-31proc 1/2: do PDE usecounting even for ->read_proc, ->write_procAlexey Dobriyan