1. 4d0ddb2 ocfs2: Add inode stealing for ocfs2_reserve_new_inode by Tao Ma · 17 years ago
  2. a4a4891 ocfs2: Add ac_alloc_slot in ocfs2_alloc_context by Tao Ma · 17 years ago
  3. ffda89a ocfs2: Add a new parameter for ocfs2_reserve_suballoc_bits by Tao Ma · 17 years ago
  4. ad5a4d7 ocfs2: Enable cross extent block merge. by Tao Ma · 17 years ago
  5. 677b975 ocfs2: Add support for cross extent block by Tao Ma · 17 years ago
  6. 52f7c21 ocfs2: Move /sys/o2cb to /sys/fs/o2cb by Mark Fasheh · 17 years ago
  7. a839c5a sysfs: Allow removal of symlinks in the sysfs root by Mark Fasheh · 17 years ago
  8. 5cc3bf2 ocfs2: Reconnect after idle time out. by Tao Ma · 17 years ago
  9. 8f50eb9 ocfs2/dlm: Cleanup lockres print by Sunil Mushran · 16 years ago
  10. c834cdb ocfs2/dlm: Fix lockname in lockres print function by Sunil Mushran · 16 years ago
  11. e5a0334 ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.c by Sunil Mushran · 16 years ago
  12. 7209300 ocfs2/dlm: Dumps the purgelist into a debugfs file by Sunil Mushran · 16 years ago
  13. d0129ac ocfs2/dlm: Dumps the mles into a debugfs file by Sunil Mushran · 16 years ago
  14. 751155a ocfs2/dlm: Move struct dlm_master_list_entry to dlmcommon.h by Sunil Mushran · 16 years ago
  15. 4e3d24e ocfs2/dlm: Dumps the lockres' into a debugfs file by Sunil Mushran · 16 years ago
  16. 007dce5 ocfs2/dlm: Dump the dlm state in a debugfs file by Sunil Mushran · 16 years ago
  17. 6325b4a ocfs2/dlm: Create debugfs dirs by Sunil Mushran · 16 years ago
  18. 29576f8 ocfs2/dlm: Link all lockres' to a tracking list by Sunil Mushran · 16 years ago
  19. 724bdca ocfs2/dlm: Create slabcaches for lock and lockres by Sunil Mushran · 16 years ago
  20. 12eb003 ocfs2/dlm: Rename slabcache dlm_mle_cache to o2dlm_mle by Sunil Mushran · 16 years ago
  21. 9341d22 ocfs2: Allow selection of cluster plug-ins. by Joel Becker · 17 years ago
  22. b92eccd ocfs2: Add kbuild for ocfs2_stack_user.ko by Joel Becker · 17 years ago
  23. 8f31831 ocfs2: Change mlog_bug_on to BUG_ON in ocfs2_lockid.h by Joel Becker · 17 years ago
  24. cf4d8d7 ocfs2: add fsdlm to stackglue by David Teigland · 17 years ago
  25. d4b95ee ocfs2: Add the 'set version' message to the ocfs2_control device. by Joel Becker · 17 years ago
  26. 3cfd4ab ocfs2: Add the local node id to the handshake. by Joel Becker · 17 years ago
  27. de870ef ocfs2: Introduce the DOWN message to ocfs2_control by Joel Becker · 17 years ago
  28. 462c7e6 ocfs2: Start the ocfs2_control handshake. by Joel Becker · 17 years ago
  29. 6427a72 ocfs2: Add the ocfs2_control misc device. by Joel Becker · 17 years ago
  30. 8adf053 ocfs2: Add the user stack module. by Joel Becker · 17 years ago
  31. 9c6c877 ocfs2: Add the 'cluster_stack' sysfs file. by Joel Becker · 17 years ago
  32. b61817e ocfs2: Add the USERSPACE_STACK incompat bit. by Joel Becker · 17 years ago
  33. 74ae4e1 ocfs2: Create stack glue sysfs files. by Joel Becker · 17 years ago
  34. 286eaa9 ocfs2: Break out stackglue into modules. by Joel Becker · 17 years ago
  35. e3dad42 ocfs2: Create ocfs2_stack_operations and split out the o2cb stack. by Joel Becker · 17 years ago
  36. 553aa7e ocfs2: Split o2cb code from generic stack functions. by Joel Becker · 17 years ago
  37. 63e0c48 ocfs2: Clean up stackglue initialization by Joel Becker · 17 years ago
  38. cf0acdc ocfs2: Abstract out a debugging function for underlying dlms. by Joel Becker · 17 years ago
  39. 1693a5c ocfs2: handle async EAGAIN from NOQUEUE request by David Teigland · 17 years ago
  40. de55124 ocfs2: Remove CANCELGRANT from the view of dlmglue. by Joel Becker · 17 years ago
  41. 0abd6d1 ocfs2: Fill node number during cluster stack init by Mark Fasheh · 17 years ago
  42. 6953b4c ocfs2: Move o2hb functionality into the stack glue. by Joel Becker · 17 years ago
  43. 19fdb62 ocfs2: Abstract out node number queries. by Joel Becker · 17 years ago
  44. 4670c46 ocfs2: Introduce the new ocfs2_cluster_connect/disconnect() API. by Joel Becker · 17 years ago
  45. 8f2c9c1 ocfs2: Create the lock status block union. by Joel Becker · 17 years ago
  46. 7431cd7 ocfs2: Use -errno instead of dlm_status for ocfs2_dlm_lock/unlock() API. by Joel Becker · 17 years ago
  47. bd3e761 ocfs2: Use global DLM_ constants in generic code. by Joel Becker · 17 years ago
  48. 24ef181 ocfs2: Separate out dlm lock functions. by Joel Becker · 17 years ago
  49. 386a2ef ocfs2: New slot map format by Joel Becker · 17 years ago
  50. fb86b1f ocfs2: Define the contents of the slot_map file. by Joel Becker · 17 years ago
  51. fc881fa ocfs2: De-magic the in-memory slot map. by Joel Becker · 17 years ago
  52. 1c8d9a6 ocfs2: slot_map I/O based on max_slots. by Joel Becker · 17 years ago
  53. 553abd0 ocfs2: Change the recovery map to an array of node numbers. by Joel Becker · 17 years ago
  54. d85b20e ocfs2: Make ocfs2_slot_info private. by Joel Becker · 17 years ago
  55. 8e8a460 ocfs2: Move slot map access into slot_map.c by Mark Fasheh · 17 years ago
  56. 424b00e AFS: Do not describe debug parameters with their value by Paul Bolle · 16 years ago
  57. 335e92e vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrs by Jan Kara · 16 years ago
  58. abe2f41 JFFS2 Fix of panics caused by wrong condition for hole frag creation in write_begin by Alexey Korolev · 16 years ago
  59. 19e729a locks: fix possible infinite loop in fcntl(F_SETLKW) over nfs by J. Bruce Fields · 16 years ago
  60. 14897e3 Merge branch 'docs' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 16 years ago
  61. 6ded55d Documentation: move nfsroot.txt to filesystems/ by J. Bruce Fields · 16 years ago
  62. 0859ab5 signalfd: fix for incorrect SI_QUEUE user data reporting by Davide Libenzi · 16 years ago
  63. 8d1c98b eventfd/kaio integration fix by Davide Libenzi · 16 years ago
  64. 598af05 asmlinkage_protect sys_io_getevents by Roland McGrath · 16 years ago
  65. 54a0151 asmlinkage_protect replaces prevent_tail_call by Roland McGrath · 16 years ago
  66. 5d69a02 Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 16 years ago
  67. 999646e Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  68. 76b0c26 HFS+: fix unlink of links by Roman Zippel · 16 years ago
  69. e6957ea [XFS] Ensure "both" features2 slots are consistent by Eric Sandeen · 16 years ago
  70. ee1c090 [XFS] Fix superblock features2 field alignment problem by David Chinner · 16 years ago
  71. 6211870 [XFS] remove shouting-indirection macros from xfs_sb.h by Eric Sandeen · 16 years ago
  72. 8191ecd splice: fix infinite loop in generic_file_splice_read() by Jens Axboe · 16 years ago
  73. 240ee83 fix bug - executing FDPIC ELF on NFS mount triggers BUG() at mm/nommu.c:862:/do_mmap_private() by Bryan Wu · 16 years ago
  74. 66d3aac NFS: initialize flags field in nfs_open_context by Jeff Layton · 16 years ago
  75. 1be62dc Be more careful about marking buffers dirty by Linus Torvalds · 16 years ago
  76. ad16df8 afs: remove smp_prcessor_id() from debug macro by Sven Schnelle · 16 years ago
  77. 4cd1350 splice: use mapping_gfp_mask by Hugh Dickins · 16 years ago
  78. 865965a efs: update error msg to not refer to deleted read_inode() by Robert P. J. Day · 16 years ago
  79. a5f37c3 afs: add missing up_write() on return by Sven Schnelle · 16 years ago
  80. 2b210ad cifs: fix misannotations by Al Viro · 16 years ago
  81. 9dce07f NULL noise: fs/*, mm/*, kernel/* by Al Viro · 16 years ago
  82. 1076d17 jbd/jbd2 NULL noise by Al Viro · 16 years ago
  83. af8be4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  84. 5214b72 afs: prevent double cell registration by Sven Schnelle · 16 years ago
  85. 5b41e74 vfs: fix data leak in nobh_write_end() by Dmitri Monakhov · 16 years ago
  86. 6758f95 [PATCH] mnt_expire is protected by namespace_sem, no need for vfsmount_lock by Al Viro · 16 years ago
  87. c35038b [PATCH] do shrink_submounts() for all fs types by Al Viro · 16 years ago
  88. bcc5c7d [PATCH] sanitize locking in mark_mounts_for_expiry() and shrink_submounts() by Al Viro · 16 years ago
  89. 7c4b93d [PATCH] count ghost references to vfsmounts by Al Viro · 16 years ago
  90. 1a39068 [PATCH] reduce stack footprint in namespace.c by Al Viro · 16 years ago
  91. 7ed7fe5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  92. 815d2d5 driver core: debug for bad dev_attr_show() return value. by Andrew Morton · 17 years ago
  93. 0d995b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  94. f16278c Change pagemap output format to allow for future reporting of huge pages by Hans Rosenfeld · 16 years ago
  95. 04b6e6e [CIFS] Fix mem leak on dfs referral by Steve French · 16 years ago
  96. 7d3628b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  97. 4f42c28 [NET]: Fix permissions of /proc/net by Andre Noll · 16 years ago
  98. 49ccf74 Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  99. 9df1303 fs/ufs/balloc.c: fix sparc64 printk warning by Andrew Morton · 16 years ago
  100. 08ca0db zisofs: fix readpage() outside i_size by Dave Young · 16 years ago