1. 0ca7a5b nilfs2: fix crash after one superblock became unavailable by Ryusuke Konishi · 14 years ago
  2. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  3. 57cc721 headers: kobject.h redux by Alexey Dobriyan · 14 years ago
  4. 06df0f9 nilfs2: get rid of nilfs_mount_options structure by Ryusuke Konishi · 14 years ago
  5. b004a5e fs/nilfs2/super.c: Use printf extension %pV by Joe Perches · 14 years ago
  6. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  7. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
  8. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  9. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  10. e4c59d6 convert nilfs by Al Viro · 14 years ago
  11. ab34c02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  12. abc0b50 nilfs2: eliminate sparse warnings - "symbol not declared" by Jiro SEKIBA · 14 years ago
  13. 026a7d6 nilfs2: get rid of bdi from nilfs object by Ryusuke Konishi · 14 years ago
  14. 5beb6e0 nilfs2: add bdev freeze/thaw support by Ryusuke Konishi · 14 years ago
  15. c05dbfc nilfs2: accept 64-bit checkpoint numbers in cp mount option by Ryusuke Konishi · 14 years ago
  16. 2879ed6 nilfs2: remove own inode allocator and destructor for metadata files by Ryusuke Konishi · 14 years ago
  17. 032dbb3 nilfs2: see state of root dentry for mount check of snapshots by Ryusuke Konishi · 14 years ago
  18. f1e89c8 nilfs2: use iget for all metadata files by Ryusuke Konishi · 14 years ago
  19. 348fe8d nilfs2: simplify life cycle management of nilfs object by Ryusuke Konishi · 14 years ago
  20. f11459a nilfs2: do not allocate multiple super block instances for a device by Ryusuke Konishi · 14 years ago
  21. ab4d8f7 nilfs2: split out nilfs_attach_snapshot by Ryusuke Konishi · 14 years ago
  22. 367ea33 nilfs2: split out nilfs_get_root_dentry by Ryusuke Konishi · 14 years ago
  23. b7c0634 nilfs2: move inode count and block count into root object by Ryusuke Konishi · 14 years ago
  24. e912a5b nilfs2: use root object to get ifile by Ryusuke Konishi · 14 years ago
  25. 8e656fd nilfs2: make snapshots in checkpoint tree exportable by Ryusuke Konishi · 14 years ago
  26. 4d8d929 nilfs2: set pointer to root object in inodes by Ryusuke Konishi · 14 years ago
  27. 0e14a35 nilfs2: use iget5_locked to get inode by Ryusuke Konishi · 14 years ago
  28. b91c9a9 nilfs2: allow nilfs_destroy_inode to destroy metadata file inodes by Ryusuke Konishi · 14 years ago
  29. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  30. d6d4c19 BKL: Remove BKL from NILFS2 by Jan Blunck · 14 years ago
  31. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  32. f8c131f nilfs2: replace barriers with explicit flush / FUA usage by Christoph Hellwig · 14 years ago
  33. 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
  34. 87e9951 kill BH_Ordered flag by Christoph Hellwig · 14 years ago
  35. af4e363 nilfs2: fix list corruption after ifile creation failure by Ryusuke Konishi · 14 years ago
  36. 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
  37. 6fd1e5c convert nilfs2 to ->evict_inode() by Al Viro · 14 years ago
  38. c5ca48a nilfs2: reject incompatible filesystem by Ryusuke Konishi · 14 years ago
  39. 05d0e94 nilfs2: get rid of nilfs_bmap_union by Ryusuke Konishi · 14 years ago
  40. 7c01745 nilfs2: pass remount flag to parse_options by Ryusuke Konishi · 14 years ago
  41. c6b4d57 nilfs2: use seq_puts to print mount options without argument by Ryusuke Konishi · 14 years ago
  42. 802d317 nilfs2: add nodiscard mount option by Ryusuke Konishi · 14 years ago
  43. 773bc4f nilfs2: add barrier mount option by Ryusuke Konishi · 14 years ago
  44. b2ac86e nilfs2: sync super blocks in turns by Jiro SEKIBA · 14 years ago
  45. d26493b nilfs2: introduce nilfs_prepare_super by Jiro SEKIBA · 14 years ago
  46. 60f46b7 nilfs2: separate function that updates log position by Ryusuke Konishi · 14 years ago
  47. c8a11c8 nilfs2: add nilfs_set_error by Ryusuke Konishi · 14 years ago
  48. 7ecaa46 nilfs2: add nilfs_cleanup_super by Ryusuke Konishi · 14 years ago
  49. bde4e69 nilfs2: do not update mount time on rw->ro remount by Ryusuke Konishi · 14 years ago
  50. 84cb099 nilfs2: fix style issue in nilfs_destroy_cachep by Ryusuke Konishi · 14 years ago
  51. d240e06 nilfs2: disallow remount of snapshot from/to a regular mount by Ryusuke Konishi · 14 years ago
  52. b87ca91 nilfs2: update comment on deactivate_super at nilfs_get_sb by Ryusuke Konishi · 14 years ago
  53. e2d1591 nilfs2: replace MS_VERBOSE with MS_SILENT by Ryusuke Konishi · 14 years ago
  54. 4571b82 nilfs2: add missing initialization of s_mode by Ryusuke Konishi · 14 years ago
  55. 13e9055 nilfs2: fix misuse of open_bdev_exclusive/close_bdev_exclusive by Ryusuke Konishi · 14 years ago
  56. 34cb9b5 nilfs2: add missing endian conversion on super block magic number by Ryusuke Konishi · 14 years ago
  57. 9f13026 nilfs2: add a print message after loading nilfs2 by Li Hong · 14 years ago
  58. 41c88bd nilfs2: cleanup multi kmem_cache_{create,destroy} code by Li Hong · 14 years ago
  59. 277a6a3 nilfs2: change default of 'errors' mount option to 'remount-ro' mode by Ryusuke Konishi · 14 years ago
  60. 973bec3 nilfs2: fix sync silent failure by Ryusuke Konishi · 14 years ago
  61. c91cea1 nilfs2: remove whitespaces before quoted newlines by Ryusuke Konishi · 14 years ago
  62. 7a65004 nilfs2: fix various typos in comments by Ryusuke Konishi · 14 years ago
  63. e605f0a nilfs2: get rid of s_dirt flag use by Ryusuke Konishi · 15 years ago
  64. fe5f171 nilfs2: fix potential hang in nilfs_error on errors=remount-ro by Ryusuke Konishi · 14 years ago
  65. e902ec9 nilfs2: issue discard request after cleaning segments by Jiro SEKIBA · 14 years ago
  66. a95161a switch nilfs2 to deactivate_locked_super() by Al Viro · 15 years ago
  67. 0234576 nilfs2: add norecovery mount option by Ryusuke Konishi · 15 years ago
  68. f50a4c8 nilfs2: move recovery completion into load_nilfs function by Ryusuke Konishi · 15 years ago
  69. fd66c0d nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroy by Ryusuke Konishi · 15 years ago
  70. 7973956 nilfs2: separate constructor of metadata files by Ryusuke Konishi · 15 years ago
  71. 5731e19 nilfs2: add size option of private object to metadata file allocator by Ryusuke Konishi · 15 years ago
  72. e2073e7 nilfs2: cleanup unused match_bool function by Jiro SEKIBA · 15 years ago
  73. 91f1953 nilfs2: Using nobarrier option instead of barrier=off by Jiro SEKIBA · 15 years ago
  74. ac4cfdd const: mark remaining export_operations const by Alexey Dobriyan · 15 years ago
  75. b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
  76. 7a102b0 nilfs2: remove individual gfp constants for each metadata file by Ryusuke Konishi · 15 years ago
  77. 43be0ec nilfs2: add more check routines in mount process by Zhu Yanhai · 15 years ago
  78. a4f0b9c nilfs2: An unassigned variable is assigned to a never used structure member by Zhang Qiang · 15 years ago
  79. 1dfa271 nilfs2: stop using periodic write_super callback by Jiro SEKIBA · 15 years ago
  80. 79efdd9 nilfs2: clean up nilfs_write_super by Jiro SEKIBA · 15 years ago
  81. 6233caa nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fs by Jiro SEKIBA · 15 years ago
  82. ec5d66a nilfs2: remove redundant super block commit by Jiro SEKIBA · 15 years ago
  83. b58a285 nilfs2: implement nilfs_show_options to display mount options in /proc/mounts by Jiro SEKIBA · 15 years ago
  84. 1154ecb nilfs2: missing a read lock for segment writer in nilfs_attach_checkpoint() by Zhang Qiang · 15 years ago
  85. d441b1c switch nilfs2 to inode->i_acl by Al Viro · 15 years ago
  86. 9c7cb99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 15 years ago
  87. aa7dfb8 nilfs2: get rid of bd_mount_sem use from nilfs by Ryusuke Konishi · 15 years ago
  88. e59399d nilfs2: correct exclusion control in nilfs_remount function by Ryusuke Konishi · 15 years ago
  89. 6dd4740 nilfs2: simplify remaining sget() use by Ryusuke Konishi · 15 years ago
  90. 3f82ff5 nilfs2: get rid of sget use for checking if current mount is present by Ryusuke Konishi · 15 years ago
  91. 33c8e57 nilfs2: get rid of sget use for acquiring nilfs object by Ryusuke Konishi · 15 years ago
  92. 81fc20b nilfs2: remove meaningless EBUSY case from nilfs_get_sb function by Ryusuke Konishi · 15 years ago
  93. d731e06 nilfs2: call nilfs2_write_super from nilfs2_sync_fs by Christoph Hellwig · 15 years ago
  94. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  95. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  96. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  97. a53b475 nilfs2: use device's backing_dev_info for btree node caches by Ryusuke Konishi · 15 years ago
  98. e7a7402 nilfs2: remove module version by Ryusuke Konishi · 15 years ago
  99. c306af2 nilfs2: return f_fsid for statfs2 by Ryusuke Konishi · 15 years ago
  100. 6123923 nilfs2: support nanosecond timestamp by Ryusuke Konishi · 15 years ago