1. 3232113 core_pattern: fix up a few miscellaneous bugs by Neil Horman · 19 years ago
  2. 74aadce core_pattern: allow passing of arguments to user mode helper when core_pattern is a pipe by Neil Horman · 19 years ago
  3. 7dc0b22 core_pattern: ignore RLIMIT_CORE if core_pattern is a pipe by Neil Horman · 19 years ago
  4. 2a9807c ufs: implement show_options by Evgeniy Dushistov · 19 years ago
  5. 252e211 Add in SunOS 4.1.x compatible mode for UFS by Mark Fortescue · 19 years ago
  6. ef2fb67 remove unused bh in calls to ext234_get_group_desc by Eric Sandeen · 19 years ago
  7. 74bf17c fs: remove the unused mempages parameter by Denis Cheng · 19 years ago
  8. f13ef77 report the per-irq statistics on all arches by Ravikiran G Thirumalai · 19 years ago
  9. d9c9bef ext4: show all mount options by Miklos Szeredi · 19 years ago
  10. 571beed ext3: show all mount options by Miklos Szeredi · 19 years ago
  11. 93d44cb ext2: show all mount options by Miklos Szeredi · 19 years ago
  12. e57aa83 convert ill defined log2() to ilog2() by Fengguang Wu · 19 years ago
  13. ea0b7d5 Clean up duplicate includes in fs/ecryptfs/ by Jesper Juhl · 19 years ago
  14. 40b2ea8 Clean up duplicate includes in fs/ by Jesper Juhl · 19 years ago
  15. 4975e45 fs: use kmem_cache_zalloc instead by Denis Cheng · 19 years ago
  16. 87400c0 fs/proc/mmu.c: headers butchery by Alexey Dobriyan · 19 years ago
  17. 9bf084f do_poll: return -EINTR when signalled by Oleg Nesterov · 19 years ago
  18. 252e572 do_sys_poll: simplify playing with on-stack data by Oleg Nesterov · 19 years ago
  19. febfcf9 fs: mark nibblemap const by Philippe De Muyter · 19 years ago
  20. 55ca3e7 fs/romfs/inode.c: trivial improvements by WANG Cong · 19 years ago
  21. a36a151 zisofs use mutex instead of semaphore by Dave Young · 19 years ago
  22. 040b5c6 SLAB_PANIC more (proc, posix-timers, shmem) by Alexey Dobriyan · 19 years ago
  23. f6b450d Make unregister_binfmt() return void by Alexey Dobriyan · 19 years ago
  24. e4dc1b1 Use list_head in binfmt handling by Alexey Dobriyan · 19 years ago
  25. deba0f4 fs/reiserfs/: cleanups by Adrian Bunk · 19 years ago
  26. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 19 years ago
  27. c9e51e4 mm: count reclaimable pages per BDI by Peter Zijlstra · 19 years ago
  28. e0bf68d mm: bdi init hooks by Peter Zijlstra · 19 years ago
  29. 833f407 lib: percpu_counter_init error handling by Peter Zijlstra · 19 years ago
  30. 52d9f3b lib: percpu_counter_sum_positive by Peter Zijlstra · 19 years ago
  31. 3cb4f9f lib: percpu_counter_sub by Peter Zijlstra · 19 years ago
  32. aa0dff2 lib: percpu_counter_add by Peter Zijlstra · 19 years ago
  33. c4dc4be nfs: remove congestion_end() by Peter Zijlstra · 19 years ago
  34. 5b20cd8 x86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #define by Mark Nelson · 19 years ago
  35. eead191 partially fix up the lookup_one_noperm mess by Christoph Hellwig · 19 years ago
  36. 788e7dd SELinux: Improve read/write performance by Yuichi Nakamura · 19 years ago
  37. 92d15c2 Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  38. 1e89a5e lockdep: fixup the inode dir annotation by Peter Zijlstra · 19 years ago
  39. 16a72c4 ecryptfs: clean up page flag handling by Michael Halcrow · 19 years ago
  40. ecbdc93 eCryptfs: replace magic numbers by Michael Halcrow · 19 years ago
  41. b6c1d8f eCryptfs: remove unused functions and kmem_cache by Michael Halcrow · 19 years ago
  42. 035241d eCryptfs: initialize persistent lower file on inode create by Michael Halcrow · 19 years ago
  43. d6a13c1 eCryptfs: fix data types by Michael Halcrow · 19 years ago
  44. bf12be1 eCryptfs: convert mmap functions to use persistent file by Michael Halcrow · 19 years ago
  45. 2ed9255 eCryptfs: make open, truncate, and setattr use persistent file by Michael Halcrow · 19 years ago
  46. d7cdc5f eCryptfs: update metadata read/write functions by Michael Halcrow · 19 years ago
  47. 4981e08 eCryptfs: set up and destroy persistent lower file by Michael Halcrow · 19 years ago
  48. 0216f7f eCryptfs: replace encrypt, decrypt, and inode size write by Michael Halcrow · 19 years ago
  49. da0102a eCryptfs: read_write.c routines by Michael Halcrow · 19 years ago
  50. cf81f89 ecryptfs: fix error handling by Michael Halcrow · 19 years ago
  51. 5dda699 eCryptfs: remove assignments in if-statements by Michael Halcrow · 19 years ago
  52. 45eaab7 eCryptfs: remove header_extent_size by Michael Halcrow · 19 years ago
  53. e9f6a99 eCryptfs: Use generic_file_splice_read() by Michael Halcrow · 19 years ago
  54. cd9d67d eCryptfs: make needlessly global symbols static by Michael Halcrow · 19 years ago
  55. dd8e290 eCryptfs: remove unnecessary variable initializations by Michael Halcrow · 19 years ago
  56. 22e78fa eCryptfs: kerneldoc fixes for crypto.c and keystore.c by Michael Halcrow · 19 years ago
  57. 6c6f57f eCryptfs: comments for some structs by Michael Halcrow · 19 years ago
  58. fcd1283 eCryptfs: grammatical fix (destruct to destroy) by Michael Halcrow · 19 years ago
  59. af655dc eCryptfs: collapse flag set into one statement by Michael Halcrow · 19 years ago
  60. c59c2eb eCryptfs: remove unnecessary BUG_ON by Michael Halcrow · 19 years ago
  61. 81acbcd ecryptfs: printk warning fixes by Andrew Morton · 19 years ago
  62. ca939e7 eCryptfs: update comment and debug statement by Michael Halcrow · 19 years ago
  63. 146a460 eCryptfs: fix Tag 11 writing code by Michael Halcrow · 19 years ago
  64. f648104 eCryptfs: fix Tag 11 parsing code by Michael Halcrow · 19 years ago
  65. c59becf eCryptfs: fix Tag 3 parsing code by Michael Halcrow · 19 years ago
  66. 1321817 eCryptfs: fix Tag 1 parsing code by Michael Halcrow · 19 years ago
  67. 956159c eCryptfs: kmem_cache objects for multiple keys; init/exit functions by Michael Halcrow · 19 years ago
  68. e0869cc eCryptfs: use list_for_each_entry_safe() when wiping auth toks by Michael Halcrow · 19 years ago
  69. f4aad16 eCryptfs: add key list structure; search keyring by Michael Halcrow · 19 years ago
  70. cce76f9 fs/nfsd/export.c: make 3 functions static by Adrian Bunk · 19 years ago
  71. 84b3db0 uml: fix hostfs style by Jeff Dike · 19 years ago
  72. baabd15 uml: remove unneeded if from hostfs by Jeff Dike · 19 years ago
  73. a1ff587 UML: remove unnecessary hostfs_getattr() by Miklos Szeredi · 19 years ago
  74. e63e1e5 hugetlbfs read() support by Badari Pulavarty · 19 years ago
  75. 7aa91e1 hugetlb: allow extending ftruncate on hugetlbfs by Ken Chen · 19 years ago
  76. 467c996 Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo by Mel Gorman · 19 years ago
  77. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 19 years ago
  78. 5514476 fs: remove some AOP_TRUNCATED_PAGE by Nick Piggin · 19 years ago
  79. 03158cd fs: restore nobh by Nick Piggin · 19 years ago
  80. b6af1bc ocfs2: convert to new aops by Nick Piggin · 19 years ago
  81. f2b6a16 fs: affs convert to new aops by Nick Piggin · 19 years ago
  82. b458572 fs: adfs convert to new aops by Nick Piggin · 19 years ago
  83. d5c5f84 jfs: convert to new aops by Nick Piggin · 19 years ago
  84. 4a66af9 minixfs: convert to new aops by Nick Piggin · 19 years ago
  85. 26a6441 sysv: convert to new aops by Nick Piggin · 19 years ago
  86. be021ee udf: convert to new aops by Nick Piggin · 19 years ago
  87. 82b9d1d ufs: convert to new aops by Nick Piggin · 19 years ago
  88. 205c109 jffs2: convert to new aops by Nick Piggin · 19 years ago
  89. ae361ff hostfs: convert to new aops by Nick Piggin · 19 years ago
  90. 5e6f58a fuse: convert to new aops by Nick Piggin · 19 years ago
  91. fb53b30 smbfs: convert to new aops by Nick Piggin · 19 years ago
  92. 4899f9c nfs: convert to new aops by Nick Piggin · 19 years ago
  93. a20fa20 With reiserfs no longer using the weird generic_cont_expand, remove it completely. by Nick Piggin · 19 years ago
  94. f7557e8 reiserfs: use generic_cont_expand_simple by Vladimir Saveliev · 19 years ago
  95. ba9d8ce reiserfs: convert to new aops by Vladimir Saveliev · 19 years ago
  96. 797b4cf reiserfs: use generic write by Vladimir Saveliev · 19 years ago
  97. f870618 qnx4: convert to new aops by Nick Piggin · 19 years ago
  98. eedcbba bfs: convert to new aops by Nick Piggin · 19 years ago
  99. d6091b7 hpfs: convert to new aops by Nick Piggin · 19 years ago
  100. 7c0efc6 hfsplus: convert to new aops by Nick Piggin · 19 years ago