1. efefc6e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  2. 34980ca Drivers: clean up direct setting of the name of a kset by Greg Kroah-Hartman · 17 years ago
  3. e7b3401 ocfs2: Optionally return filldir errors by Mark Fasheh · 17 years ago
  4. 5b6a3a2 ocfs2: Write support for directories with inline data by Mark Fasheh · 17 years ago
  5. 23193e5 ocfs2: Read support for directories with inline data by Mark Fasheh · 17 years ago
  6. 1afc32b ocfs2: Write support for inline data by Mark Fasheh · 17 years ago
  7. 6798d35 ocfs2: Read support for inline data by Mark Fasheh · 17 years ago
  8. 15b1e36 ocfs2: Structure updates for inline data by Mark Fasheh · 17 years ago
  9. 8553cf4 ocfs2: Cleanup dirent size check by Mark Fasheh · 17 years ago
  10. 38760e2 ocfs2: Rename cleanups by Mark Fasheh · 17 years ago
  11. be94d11 ocfs2: Provide convenience function for ino lookup by Mark Fasheh · 17 years ago
  12. 0bfbbf6 ocfs2: Implement ocfs2_empty_dir() as a caller of ocfs2_dir_foreach() by Mark Fasheh · 17 years ago
  13. 5eae5b9 ocfs2: Remove open coded readdir() by Mark Fasheh · 17 years ago
  14. 7e85367 ocfs2: Pass raw u64 to filldir by Mark Fasheh · 17 years ago
  15. b8bc5f4 ocfs2: Abstract out core dir listing functionality by Mark Fasheh · 17 years ago
  16. 316f4b9 ocfs2: Move directory manipulation code into dir.c by Mark Fasheh · 17 years ago
  17. 1d410a6 ocfs2: Small refactor of truncate zeroing code by Mark Fasheh · 17 years ago
  18. 65ed39d ocfs2: move nonsparse hole-filling into ocfs2_write_begin() by Mark Fasheh · 17 years ago
  19. 92e91ce ocfs2: Sync ocfs2_fs.h with ocfs2-tools by Mark Fasheh · 17 years ago
  20. bddb8eb3 [PATCH] fs/ocfs2/: removed unneeded initial value and function's return value by Denis Cheng · 17 years ago
  21. d550071 ocfs2: Implement show_options() by Sunil Mushran · 17 years ago
  22. 19b613d ocfs2: Clear slot map when umounting a local volume by Mark Fasheh · 17 years ago
  23. 015452b ocfs2: Remove unused structure field by Mark Fasheh · 17 years ago
  24. 518d726 ocfs2: remove unused variable by Tao Mao · 17 years ago
  25. c77534f ocfs2: remove mostly unused field from insert structure by Tao Mao · 17 years ago
  26. 782e3b3 Fix up more bio fallout by Al Viro · 17 years ago
  27. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  28. bda0233 ocfs2: Unlock mutex in local alloc failure case by Sunil Mushran · 17 years ago
  29. 813d974 ocfs2: Pack vote message and response structures by Sunil Mushran · 17 years ago
  30. 5c26a7b ocfs2: Don't double set write parameters by Mark Fasheh · 17 years ago
  31. db56246 ocfs2: Fix pos/len passed to ocfs2_write_cluster by Mark Fasheh · 17 years ago
  32. 415cb80 ocfs2: Allow smaller allocations during large writes by Mark Fasheh · 17 years ago
  33. e535e2e ocfs2: Fix calculation of i_blocks during truncate by Mark Fasheh · 17 years ago
  34. 30b8548 [PATCH] ocfs2: Fix a wrong cluster calculation. by tao.ma@oracle.com · 17 years ago
  35. c0123ad [PATCH] ocfs2: fix mount option parsing by Tiger Yang · 17 years ago
  36. e0dceaf ocfs2: set non-default s_time_gran during mount by Mark Fasheh · 17 years ago
  37. ce17204a ocfs2: Retry sendpage() if it returns EAGAIN by Sunil Mushran · 17 years ago
  38. 480214d ocfs2: Fix rename/extend race by Sunil Mushran · 17 years ago
  39. 6a18380 [2.6 patch] ocfs2_insert_extent(): remove dead code by Adrian Bunk · 17 years ago
  40. 5a25403 ocfs2: Fix max offset calculations by Mark Fasheh · 17 years ago
  41. ce76fd3 ocfs2: check ia_size limits in setattr by Mark Fasheh · 17 years ago
  42. 7c08d70 ocfs2: Fix some casting errors related to file writes by Mark Fasheh · 17 years ago
  43. a00cce3 ocfs2: use s_maxbytes directly in ocfs2_change_file_space() by Mark Fasheh · 17 years ago
  44. c11e9fa ocfs2: Restrict inode changes in ocfs2_update_inode_atime() by Mark Fasheh · 17 years ago
  45. 3836df6 ocfs2: bad kunmap_atomic() by Jens Axboe · 17 years ago
  46. 1833633 fix some conversion overflows by Nick Piggin · 17 years ago
  47. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  48. f745bb1 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 17 years ago
  49. d0217ac mm: fault feedback #1 by Nick Piggin · 17 years ago
  50. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  51. d00806b mm: fix fault vs invalidate race for linear mappings by Nick Piggin · 17 years ago
  52. 385820a ocfs2: ->fallocate() support by Mark Fasheh · 17 years ago
  53. 86313c4 usermodehelper: Tidy up waiting by Jeremy Fitzhardinge · 17 years ago
  54. b8c638a Merge branch 'uninit-var' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 17 years ago
  55. 8e1c091 arch/i386/* fs/* ipc/*: mark variables with uninitialized_var() by Jeff Garzik · 17 years ago
  56. 3bd858a Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check by Satyam Sharma · 17 years ago
  57. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  58. add0969 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 17 years ago
  59. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  60. 54c57dc [PATCH] ocfs2: zero_user_page conversion by Eric Sandeen · 17 years ago
  61. b258010 ocfs2: Support xfs style space reservation ioctls by Mark Fasheh · 17 years ago
  62. 063c456 ocfs2: support for removing file regions by Mark Fasheh · 17 years ago
  63. 35edec1 ocfs2: update truncate handling of partial clusters by Mark Fasheh · 17 years ago
  64. d0c7d70 ocfs2: btree support for removal of arbirtrary extents by Mark Fasheh · 17 years ago
  65. 2ae99a6 ocfs2: Support creation of unwritten extents by Mark Fasheh · 17 years ago
  66. b27b7cb ocfs2: support writing of unwritten extents by Mark Fasheh · 17 years ago
  67. 0d172ba ocfs2: small cleanup of ocfs2_write_begin_nolock() by Mark Fasheh · 17 years ago
  68. 328d575 ocfs2: btree changes for unwritten extents by Mark Fasheh · 17 years ago
  69. c3afcbb ocfs2: abstract btree growing calls by Mark Fasheh · 17 years ago
  70. 1f6697d ocfs2: use all extent block suballocators by Mark Fasheh · 17 years ago
  71. 59a5e41 ocfs2: plug truncate into cached dealloc routines by Mark Fasheh · 17 years ago
  72. 2b60435 ocfs2: simplify deallocation locking by Mark Fasheh · 17 years ago
  73. bce9976 ocfs2: harden buffer check during mapping of page blocks by Mark Fasheh · 17 years ago
  74. 7307de8 ocfs2: shared writeable mmap by Mark Fasheh · 17 years ago
  75. 607d44a ocfs2: factor out write aops into nolock variants by Mark Fasheh · 17 years ago
  76. 3a307ff ocfs2: rework ocfs2_buffered_write_cluster() by Mark Fasheh · 17 years ago
  77. 2e89b2e ocfs2: take ip_alloc_sem during entire truncate by Mark Fasheh · 17 years ago
  78. baf4661 ocfs2: Add "preferred slot" mount option by Sunil Mushran · 17 years ago
  79. 5fb0f7f0 [KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in fs/ocfs2/dlm/dlmrecovery.c by Shani Moideen · 17 years ago
  80. 800deef [PATCH] ocfs2: use list_for_each_entry where benefical by Christoph Hellwig · 17 years ago
  81. e6df3a6 ocfs2: Wake up a starting region if it gets killed in the background. by Joel Becker · 17 years ago
  82. 16c6a4f ocfs2: live heartbeat depends on the local node configuration by Joel Becker · 17 years ago
  83. 1482942 ocfs2: Depend on configfs heartbeat items. by Joel Becker · 17 years ago
  84. e6bd07a configfs: Convert subsystem semaphore to mutex by Joel Becker · 17 years ago
  85. cac36bb0 pipe: change the ->pin() operation to ->confirm() by Jens Axboe · 17 years ago
  86. d6b29d7 splice: divorce the splice structure/function definitions from the pipe header by Jens Axboe · 17 years ago
  87. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  88. 6a14b90 vmsplice: add vmsplice-to-user support by Jens Axboe · 17 years ago
  89. c66ab6f splice: abstract out actor data by Jens Axboe · 17 years ago
  90. eeb47d1 ocfs2: Fix invalid assertion during write on 64k pages by Mark Fasheh · 17 years ago
  91. 59be7dc ocfs2: Fix masklog breakage by Tiger Yang · 17 years ago
  92. d9b08b9 [PATCH] ocfs2: use generic_segment_checks by Christoph Hellwig · 17 years ago
  93. 8fccfc8 ocfs2: fix inode leak by Mark Fasheh · 17 years ago
  94. 5c3c6bb [PATCH] ocfs2: use zero_user_page by Nate Diller · 17 years ago
  95. 1024c90 ocfs2: unmap_mapping_range() in ocfs2_truncate() by Mark Fasheh · 17 years ago
  96. e9dfc0b ocfs2: trylock in ocfs2_readpage() by Mark Fasheh · 17 years ago
  97. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  98. c4a7f5e ocfs2: kobject/kset foobar by Randy Dunlap · 17 years ago
  99. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  100. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago