1. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  2. e8bebe2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  3. 73459dc nilfs2: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 14 years ago
  4. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  5. d240e06 nilfs2: disallow remount of snapshot from/to a regular mount by Ryusuke Konishi · 14 years ago
  6. cdce214 nilfs2: use huge_encode_dev/huge_decode_dev by Ryusuke Konishi · 14 years ago
  7. b87ca91 nilfs2: update comment on deactivate_super at nilfs_get_sb by Ryusuke Konishi · 14 years ago
  8. e2d1591 nilfs2: replace MS_VERBOSE with MS_SILENT by Ryusuke Konishi · 14 years ago
  9. 4571b82 nilfs2: add missing initialization of s_mode by Ryusuke Konishi · 14 years ago
  10. 13e9055 nilfs2: fix misuse of open_bdev_exclusive/close_bdev_exclusive by Ryusuke Konishi · 14 years ago
  11. 25294d8 nilfs2: use checkpoint number instead of timestamp to select super block by Ryusuke Konishi · 14 years ago
  12. 34cb9b5 nilfs2: add missing endian conversion on super block magic number by Ryusuke Konishi · 14 years ago
  13. 4e81950 nilfs2: make nilfs_sc_*_ops static by Ryusuke Konishi · 14 years ago
  14. db55d92 nilfs2: add kernel doc comments to persistent object allocator functions by Ryusuke Konishi · 14 years ago
  15. fdce895 nilfs2: change sc_timer from a pointer to an embedded one in struct nilfs_sc_info by Li Hong · 14 years ago
  16. 154ac5a nilfs2: remove nilfs_segctor_init() in segment.c by Li Hong · 14 years ago
  17. 50614bc nilfs2: insert checkpoint number in segment summary header by Ryusuke Konishi · 14 years ago
  18. 9f13026 nilfs2: add a print message after loading nilfs2 by Li Hong · 14 years ago
  19. 41c88bd nilfs2: cleanup multi kmem_cache_{create,destroy} code by Li Hong · 14 years ago
  20. aaed1d5 nilfs2: move out checksum routines to segment buffer code by Ryusuke Konishi · 14 years ago
  21. 1e2b68b nilfs2: move pointer to super root block into logs by Ryusuke Konishi · 14 years ago
  22. 277a6a3 nilfs2: change default of 'errors' mount option to 'remount-ro' mode by Ryusuke Konishi · 14 years ago
  23. 73bb488 nilfs2: Combine nilfs_btree_release_path() and nilfs_btree_free_path() by Li Hong · 14 years ago
  24. f905440 nilfs2: Combine nilfs_btree_alloc_path() and nilfs_btree_init_path() by Li Hong · 14 years ago
  25. 973bec3 nilfs2: fix sync silent failure by Ryusuke Konishi · 14 years ago
  26. 6a47dc1 nilfs: fix breakage caused by barrier flag changes by Stephen Rothwell · 14 years ago
  27. 44fa2b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  28. be3bd22 nilfs2: fix typo "numer" -> "number" in alloc.c by Ryusuke Konishi · 14 years ago
  29. 308f441 nilfs2: Remove an uninitialization warning in nilfs_btree_propagate_v() by Li Hong · 14 years ago
  30. 7532340 nilfs2: fix a wrong type conversion in nilfs_ioctl() by Li Hong · 14 years ago
  31. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  32. d067633 nilfs2: fix imperfect completion wait in nilfs_wait_on_logs by Ryusuke Konishi · 14 years ago
  33. 110d735 nilfs2: fix hang-up of cleaner after log writer returned with error by Ryusuke Konishi · 14 years ago
  34. 2d8428a nilfs2: fix duplicate call to nilfs_segctor_cancel_freev by Ryusuke Konishi · 14 years ago
  35. c91cea1 nilfs2: remove whitespaces before quoted newlines by Ryusuke Konishi · 14 years ago
  36. 55480a0 nilfs2: remove spaces before tabs by Ryusuke Konishi · 14 years ago
  37. 7a65004 nilfs2: fix various typos in comments by Ryusuke Konishi · 14 years ago
  38. 1621562 nilfs2: fix typo "cout" -> "count" in error message by Ryusuke Konishi · 14 years ago
  39. 9ccf56c nilfs2: fix function name typos in docbook comments by Ryusuke Konishi · 14 years ago
  40. 6c477d4 nilfs2: fix discrepancy in use of static specifier by Ryusuke Konishi · 14 years ago
  41. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  42. 072f98b nilfs: sanitize const/signedness in dealing with ->d_name.name by Al Viro · 14 years ago
  43. 0319003 nilfs really shouldn't slap struct dentry on stack... by Al Viro · 14 years ago
  44. 0d561f1 nilfs2: add reader's lock for cno in nilfs_ioctl_sync by Jiro SEKIBA · 14 years ago
  45. 03f2936 nilfs2: delete unnecessary condition in load_segment_summary by Jiro SEKIBA · 14 years ago
  46. d1c6b72 nilfs2: move iterator to write log into segment buffer by Ryusuke Konishi · 15 years ago
  47. e605f0a nilfs2: get rid of s_dirt flag use by Ryusuke Konishi · 15 years ago
  48. dcd7618 nilfs2: get rid of nilfs_segctor_req struct by Ryusuke Konishi · 15 years ago
  49. 086d176 nilfs2: delete unnecessary condition in nilfs_dat_translate by Jiro SEKIBA · 14 years ago
  50. fe5f171 nilfs2: fix potential hang in nilfs_error on errors=remount-ro by Ryusuke Konishi · 14 years ago
  51. 7512487 nilfs2: use mnt_want_write in ioctls where write access is needed by Ryusuke Konishi · 15 years ago
  52. e902ec9 nilfs2: issue discard request after cleaning segments by Jiro SEKIBA · 14 years ago
  53. 3256a05 nilfs2: fix potential leak of dirty data on umount by Ryusuke Konishi · 14 years ago
  54. 33e189b nilfs2: Storage class should be before const qualifier by Tobias Klauser · 15 years ago
  55. 5ee5814 nilfs2: trivial coding style fix by Jiro SEKIBA · 15 years ago
  56. b6e3224 Revert "task_struct: make journal_info conditional" by Linus Torvalds · 15 years ago
  57. a95161a switch nilfs2 to deactivate_locked_super() by Al Viro · 15 years ago
  58. e4c570c task_struct: make journal_info conditional by Hiroshi Shimamoto · 15 years ago
  59. a694291a nilfs2: separate wait function from nilfs_segctor_write by Ryusuke Konishi · 15 years ago
  60. e29df39 nilfs2: add iterator for segment buffers by Ryusuke Konishi · 15 years ago
  61. 9c965ba nilfs2: hide nilfs_write_info struct in segment buffer code by Ryusuke Konishi · 15 years ago
  62. 9284ad2 nilfs2: relocate io status variables to segment buffer by Ryusuke Konishi · 15 years ago
  63. 5f1586d nilfs2: do not return io error for bio allocation failure by Ryusuke Konishi · 15 years ago
  64. 0935db7 nilfs2: use list_splice_tail or list_splice_tail_init by Ryusuke Konishi · 15 years ago
  65. abdb318 nilfs2: replace mark_inode_dirty as nilfs_mark_inode_dirty by Jiro SEKIBA · 15 years ago
  66. 3534573 nilfs2: delete mark_inode_dirty in nilfs_delete_entry by Jiro SEKIBA · 15 years ago
  67. 58d5547 nilfs2: delete mark_inode_dirty in nilfs_commit_chunk by Jiro SEKIBA · 15 years ago
  68. 2093abf nilfs2: change return type of nilfs_commit_chunk by Jiro SEKIBA · 15 years ago
  69. 4cd76c3 nilfs2: split nilfs_unlink as nilfs_do_unlink and nilfs_unlink by Jiro SEKIBA · 15 years ago
  70. 1749147 nilfs2: delete redundant mark_inode_dirty by Jiro SEKIBA · 15 years ago
  71. 565de40 nilfs2: expand inode_inc_link_count and inode_dec_link_count by Jiro SEKIBA · 15 years ago
  72. 43f8bc2 nilfs2: delete mark_inode_dirty from nilfs_set_link by Jiro SEKIBA · 15 years ago
  73. 9ca941d nilfs2: delete mark_inode_dirty in nilfs_new_inode by Jiro SEKIBA · 15 years ago
  74. 0234576 nilfs2: add norecovery mount option by Ryusuke Konishi · 15 years ago
  75. a057d2c nilfs2: add helper to get if volume is in a valid state by Ryusuke Konishi · 15 years ago
  76. f50a4c8 nilfs2: move recovery completion into load_nilfs function by Ryusuke Konishi · 15 years ago
  77. 050b414 nilfs2: apply readahead for recovery on mount by Ryusuke Konishi · 15 years ago
  78. f021759 nilfs2: clean up get/put function of a segment usage by Ryusuke Konishi · 15 years ago
  79. 071ec54 nilfs2: move routine to set segment usage into sufile by Ryusuke Konishi · 15 years ago
  80. 61a189e nilfs2: move routine marking segment usage dirty into sufile by Ryusuke Konishi · 15 years ago
  81. 70622a2 nilfs2: insert cache operation in palloc get block routines by Ryusuke Konishi · 15 years ago
  82. 49fa7a5 nilfs2: add palloc cache to ifile by Ryusuke Konishi · 15 years ago
  83. c3ea56c nilfs2: flush palloc cache before manipulating data pages of GC dat by Ryusuke Konishi · 15 years ago
  84. 8908b2f nilfs2: add palloc cache to dat by Ryusuke Konishi · 15 years ago
  85. db38d5a nilfs2: add cache framework for persistent object allocator by Ryusuke Konishi · 15 years ago
  86. 141bbdb nilfs2: unfold nilfs_palloc_block_get_bitmap function by Ryusuke Konishi · 15 years ago
  87. 1376e93 nilfs2: eliminate nilfs_btnode_get function by Ryusuke Konishi · 15 years ago
  88. 75f65ed nilfs2: remove newblk argument from nilfs_btnode_submit_block by Ryusuke Konishi · 15 years ago
  89. 45f4910 nilfs2: use nilfs_btnode_create_block function by Ryusuke Konishi · 15 years ago
  90. d501d73 nilfs2: separate function for creating new btree node block by Ryusuke Konishi · 15 years ago
  91. b34a650 nilfs2: avoid readahead on metadata file for create mode by Ryusuke Konishi · 15 years ago
  92. ef7d475 nilfs2: simplify nilfs_sufile_get_ncleansegs function by Ryusuke Konishi · 15 years ago
  93. aa474a2 nilfs2: add local variable to cache the number of clean segments by Ryusuke Konishi · 15 years ago
  94. 7b16c8a nilfs2: unfold nilfs_sufile_block_get_header function by Ryusuke Konishi · 15 years ago
  95. fd66c0d nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroy by Ryusuke Konishi · 15 years ago
  96. 3961f0e nilfs2: eliminate inlines to directly read/write inode of metadata files by Ryusuke Konishi · 15 years ago
  97. 8707df3 nilfs2: separate read method of meta data files on super root block by Ryusuke Konishi · 15 years ago
  98. 7973956 nilfs2: separate constructor of metadata files by Ryusuke Konishi · 15 years ago
  99. 5731e19 nilfs2: add size option of private object to metadata file allocator by Ryusuke Konishi · 15 years ago
  100. 9cb4e0d2 nilfs2: move out mark_inode_dirty calls from bmap routines by Ryusuke Konishi · 15 years ago