1. 8546232 do_generic_file_read: s/EINTR/EIO/ if lock_page_killable() fails by Oleg Nesterov · 16 years ago
  2. 6ccfa80 VFS: fix dio write returning EIO when try_to_release_page fails by Hisashi Hifumi · 16 years ago
  3. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  4. 94ad374 Fix off-by-one error in iov_iter_advance() by Linus Torvalds · 16 years ago
  5. 8ab22b9 vfs: pagecache usage optimization for pagesize!=blocksize by Hisashi Hifumi · 16 years ago
  6. 2f1936b [patch 3/5] vfs: change remove_suid() to file_remove_suid() by Miklos Szeredi · 16 years ago
  7. 19fd623 mm: spinlock tree_lock by Nick Piggin · 16 years ago
  8. a60637c mm: lockless pagecache by Nick Piggin · 16 years ago
  9. e286781 mm: speculative page references by Nick Piggin · 16 years ago
  10. 69029cd memcg: remove refcnt from page_cgroup by KAMEZAWA Hiroyuki · 16 years ago
  11. 3f31fdd jbd: fix race between free buffer and commit transaction by Mingming Cao · 16 years ago
  12. 11fa977 generic_file_aio_read() cleanups by Hugh Dickins · 16 years ago
  13. a969e90 kill generic_file_direct_IO() by Christoph Hellwig · 16 years ago
  14. f4c0a0f vfs: export filemap_fdatawrite_range() by Jan Kara · 16 years ago
  15. 3ef0f72 mm: fix infinite loop in filemap_fault by Miklos Szeredi · 16 years ago
  16. 7f3d4ee vfs: splice remove_suid() cleanup by Miklos Szeredi · 16 years ago
  17. ac6aadb mm: rotate_reclaimable_page() cleanup by Miklos Szeredi · 16 years ago
  18. 7682486 mm: fix various kernel-doc comments by Randy Dunlap · 16 years ago
  19. f700926 iov_iter_advance() fix by Nick Piggin · 16 years ago
  20. 3426fad Do not include linux/backing-dev.h twice by Jesper Juhl · 16 years ago
  21. b5606c2 remove final fastcall users by Harvey Harrison · 16 years ago
  22. 36e7891 kill do_generic_mapping_read by Christoph Hellwig · 16 years ago
  23. 2004dc8 Use pgoff_t instead of unsigned long by Jan Kara · 16 years ago
  24. 4c6bc8d mem-controller gfp-mask fix by Badari Pulavarty · 16 years ago
  25. 35c754d memory controller BUG_ON() by Balbir Singh · 16 years ago
  26. e1a1cd5 Memory controller: make charging gfp mask aware by Balbir Singh · 16 years ago
  27. 8697d33 Memory controller: add switch to control what type of pages to limit by Balbir Singh · 16 years ago
  28. 8a9f3cc Memory controller: memory accounting by Balbir Singh · 16 years ago
  29. 920c7a5 mm: remove fastcall from mm/ by Harvey Harrison · 16 years ago
  30. e2848a0 radix-tree: avoid atomic allocations for preloaded insertions by Nick Piggin · 16 years ago
  31. 124d3b7 fix writev regression: pan hanging unkillable and un-straceable by Nick Piggin · 16 years ago
  32. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  33. 3a69279 Do dirty page accounting when removing a page from the page cache by Linus Torvalds · 16 years ago
  34. 0b94e97 Use lock_page_killable by Matthew Wilcox · 17 years ago
  35. 2687a35 Add lock_page_killable by Matthew Wilcox · 17 years ago
  36. 5307cc1 Remove broken ptrace() special-case code from file mapping by Linus Torvalds · 17 years ago
  37. bdb76ef dio: fix cache invalidation after sync writes by Zach Brown · 17 years ago
  38. 3a424f2 Fix a build error when BLOCK=n by Emil Medve · 17 years ago
  39. 8f731f7 kernel-api docbook: fix content problems by Randy Dunlap · 17 years ago
  40. 5325338 Include <linux/backing-dev.h> in mm/filemap.c by Linus Torvalds · 17 years ago
  41. b537677 Implement file posix capabilities by Serge E. Hallyn · 17 years ago
  42. 7a40507 mm: document tree_lock->zone.lock lockorder by Nick Piggin · 17 years ago
  43. 5514476 fs: remove some AOP_TRUNCATED_PAGE by Nick Piggin · 17 years ago
  44. 89e1078 fs: new cont helpers by Nick Piggin · 17 years ago
  45. 674b892 mm: restore KERNEL_DS optimisations by Nick Piggin · 17 years ago
  46. afddba4 fs: introduce write_begin, write_end, and perform_write aops by Nick Piggin · 17 years ago
  47. 2f718ff mm: buffered write iterator by Nick Piggin · 17 years ago
  48. 0829142 mm: fix pagecache write deadlocks by Nick Piggin · 17 years ago
  49. 4a9e5ef mm: write iovec cleanup by Nick Piggin · 17 years ago
  50. eb2be18 mm: buffered write cleanup by Nick Piggin · 17 years ago
  51. 64649a5 mm: trim more holes by Nick Piggin · 17 years ago
  52. 5fe1723 mm: debug write deadlocks by Nick Piggin · 17 years ago
  53. ae37461 mm: clean up buffered write code by Andrew Morton · 17 years ago
  54. 6814d7a Revert "[PATCH] generic_file_buffered_write(): deadlock on vectored write" by Andrew Morton · 17 years ago
  55. 4b49643 Revert "[PATCH] generic_file_buffered_write(): handle zero-length iovec segments" by Andrew Morton · 17 years ago
  56. 41cb8ac mm: revert KERNEL_DS buffered write optimisation by Nick Piggin · 17 years ago
  57. 45726cb mm: improve find_lock_page by Nick Piggin · 17 years ago
  58. 57f6b96 filemap: convert some unsigned long to pgoff_t by Fengguang Wu · 17 years ago
  59. b2c3843 filemap: trivial code cleanups by Fengguang Wu · 17 years ago
  60. 7ff8107 readahead: remove the local copy of ra in do_generic_mapping_read() by Fengguang Wu · 17 years ago
  61. f4e6b49 readahead: combine file_ra_state.prev_index/prev_offset into prev_pos by Fengguang Wu · 17 years ago
  62. 0bb7ba6 readahead: mmap read-around simplification by Fengguang Wu · 17 years ago
  63. 745ad48 fix page release issue in filemap_fault by Yan Zheng · 17 years ago
  64. dc8a7b1 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  65. f0b85c0 readahead: docbook fix by Stephen Hemminger · 17 years ago
  66. ec05b29 [PATCH] remove mm/filemap.c:file_send_actor() by Adrian Bunk · 17 years ago
  67. bfe0d68 fix filemap.c kernel-doc by Randy Dunlap · 17 years ago
  68. cf914a7 readahead: split ondemand readahead interface into two functions by Rusty Russell · 17 years ago
  69. 3ea89ee readahead: convert filemap invocations by Fengguang Wu · 17 years ago
  70. 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
  71. d0217ac mm: fault feedback #1 by Nick Piggin · 17 years ago
  72. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  73. d00806b mm: fix fault vs invalidate race for linear mappings by Nick Piggin · 17 years ago
  74. a32ea1e Fix read/truncate race by NeilBrown · 17 years ago
  75. 17973f5 Only send SIGXFSZ when exceeding rlimits. by Micah Cowan · 17 years ago
  76. c44939e NeilBrown <neilb@suse.de> by akpm@linux-foundation.org · 17 years ago
  77. 4542681 mm: debug check for the fault vs invalidate race by Nick Piggin · 17 years ago
  78. 0452a4e sendfile: kill generic_file_sendfile() by Jens Axboe · 17 years ago
  79. 4e99325 mm: double mark_page_accessed() in read_cache_page_async() by Peter Zijlstra · 17 years ago
  80. 43c0f3d Fix: find_or_create_page skips cpuset memory spreading. by Christoph Lameter · 17 years ago
  81. c855ff3 Fix a bad error case handling in read_cache_page_async() by David Howells · 17 years ago
  82. ef71c15 AFS: export a couple of core functions for AFS write support by David Howells · 17 years ago
  83. ef51c97 Remove do_sync_file_range() by Mark Fasheh · 17 years ago
  84. 0ceb331 mm: move common segment checks to separate helper function by Dmitriy Monakhov · 17 years ago
  85. 6ce745e readahead: code cleanup by Jan Kara · 17 years ago
  86. ec0f163 readahead: improve heuristic detecting sequential reads by Jan Kara · 17 years ago
  87. a812771 mm: simplify filemap_nopage by Nick Piggin · 17 years ago
  88. 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 17 years ago
  89. 65b8291 [PATCH] dio: invalidate clean pages before dio write by Zach Brown · 17 years ago
  90. 29dbb3f [PATCH] knfsd: stop NFSD writes from being broken into lots of little writes to filesystem by NeilBrown · 17 years ago
  91. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 17 years ago
  92. 6204530 [PATCH] mm: remove find_trylock_page by Nick Piggin · 17 years ago
  93. 8459d86 [PATCH] dio: only call aio_complete() after returning -EIOCBQUEUED by Zach Brown · 17 years ago
  94. d3ac7f8 [PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 17 years ago
  95. 098fe65 [PATCH] grab swap token reordered by Ashwin Chaugule · 18 years ago
  96. d23a147 [PATCH] Export should_remove_suid() by Mark Fasheh · 18 years ago
  97. 2ae8814 [PATCH] mm: clean up pagecache allocation by Nick Piggin · 18 years ago
  98. 7b7fc70 Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  99. 82591e6 [PATCH] mm: more commenting on lock ordering by Nick Piggin · 18 years ago
  100. fb5527e [PATCH] direct-io: sync and invalidate file region when falling back to buffered write by Jeff Moyer · 18 years ago