aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-10-16hfsplus: convert to new aopsNick Piggin2-19/+20
2007-10-16hfs: convert to new aopsNick Piggin2-18/+19
2007-10-16fat: convert to new aopsNick Piggin1-11/+16
2007-10-16fs: new cont helpersNick Piggin4-102/+103
2007-10-16gfs2: convert to new aopsSteven Whitehouse1-84/+127
2007-10-16xfs: convert to new aopsNick Piggin2-30/+24
2007-10-16ext4: convert to new aopsNick Piggin1-54/+120
2007-10-16ext3: convert to new aopsNick Piggin1-48/+115
2007-10-16ext2: convert to new aopsNick Piggin3-29/+53
2007-10-16block_dev: convert to new aopsNick Piggin1-6/+18
2007-10-16implement simple fs aopsNick Piggin6-21/+45
2007-10-16mm: restore KERNEL_DS optimisationsNick Piggin1-2/+9
2007-10-16deny partial write for loop dev fdDmitry Monakhov1-3/+1
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin11-206/+575
2007-10-16fs: fix data-loss on errorNick Piggin1-0/+2
2007-10-16mm: buffered write iteratorNick Piggin3-130/+150
2007-10-16mm: fix pagecache write deadlocksNick Piggin2-21/+112
2007-10-16mm: write iovec cleanupNick Piggin3-86/+67
2007-10-16mm: buffered write cleanupNick Piggin3-112/+65
2007-10-16mm: trim more holesNick Piggin1-40/+40
2007-10-16mm: debug write deadlocksNick Piggin1-0/+2
2007-10-16mm: clean up buffered write codeAndrew Morton1-17/+18
2007-10-16Revert "[PATCH] generic_file_buffered_write(): deadlock on vectored write"Andrew Morton1-11/+7
2007-10-16Revert "[PATCH] generic_file_buffered_write(): handle zero-length iovec segments"Andrew Morton2-10/+3
2007-10-16mm: revert KERNEL_DS buffered write optimisationNick Piggin1-19/+13
2007-10-16mm: use pagevec to rotate reclaimable pageHisashi Hifumi1-30/+74
2007-10-16Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flagLee Schermerhorn3-18/+28
2007-10-16mm: prevent kswapd from freeing excessive amounts of lowmemRik van Riel1-1/+7
2007-10-16mm: no need to cast vmalloc() return value in zone_wait_table_init()Jesper Juhl1-1/+1
2007-10-16fix the max path calculation in radix-tree.cJeff Moyer1-4/+17
2007-10-16fs: fix nobh error handlingNick Piggin1-56/+82
2007-10-16mm: add end_buffer_read helper functionDmitry Monakhov1-15/+17
2007-10-16Slab allocators: fail if ksize is called with a NULL parameterChristoph Lameter4-5/+10
2007-10-16calculation of pgoff in do_linear_fault() uses mixed unitsDean Nelson1-1/+1
2007-10-16{slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) checkSatyam Sharma2-7/+7
2007-10-16move mm_struct and vm_area_structMartin Schwidefsky3-136/+145
2007-10-16radix-tree: use indirect bitNick Piggin2-43/+64
2007-10-16mm: clarify __add_to_swap_cache lockingNick Piggin1-1/+4
2007-10-16mm: improve find_lock_pageNick Piggin1-4/+5
2007-10-16mm: use lockless radix-tree probeNick Piggin2-9/+5
2007-10-16remove ZERO_PAGENick Piggin6-244/+42
2007-10-16SLUB: direct pass through of page size or higher kmalloc requestsChristoph Lameter2-58/+62
2007-10-16filemap: convert some unsigned long to pgoff_tFengguang Wu2-27/+28
2007-10-16filemap: trivial code cleanupsFengguang Wu1-3/+0
2007-10-16readahead: remove the limit max_sectors_kb imposed on max_readahead_kbFengguang Wu1-9/+0
2007-10-16readahead: remove several readahead macrosFengguang Wu2-11/+1
2007-10-16readahead: remove the local copy of ra in do_generic_mapping_read()Fengguang Wu1-11/+9
2007-10-16readahead: basic support of interleaved readsFengguang Wu1-10/+23
2007-10-16radixtree: introduce radix_tree_next_hole()Fengguang Wu2-0/+38
2007-10-16readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu6-18/+19