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