summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-04-30xfs: add more checks to superblock validationOlaf Weber1-0/+3
2009-04-30xfs_file_last_byte() needs to acquire ilockLachlan McIlroy1-0/+2
2009-04-09Merge branch 'master' into for-linusFelix Blyakher13-161/+180
2009-04-06xfs: remove xfs_flush_spaceDave Chinner2-48/+16
2009-04-06xfs: flush delayed allcoation blocks on ENOSPC in createDave Chinner1-0/+7
2009-04-06xfs: block callers of xfs_flush_inodes() correctlyDave Chinner2-3/+10
2009-04-06xfs: make inode flush at ENOSPC synchronousDave Chinner4-28/+18
2009-04-06xfs: use xfs_sync_inodes() for device flushingDave Chinner5-30/+38
2009-04-06xfs: inform the xfsaild of the push target before sleepingDave Chinner1-18/+19
2009-04-06xfs: prevent unwritten extent conversion from blocking I/O completionDave Chinner3-17/+31
2009-04-06xfs: fix double free of inodeDave Chinner1-9/+14
2009-04-06xfs: validate log feature fields correctlyDave Chinner1-11/+30
2009-04-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Felix Blyakher92-3261/+5259
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/tyt...Linus 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
2009-04-01epoll: don't use current in irq contextTony Battersby1-7/+8
2009-04-01epoll: remove debugging codeDavide Libenzi1-67/+11
2009-04-01epoll: fix epoll's own poll (update)Davide Libenzi1-53/+57
2009-04-01epoll: fix epoll's own pollDavide Libenzi1-207/+304
2009-04-01ntfs: remove private wrapper of endian helpersHarvey Harrison7-227/+215
2009-04-01filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystemsEric Sandeen1-0/+33
2009-04-01vmscan: fix it to take care of nodemaskKAMEZAWA Hiroyuki1-1/+1
2009-04-01ramfs-nommu: use generic lru cacheJohannes Weiner1-11/+4
2009-04-01mm: page_mkwrite change prototype to match fault: fix sysfsHugh Dickins1-4/+4
2009-04-01fs: fix page_mkwrite error cases in core code and btrfsNick Piggin2-8/+15
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin11-15/+37
2009-04-01mm: reintroduce and deprecate rlimit based access for SHM_HUGETLBRavikiran G Thirumalai1-2/+11
2009-04-01mm: fix SHM_HUGETLB to work with users in hugetlb_shm_groupRavikiran G Thirumalai1-7/+1
2009-04-01vfs: add/use account_page_dirtied()Edward Shishkin1-8/+1
2009-04-01proc tty: remove struct tty_operations::read_procAlexey Dobriyan1-14/+4
2009-04-01proc tty: add struct tty_operations::proc_fopsAlexey Dobriyan1-7/+13
2009-03-31Btrfs: try to free metadata pages when we free btree blocksChris Mason1-0/+4
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason8-7/+288
2009-03-31Revert "xfs: increase the maximum number of supported ACL entries"Felix Blyakher1-1/+1
2009-03-30Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsFelix Blyakher38-292/+204
2009-03-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Felix Blyakher238-7952/+7093