1. 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
  2. d067633 nilfs2: fix imperfect completion wait in nilfs_wait_on_logs by Ryusuke Konishi · 14 years ago
  3. 110d735 nilfs2: fix hang-up of cleaner after log writer returned with error by Ryusuke Konishi · 14 years ago
  4. 2d8428a nilfs2: fix duplicate call to nilfs_segctor_cancel_freev by Ryusuke Konishi · 14 years ago
  5. c91cea1 nilfs2: remove whitespaces before quoted newlines by Ryusuke Konishi · 14 years ago
  6. 55480a0 nilfs2: remove spaces before tabs by Ryusuke Konishi · 14 years ago
  7. 7a65004 nilfs2: fix various typos in comments by Ryusuke Konishi · 14 years ago
  8. 1621562 nilfs2: fix typo "cout" -> "count" in error message by Ryusuke Konishi · 14 years ago
  9. 9ccf56c nilfs2: fix function name typos in docbook comments by Ryusuke Konishi · 14 years ago
  10. 6c477d4 nilfs2: fix discrepancy in use of static specifier by Ryusuke Konishi · 14 years ago
  11. 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
  12. 072f98b nilfs: sanitize const/signedness in dealing with ->d_name.name by Al Viro · 14 years ago
  13. 0319003 nilfs really shouldn't slap struct dentry on stack... by Al Viro · 14 years ago
  14. 0d561f1 nilfs2: add reader's lock for cno in nilfs_ioctl_sync by Jiro SEKIBA · 14 years ago
  15. 03f2936 nilfs2: delete unnecessary condition in load_segment_summary by Jiro SEKIBA · 14 years ago
  16. d1c6b72 nilfs2: move iterator to write log into segment buffer by Ryusuke Konishi · 14 years ago
  17. e605f0a nilfs2: get rid of s_dirt flag use by Ryusuke Konishi · 15 years ago
  18. dcd7618 nilfs2: get rid of nilfs_segctor_req struct by Ryusuke Konishi · 14 years ago
  19. 086d176 nilfs2: delete unnecessary condition in nilfs_dat_translate by Jiro SEKIBA · 14 years ago
  20. fe5f171 nilfs2: fix potential hang in nilfs_error on errors=remount-ro by Ryusuke Konishi · 14 years ago
  21. 7512487 nilfs2: use mnt_want_write in ioctls where write access is needed by Ryusuke Konishi · 14 years ago
  22. e902ec9 nilfs2: issue discard request after cleaning segments by Jiro SEKIBA · 14 years ago
  23. 3256a05 nilfs2: fix potential leak of dirty data on umount by Ryusuke Konishi · 14 years ago
  24. 33e189b nilfs2: Storage class should be before const qualifier by Tobias Klauser · 14 years ago
  25. 5ee5814 nilfs2: trivial coding style fix by Jiro SEKIBA · 15 years ago
  26. b6e3224 Revert "task_struct: make journal_info conditional" by Linus Torvalds · 14 years ago
  27. a95161a switch nilfs2 to deactivate_locked_super() by Al Viro · 15 years ago
  28. e4c570c task_struct: make journal_info conditional by Hiroshi Shimamoto · 15 years ago
  29. a694291a nilfs2: separate wait function from nilfs_segctor_write by Ryusuke Konishi · 15 years ago
  30. e29df39 nilfs2: add iterator for segment buffers by Ryusuke Konishi · 15 years ago
  31. 9c965ba nilfs2: hide nilfs_write_info struct in segment buffer code by Ryusuke Konishi · 15 years ago
  32. 9284ad2 nilfs2: relocate io status variables to segment buffer by Ryusuke Konishi · 15 years ago
  33. 5f1586d nilfs2: do not return io error for bio allocation failure by Ryusuke Konishi · 15 years ago
  34. 0935db7 nilfs2: use list_splice_tail or list_splice_tail_init by Ryusuke Konishi · 15 years ago
  35. abdb318 nilfs2: replace mark_inode_dirty as nilfs_mark_inode_dirty by Jiro SEKIBA · 15 years ago
  36. 3534573 nilfs2: delete mark_inode_dirty in nilfs_delete_entry by Jiro SEKIBA · 15 years ago
  37. 58d5547 nilfs2: delete mark_inode_dirty in nilfs_commit_chunk by Jiro SEKIBA · 15 years ago
  38. 2093abf nilfs2: change return type of nilfs_commit_chunk by Jiro SEKIBA · 15 years ago
  39. 4cd76c3 nilfs2: split nilfs_unlink as nilfs_do_unlink and nilfs_unlink by Jiro SEKIBA · 15 years ago
  40. 1749147 nilfs2: delete redundant mark_inode_dirty by Jiro SEKIBA · 15 years ago
  41. 565de40 nilfs2: expand inode_inc_link_count and inode_dec_link_count by Jiro SEKIBA · 15 years ago
  42. 43f8bc2 nilfs2: delete mark_inode_dirty from nilfs_set_link by Jiro SEKIBA · 15 years ago
  43. 9ca941d nilfs2: delete mark_inode_dirty in nilfs_new_inode by Jiro SEKIBA · 15 years ago
  44. 0234576 nilfs2: add norecovery mount option by Ryusuke Konishi · 15 years ago
  45. a057d2c nilfs2: add helper to get if volume is in a valid state by Ryusuke Konishi · 15 years ago
  46. f50a4c8 nilfs2: move recovery completion into load_nilfs function by Ryusuke Konishi · 15 years ago
  47. 050b414 nilfs2: apply readahead for recovery on mount by Ryusuke Konishi · 15 years ago
  48. f021759 nilfs2: clean up get/put function of a segment usage by Ryusuke Konishi · 15 years ago
  49. 071ec54 nilfs2: move routine to set segment usage into sufile by Ryusuke Konishi · 15 years ago
  50. 61a189e nilfs2: move routine marking segment usage dirty into sufile by Ryusuke Konishi · 15 years ago
  51. 70622a2 nilfs2: insert cache operation in palloc get block routines by Ryusuke Konishi · 15 years ago
  52. 49fa7a5 nilfs2: add palloc cache to ifile by Ryusuke Konishi · 15 years ago
  53. c3ea56c nilfs2: flush palloc cache before manipulating data pages of GC dat by Ryusuke Konishi · 15 years ago
  54. 8908b2f nilfs2: add palloc cache to dat by Ryusuke Konishi · 15 years ago
  55. db38d5a nilfs2: add cache framework for persistent object allocator by Ryusuke Konishi · 15 years ago
  56. 141bbdb nilfs2: unfold nilfs_palloc_block_get_bitmap function by Ryusuke Konishi · 15 years ago
  57. 1376e93 nilfs2: eliminate nilfs_btnode_get function by Ryusuke Konishi · 15 years ago
  58. 75f65ed nilfs2: remove newblk argument from nilfs_btnode_submit_block by Ryusuke Konishi · 15 years ago
  59. 45f4910 nilfs2: use nilfs_btnode_create_block function by Ryusuke Konishi · 15 years ago
  60. d501d73 nilfs2: separate function for creating new btree node block by Ryusuke Konishi · 15 years ago
  61. b34a650 nilfs2: avoid readahead on metadata file for create mode by Ryusuke Konishi · 15 years ago
  62. ef7d475 nilfs2: simplify nilfs_sufile_get_ncleansegs function by Ryusuke Konishi · 15 years ago
  63. aa474a2 nilfs2: add local variable to cache the number of clean segments by Ryusuke Konishi · 15 years ago
  64. 7b16c8a nilfs2: unfold nilfs_sufile_block_get_header function by Ryusuke Konishi · 15 years ago
  65. fd66c0d nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroy by Ryusuke Konishi · 15 years ago
  66. 3961f0e nilfs2: eliminate inlines to directly read/write inode of metadata files by Ryusuke Konishi · 15 years ago
  67. 8707df3 nilfs2: separate read method of meta data files on super root block by Ryusuke Konishi · 15 years ago
  68. 7973956 nilfs2: separate constructor of metadata files by Ryusuke Konishi · 15 years ago
  69. 5731e19 nilfs2: add size option of private object to metadata file allocator by Ryusuke Konishi · 15 years ago
  70. 9cb4e0d2 nilfs2: move out mark_inode_dirty calls from bmap routines by Ryusuke Konishi · 15 years ago
  71. 09bf4aa nilfs2: stop marking metadata inode dirty within btree operations by Ryusuke Konishi · 15 years ago
  72. 30db4e6 nilfs2: remove buffer locking from btree code by Ryusuke Konishi · 15 years ago
  73. a49762f nilfs2: remove buffer locking in nilfs_mark_inode_dirty by Ryusuke Konishi · 15 years ago
  74. e2073e7 nilfs2: cleanup unused match_bool function by Jiro SEKIBA · 15 years ago
  75. 91f1953 nilfs2: Using nobarrier option instead of barrier=off by Jiro SEKIBA · 15 years ago
  76. 6600b9d nilfs2: move definition of struct nilfs_btree_node by Jiro SEKIBA · 15 years ago
  77. 9b945d5 nilfs2: get rid of BUG_ON use in btree lookup routines by Ryusuke Konishi · 15 years ago
  78. 18dafac nilfs2: deleted inconsistent comment in nilfs_load_inode_block() by Jiro SEKIBA · 15 years ago
  79. c1ea985 nilfs2: fix lock order reversal in chcp operation by Ryusuke Konishi · 15 years ago
  80. c083234 nilfs2: fix missing cleanup of gc cache on error cases by Ryusuke Konishi · 15 years ago
  81. 5399dd1 nilfs2: fix kernel oops in error case of nilfs_ioctl_move_blocks by Ryusuke Konishi · 15 years ago
  82. 05b4358 nilfs2: add zero-fill for new btree node buffers by Ryusuke Konishi · 15 years ago
  83. aeda7f6 nilfs2: fix irregular checkpoint creation due to data flush by Ryusuke Konishi · 15 years ago
  84. b1e19e5 nilfs2: fix dirty page accounting leak causing hang at write by Ryusuke Konishi · 15 years ago
  85. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  86. 3cc811b nilfs2: fix missing initialization of i_dir_start_lookup member by Ryusuke Konishi · 15 years ago
  87. 1f28fcd nilfs2: fix missing zero-fill initialization of btree node cache by Ryusuke Konishi · 15 years ago
  88. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  89. 6e1d5dc const: mark remaining inode_operations as const by Alexey Dobriyan · 15 years ago
  90. 7f09410 const: mark remaining address_space_operations const by Alexey Dobriyan · 15 years ago
  91. ac4cfdd const: mark remaining export_operations const by Alexey Dobriyan · 15 years ago
  92. b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
  93. 2c96ce9 fs: remove bdev->bd_inode_backing_dev_info by Jens Axboe · 15 years ago
  94. 41f4db0 fs/Kconfig: move nilfs2 outside misc filesystems by Ryusuke Konishi · 15 years ago
  95. 0f3fe33 nilfs2: convert nilfs_bmap_lookup to an inline function by Ryusuke Konishi · 15 years ago
  96. 2e0c2c7 nilfs2: allow btree code to directly call dat operations by Ryusuke Konishi · 15 years ago
  97. bd8169e nilfs2: add update functions of virtual block address to dat by Ryusuke Konishi · 15 years ago
  98. 7a102b0 nilfs2: remove individual gfp constants for each metadata file by Ryusuke Konishi · 15 years ago
  99. 3218929 nilfs2: stop zero-fill of btree path just before free it by Ryusuke Konishi · 15 years ago
  100. 6d28f7e nilfs2: remove unused btree argument from btree functions by Ryusuke Konishi · 15 years ago