1. 5e19a99 nilfs2: separate initializer of metadata file inode by Ryusuke Konishi · 14 years ago
  2. 0e14a35 nilfs2: use iget5_locked to get inode by Ryusuke Konishi · 14 years ago
  3. 6c43f41 nilfs2: keep zero value in i_cno except for gc-inodes by Ryusuke Konishi · 14 years ago
  4. 7d6cd92 nilfs2: allow nilfs_dirty_inode to mark metadata file inodes dirty by Ryusuke Konishi · 14 years ago
  5. b91c9a9 nilfs2: allow nilfs_destroy_inode to destroy metadata file inodes by Ryusuke Konishi · 14 years ago
  6. 9566a7a nilfs2: accept future revisions by Ryusuke Konishi · 14 years ago
  7. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  8. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  9. d6d4c19 BKL: Remove BKL from NILFS2 by Jan Blunck · 14 years ago
  10. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  11. dd3932e block: remove BLKDEV_IFL_WAIT by Christoph Hellwig · 14 years ago
  12. f8c131f nilfs2: replace barriers with explicit flush / FUA usage by Christoph Hellwig · 14 years ago
  13. 4afc313 nilfs2: fix leak of shadow dat inode in error path of load_nilfs by Ryusuke Konishi · 14 years ago
  14. a28e085 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  15. 145c3ae46 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  16. 1cb0c92 nilfs2: wait for discard to finish by Ryusuke Konishi · 14 years ago
  17. 87e9951 kill BH_Ordered flag by Christoph Hellwig · 14 years ago
  18. ea1a16f nilfs2: fix false warning saying one of two super blocks is broken by Ryusuke Konishi · 14 years ago
  19. af4e363 nilfs2: fix list corruption after ifile creation failure by Ryusuke Konishi · 14 years ago
  20. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  21. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  22. 6fd1e5c convert nilfs2 to ->evict_inode() by Al Viro · 14 years ago
  23. a4ffdde simplify checks for I_CLEAR/I_FREEING by Al Viro · 14 years ago
  24. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  25. 155130a get rid of block_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  26. 6e1db88 introduce __block_write_begin by Christoph Hellwig · 14 years ago
  27. f4e420d clean up write_begin usage for directories in pagecache by Christoph Hellwig · 14 years ago
  28. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  29. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  30. 89c0fd0 nilfs2: reject filesystem with unsupported block size by Ryusuke Konishi · 14 years ago
  31. 6cda9fa nilfs2: avoid rec_len overflow with 64KB block size by Ryusuke Konishi · 14 years ago
  32. c28e69d nilfs2: simplify nilfs_get_page function by Ryusuke Konishi · 14 years ago
  33. c5ca48a nilfs2: reject incompatible filesystem by Ryusuke Konishi · 14 years ago
  34. 03bdb5a nilfs2: apply read-ahead for nilfs_btree_lookup_contig by Ryusuke Konishi · 14 years ago
  35. 4e13e66 nilfs2: introduce check flag to btree node buffer by Ryusuke Konishi · 14 years ago
  36. 464ece8 nilfs2: add btree get block function with readahead option by Ryusuke Konishi · 14 years ago
  37. 26dfdd8 nilfs2: add read ahead mode to nilfs_btnode_submit_block by Ryusuke Konishi · 14 years ago
  38. f8e6cc0 nilfs2: fix buffer head leak in nilfs_btnode_submit_block by Ryusuke Konishi · 14 years ago
  39. 7c397a8 nilfs2: eliminate inline keywords in btree implementation by Ryusuke Konishi · 14 years ago
  40. 5ad2686e9 nilfs2: get maximum number of child nodes from bmap object by Ryusuke Konishi · 14 years ago
  41. 9b7b265 nilfs2: reduce repetitive calculation of max number of child nodes by Ryusuke Konishi · 14 years ago
  42. ea64ab8 nilfs2: optimize calculation of min/max number of btree node children by Ryusuke Konishi · 14 years ago
  43. 364ec2d nilfs2: remove redundant pointer checks in bmap lookup functions by Ryusuke Konishi · 14 years ago
  44. 05d0e94 nilfs2: get rid of nilfs_bmap_union by Ryusuke Konishi · 14 years ago
  45. dc935be nilfs2: unify bmap set_target_v operations by Ryusuke Konishi · 14 years ago
  46. e7c274f nilfs2: get rid of nilfs_btree uses by Ryusuke Konishi · 14 years ago
  47. 10ff885 nilfs2: get rid of nilfs_direct uses by Ryusuke Konishi · 14 years ago
  48. 583ada4 nilfs2: remove constant qualifier from argument of bmap propagate by Ryusuke Konishi · 14 years ago
  49. 25b8d7d nilfs2: get rid of private conversion macros on bmap key and pointer by Ryusuke Konishi · 14 years ago
  50. 1d5385b nilfs2: verify btree node after reading by Ryusuke Konishi · 14 years ago
  51. cfa913a nilfs2: add sanity check in nilfs_btree_add_dirty_buffer by Ryusuke Konishi · 14 years ago
  52. 7c01745 nilfs2: pass remount flag to parse_options by Ryusuke Konishi · 14 years ago
  53. c6b4d57 nilfs2: use seq_puts to print mount options without argument by Ryusuke Konishi · 14 years ago
  54. 802d317 nilfs2: add nodiscard mount option by Ryusuke Konishi · 14 years ago
  55. 773bc4f nilfs2: add barrier mount option by Ryusuke Konishi · 14 years ago
  56. 3250204 nilfs2: do not update log cursor for small change by Ryusuke Konishi · 14 years ago
  57. 6c125160 nilfs2: implement fallback for super root search by Ryusuke Konishi · 14 years ago
  58. 2d72b99 nilfs2: add missing error code in comment of nilfs_search_super_root by Ryusuke Konishi · 14 years ago
  59. 843d63b nilfs2: separate setup of log cursor from init_nilfs by Ryusuke Konishi · 14 years ago
  60. b2ac86e nilfs2: sync super blocks in turns by Jiro SEKIBA · 14 years ago
  61. d26493b nilfs2: introduce nilfs_prepare_super by Jiro SEKIBA · 14 years ago
  62. 60f46b7 nilfs2: separate function that updates log position by Ryusuke Konishi · 14 years ago
  63. c8a11c8 nilfs2: add nilfs_set_error by Ryusuke Konishi · 14 years ago
  64. 7ecaa46 nilfs2: add nilfs_cleanup_super by Ryusuke Konishi · 14 years ago
  65. bde4e69 nilfs2: do not update mount time on rw->ro remount by Ryusuke Konishi · 14 years ago
  66. 57a4bfc nilfs2: get rid of ns_free_segments_count by Ryusuke Konishi · 14 years ago
  67. 4762077 nilfs2: get rid of macros for segment summary information by Ryusuke Konishi · 14 years ago
  68. 8565548 nilfs2: do not use nilfs_segsum_info structure in recovery code by Ryusuke Konishi · 14 years ago
  69. 354fa8b nilfs2: divide load_segment_summary function by Ryusuke Konishi · 14 years ago
  70. aee5ce2 nilfs2: rename nilfs_recover_logical_segments function by Ryusuke Konishi · 14 years ago
  71. 8b94025 nilfs2: refactor recovery logic routines by Ryusuke Konishi · 14 years ago
  72. 92c60cc nilfs2: add blocksize member to nilfs object by Ryusuke Konishi · 14 years ago
  73. c29684d nilfs2: remove obsolete declarations of cache constructor and destructor by Ryusuke Konishi · 14 years ago
  74. 84cb099 nilfs2: fix style issue in nilfs_destroy_cachep by Ryusuke Konishi · 14 years ago
  75. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  76. 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
  77. 73459dc nilfs2: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 14 years ago
  78. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  79. d240e06 nilfs2: disallow remount of snapshot from/to a regular mount by Ryusuke Konishi · 14 years ago
  80. cdce214 nilfs2: use huge_encode_dev/huge_decode_dev by Ryusuke Konishi · 14 years ago
  81. b87ca91 nilfs2: update comment on deactivate_super at nilfs_get_sb by Ryusuke Konishi · 14 years ago
  82. e2d1591 nilfs2: replace MS_VERBOSE with MS_SILENT by Ryusuke Konishi · 14 years ago
  83. 4571b82 nilfs2: add missing initialization of s_mode by Ryusuke Konishi · 14 years ago
  84. 13e9055 nilfs2: fix misuse of open_bdev_exclusive/close_bdev_exclusive by Ryusuke Konishi · 14 years ago
  85. 25294d8 nilfs2: use checkpoint number instead of timestamp to select super block by Ryusuke Konishi · 14 years ago
  86. 34cb9b5 nilfs2: add missing endian conversion on super block magic number by Ryusuke Konishi · 14 years ago
  87. 4e81950 nilfs2: make nilfs_sc_*_ops static by Ryusuke Konishi · 14 years ago
  88. db55d92 nilfs2: add kernel doc comments to persistent object allocator functions by Ryusuke Konishi · 14 years ago
  89. fdce895 nilfs2: change sc_timer from a pointer to an embedded one in struct nilfs_sc_info by Li Hong · 14 years ago
  90. 154ac5a nilfs2: remove nilfs_segctor_init() in segment.c by Li Hong · 14 years ago
  91. 50614bc nilfs2: insert checkpoint number in segment summary header by Ryusuke Konishi · 14 years ago
  92. 9f13026 nilfs2: add a print message after loading nilfs2 by Li Hong · 14 years ago
  93. 41c88bd nilfs2: cleanup multi kmem_cache_{create,destroy} code by Li Hong · 14 years ago
  94. aaed1d5 nilfs2: move out checksum routines to segment buffer code by Ryusuke Konishi · 14 years ago
  95. 1e2b68b nilfs2: move pointer to super root block into logs by Ryusuke Konishi · 14 years ago
  96. 277a6a3 nilfs2: change default of 'errors' mount option to 'remount-ro' mode by Ryusuke Konishi · 14 years ago
  97. 73bb488 nilfs2: Combine nilfs_btree_release_path() and nilfs_btree_free_path() by Li Hong · 14 years ago
  98. f905440 nilfs2: Combine nilfs_btree_alloc_path() and nilfs_btree_init_path() by Li Hong · 14 years ago
  99. 973bec3 nilfs2: fix sync silent failure by Ryusuke Konishi · 14 years ago
  100. 6a47dc1 nilfs: fix breakage caused by barrier flag changes by Stephen Rothwell · 14 years ago