Commit Graph

1705 Commits (cc6d4fbcef328acdc9fa7023e69f39f753f72fe1)

Author SHA1 Message Date
Andrea Arcangeli 4106f83a9f make swappiness safer to use 18 years ago
Christoph Lameter 6cb062296f Categorize GFP flags 18 years ago
Yasunori Goto 58c0a4a786 Fix panic of cpu online with memory less node 18 years ago
Lee Schermerhorn 37b07e4163 memoryless nodes: fixup uses of node_online_map in generic code 18 years ago
Christoph Lameter 523b945855 Memoryless nodes: Fix GFP_THISNODE behavior 18 years ago
Christoph Lameter 633c0666b5 Memoryless nodes: drop one memoryless node boot warning 18 years ago
Christoph Lameter 37c0708dbe Memoryless nodes: Add N_CPU node state 18 years ago
Christoph Lameter 56bbd65df0 Memoryless nodes: Update memory policy and page migration 18 years ago
Christoph Lameter f64dc58c54 Memoryless nodes: SLUB support 18 years ago
Christoph Lameter 04231b3002 Memoryless nodes: Slab support 18 years ago
Christoph Lameter 9422ffba4a Memoryless nodes: No need for kswapd 18 years ago
Christoph Lameter ee31af5d64 Memoryless nodes: OOM: use N_HIGH_MEMORY map instead of constructing one on the fly 18 years ago
Christoph Lameter 6eaf806a22 Memoryless nodes: Fix interleave behavior for memoryless nodes 18 years ago
Christoph Lameter 7ea1530ab3 Memoryless nodes: introduce mask of nodes with memory 18 years ago
Christoph Lameter 1380891071 Memoryless nodes: Generic management of nodemasks for various purposes 18 years ago
Nick Piggin 55144768e1 fs: remove some AOP_TRUNCATED_PAGE 18 years ago
Nick Piggin 89e107877b fs: new cont helpers 18 years ago
Nick Piggin 800d15a53e implement simple fs aops 18 years ago
Nick Piggin 674b892ede mm: restore KERNEL_DS optimisations 18 years ago
Nick Piggin afddba49d1 fs: introduce write_begin, write_end, and perform_write aops 18 years ago
Nick Piggin 2f718ffc16 mm: buffered write iterator 18 years ago
Nick Piggin 08291429cf mm: fix pagecache write deadlocks 18 years ago
Nick Piggin 4a9e5ef1f4 mm: write iovec cleanup 18 years ago
Nick Piggin eb2be18931 mm: buffered write cleanup 18 years ago
Nick Piggin 64649a5891 mm: trim more holes 18 years ago
Nick Piggin 5fe1723706 mm: debug write deadlocks 18 years ago
Andrew Morton ae37461c70 mm: clean up buffered write code 18 years ago
Andrew Morton 6814d7a912 Revert "[PATCH] generic_file_buffered_write(): deadlock on vectored write" 18 years ago
Andrew Morton 4b49643fbb Revert "[PATCH] generic_file_buffered_write(): handle zero-length iovec segments" 18 years ago
Nick Piggin 41cb8ac025 mm: revert KERNEL_DS buffered write optimisation 18 years ago
Hisashi Hifumi 902aaed0d9 mm: use pagevec to rotate reclaimable page 18 years ago
Lee Schermerhorn 754af6f5a8 Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flag 18 years ago
Rik van Riel 32a4330d41 mm: prevent kswapd from freeing excessive amounts of lowmem 18 years ago
Jesper Juhl 8691f3a72f mm: no need to cast vmalloc() return value in zone_wait_table_init() 18 years ago
Christoph Lameter ef8b4520bd Slab allocators: fail if ksize is called with a NULL parameter 18 years ago
Dean Nelson 0da7e01f5f calculation of pgoff in do_linear_fault() uses mixed units 18 years ago
Satyam Sharma 2408c55037 {slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) check 18 years ago
Nick Piggin b55ed81623 mm: clarify __add_to_swap_cache locking 18 years ago
Nick Piggin 45726cb43d mm: improve find_lock_page 18 years ago
Nick Piggin 0012818810 mm: use lockless radix-tree probe 18 years ago
Nick Piggin 557ed1fa26 remove ZERO_PAGE 18 years ago
Christoph Lameter aadb4bc4a1 SLUB: direct pass through of page size or higher kmalloc requests 18 years ago
Fengguang Wu 57f6b96c09 filemap: convert some unsigned long to pgoff_t 18 years ago
Fengguang Wu b2c3843b1e filemap: trivial code cleanups 18 years ago
Fengguang Wu 535443f515 readahead: remove several readahead macros 18 years ago
Fengguang Wu 7ff81078d8 readahead: remove the local copy of ra in do_generic_mapping_read() 18 years ago
Fengguang Wu 6b10c6c9fb readahead: basic support of interleaved reads 18 years ago
Fengguang Wu f4e6b498d6 readahead: combine file_ra_state.prev_index/prev_offset into prev_pos 18 years ago
Fengguang Wu 0bb7ba6b9c readahead: mmap read-around simplification 18 years ago
Fengguang Wu 937085aa35 readahead: compacting file_ra_state 18 years ago