summaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-11mm: fix off-by-two in __zone_watermark_ok()Michal Hocko1-1/+1
2012-01-11bootmem: micro optimize freeing pages in bulkUwe Kleine-König1-2/+2
2012-01-11mm: compaction: push isolate search base of compact control one pfn aheadHillf Danton1-1/+3
2012-01-11btrfs: pass __GFP_WRITE for buffered write page allocationsJohannes Weiner1-1/+1
2012-01-11mm: filemap: pass __GFP_WRITE from grab_cache_page_write_begin()Johannes Weiner1-1/+4
2012-01-11mm: try to distribute dirty pages fairly across zonesJohannes Weiner4-1/+115
2012-01-11mm: writeback: cleanups in preparation for per-zone dirty limitsJohannes Weiner1-46/+47
2012-01-11mm: exclude reserved pages from dirtyable memoryJohannes Weiner4-2/+29
2012-01-11vmscan: add task name to warn_scan_unevictable() messagesKOSAKI Motohiro1-2/+3
2012-01-11mm, debug: test for online nid when allocating on single nodeDavid Rientjes1-1/+1
2012-01-11fadvise: only initiate writeback for specified range with FADV_DONTNEEDShawn Bohrer1-1/+2
2012-01-11slub: min order when debug_guardpage_minorder > 0Stanislaw Gruszka1-0/+3
2012-01-11PM/Hibernate: do not count debug pages as savableStanislaw Gruszka1-0/+6
2012-01-11mm: more intensive memory corruption debuggingStanislaw Gruszka5-7/+113
2012-01-11kernel.h: add BUILD_BUG() macroDavid Daney3-1/+20
2012-01-11mm/hugetlb.c: fix virtual address handling in hugetlb faultKAMEZAWA Hiroyuki1-0/+2
2012-01-11hugetlb: clarify hugetlb_instantiation_mutex usageMichal Hocko1-0/+3
2012-01-11hugetlb: detect race upon page allocation failure during COWHillf Danton1-1/+8
2012-01-11mm: account reaped page cache on inode cache pruningKonstantin Khlebnikov1-0/+2
2012-01-11mm: avoid livelock on !__GFP_FS allocationsMel Gorman3-11/+41
2012-01-11mm: reduce the amount of work done when updating min_free_kbytesMel Gorman1-16/+24
2012-01-11mm: migrate: one less atomic operationJacobo Giralt1-6/+4
2012-01-11mm-tracepoint: fix documentation and examplesKonstantin Khlebnikov2-37/+37
2012-01-11mm-tracepoint: rename page-free eventsKonstantin Khlebnikov4-20/+20
2012-01-11mm: remove unused pagevec_freeKonstantin Khlebnikov2-17/+0
2012-01-11mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov4-30/+18
2012-01-11vmscan: activate executable pages after first usageKonstantin Khlebnikov1-0/+6
2012-01-11vmscan: promote shared file mapped pagesKonstantin Khlebnikov1-1/+1
2012-01-11mm/page-writeback.c: make determine_dirtyable_memory static againJohannes Weiner2-64/+60
2012-01-10vfs: new helper - d_make_root()Al Viro2-0/+18
2012-01-10dcache: use a dispose list in select_parentDave Chinner1-42/+21
2012-01-09tracing/mm: Move include of trace/events/kmem.h out of header into slab.cSteven Rostedt2-2/+2
2012-01-09igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings1-0/+2
2012-01-09netdev: make net_device_ops conststephen hemminger2-3/+2
2012-01-09bcm63xx: make ethtool_ops conststephen hemminger1-1/+1
2012-01-09usbnet: make ethtool_ops conststephen hemminger4-5/+5
2012-01-09net: Fix build with INET disabled.David S. Miller2-2/+1
2012-01-09ceph: d_alloc_root() may failAl Viro1-4/+11
2012-01-09ext4: fix failure exitsAl Viro1-5/+8
2012-01-09net: introduce netif_addr_lock_nested() and call if when appropriateJiri Pirko2-6/+11
2012-01-09net: correct lock name in dev_[uc/mc]_sync documentations.Jiri Pirko1-2/+2
2012-01-09isofs: inode leak on mount failureAl Viro1-2/+5
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker19-22/+3
2012-01-09ext{3,4}: Fix potential race when setversion ioctl updates inodeDjalal Harouni2-2/+10
2012-01-09udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara1-0/+6
2012-01-09ext3: Don't warn from writepage when readonly inode is spotted after errorJan Kara1-3/+21
2012-01-09jbd: Remove j_barrier mutexJan Kara3-21/+22
2012-01-09reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney1-10/+14
2012-01-09reiserfs: Fix quota mount option parsingJan Kara1-1/+2
2012-01-09udf: Treat symlink component of type 2 as /Jan Kara1-4/+10