1. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  2. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
  3. a561be7 switch a bunch of places to mnt_want_write_file() by Al Viro · 13 years ago
  4. b00f4dc Merge branch 'master' into pm-sleep by Rafael J. Wysocki · 13 years ago
  5. 481fe17 nilfs2: potential integer overflow in nilfs_ioctl_clean_segments() by Haogang Chen · 13 years ago
  6. 695c60f nilfs2: unbreak compat ioctl by Thomas Meyer · 13 years ago
  7. a0acae0 freezer: unexport refrigerator() and update try_to_freeze() slightly by Tejun Heo · 13 years ago
  8. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  9. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  10. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  11. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  12. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  13. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  14. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  15. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  16. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  17. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  18. 730e908 nilfs2_permission() doesn't need to bail out in RCU mode by Al Viro · 13 years ago
  19. 071d73c nilfs2: fix problem in setting checkpoint interval by Ryusuke Konishi · 13 years ago
  20. d409905 nilfs2: fix missing block address termination in btree node shrinking by Ryusuke Konishi · 13 years ago
  21. fe744fd nilfs2: fix incorrect block address termination in node concatenation by Ryusuke Konishi · 13 years ago
  22. dfb55de nilfs2: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
  23. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  24. 32e51f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  25. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  26. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  27. 5fc7b14 nilfs2: use mark_buffer_dirty to mark btnode or meta data dirty by Ryusuke Konishi · 13 years ago
  28. aa405b1 nilfs2: always set back pointer to host inode in mapping->host by Ryusuke Konishi · 13 years ago
  29. 0ef28f9 nilfs2: get rid of NILFS_I_NILFS by Ryusuke Konishi · 13 years ago
  30. 0cc128388 nilfs2: use list_first_entry by Ryusuke Konishi · 13 years ago
  31. 293ce0e nilfs2: use empty_aops for gc-inodes by Ryusuke Konishi · 13 years ago
  32. 4e33f9e nilfs2: implement resize ioctl by Ryusuke Konishi · 13 years ago
  33. 78eb64c nilfs2: add truncation routine of segment usage file by Ryusuke Konishi · 13 years ago
  34. cfb0a4b nilfs2: add routine to move secondary super block by Ryusuke Konishi · 13 years ago
  35. 619205d nilfs2: add ioctl which limits range of segment to be allocated by Ryusuke Konishi · 13 years ago
  36. 56eb553 nilfs2: zero fill unused portion of super root block by Ryusuke Konishi · 13 years ago
  37. 6c6de1a nilfs2: super root size should change depending on inode size by Ryusuke Konishi · 13 years ago
  38. 1cb2d38 nilfs2: get rid of private page allocator by Ryusuke Konishi · 13 years ago
  39. eaae0f3 nilfs2: merge list_del()/list_add_tail() to list_move_tail() by Nicolas Kaiser · 13 years ago
  40. 349dbc3 nilfs2: fix infinite loop in nilfs_palloc_freev function by Ryusuke Konishi · 13 years ago
  41. 7dcda1c fs: export empty_aops by Jens Axboe · 13 years ago
  42. af71dda nilfs2: fix whitespace coding style issues by Nicolas Kaiser · 13 years ago
  43. d611b22 nilfs2: fix oops due to a bad aops initialization by Ryusuke Konishi · 13 years ago
  44. 3409453 nilfs2: fix data loss in mmap page write for hole blocks by Ryusuke Konishi · 13 years ago
  45. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  46. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  47. a49ebba nilfs2: use little-endian bitops by Akinobu Mita · 13 years ago
  48. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  49. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago
  50. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  51. e3154e9 nilfs2: get rid of nilfs_sb_info structure by Ryusuke Konishi · 13 years ago
  52. f754514 nilfs2: use sb instance instead of nilfs_sb_info struct by Ryusuke Konishi · 13 years ago
  53. d96bbfa nilfs2: get rid of sc_sbi back pointer by Ryusuke Konishi · 13 years ago
  54. 3fd3fe5 nilfs2: move log writer onto nilfs object by Ryusuke Konishi · 13 years ago
  55. 9b1fc4e4 nilfs2: move next generation counter into nilfs object by Ryusuke Konishi · 13 years ago
  56. 693dd32 nilfs2: move s_inode_lock and s_dirty_files into nilfs object by Ryusuke Konishi · 13 years ago
  57. 574e6c3 nilfs2: move parameters on nilfs_sb_info into nilfs object by Ryusuke Konishi · 13 years ago
  58. 3b2ce58 nilfs2: move mount options to nilfs object by Ryusuke Konishi · 13 years ago
  59. be66737 nilfs2: record used amount of each checkpoint in checkpoint list by Ryusuke Konishi · 13 years ago
  60. ae19183 nilfs2: optimize rec_len functions by Ryusuke Konishi · 13 years ago
  61. 4138ec2 nilfs2: append blocksize info to warnings during loading super blocks by Ryusuke Konishi · 13 years ago
  62. 828b1c5 nilfs2: add compat ioctl by Ryusuke Konishi · 13 years ago
  63. cde98f0 nilfs2: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION by Ryusuke Konishi · 13 years ago
  64. b253a3e nilfs2: tighten restrictions on inode flags by Ryusuke Konishi · 13 years ago
  65. 32f4aeb nilfs2: mark S_NOATIME on inodes only if NOATIME attribute is set by Ryusuke Konishi · 13 years ago
  66. f0c9f24 nilfs2: use common file attribute macros by Ryusuke Konishi · 13 years ago
  67. 9954e7a nilfs2: add free entries count only if clear bit operation succeeded by Ryusuke Konishi · 13 years ago
  68. 25b18d3 nilfs2: decrement inodes count only if raw inode was successfully deleted by Ryusuke Konishi · 13 years ago
  69. 83360269 Merge branch 'i_nlink' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  70. 30eb43d nilfs2: i_nlink races in rename() by Al Viro · 13 years ago
  71. 72746ac nilfs2: fix regression that i-flag is not set on changeless checkpoints by Ryusuke Konishi · 13 years ago
  72. 2aa1589 mm: prevent concurrent unmap_mapping_range() on the same inode by Miklos Szeredi · 13 years ago
  73. 0ca7a5b nilfs2: fix crash after one superblock became unavailable by Ryusuke Konishi · 13 years ago
  74. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  75. 57cc721 headers: kobject.h redux by Alexey Dobriyan · 13 years ago
  76. 365e215 nilfs2: unfold nilfs_dat_inode function by Ryusuke Konishi · 14 years ago
  77. bcbc8c6 nilfs2: do not pass sbi to functions which can get it from inode by Ryusuke Konishi · 14 years ago
  78. 06df0f9 nilfs2: get rid of nilfs_mount_options structure by Ryusuke Konishi · 14 years ago
  79. a7a8447 nilfs2: simplify nilfs_mdt_freeze_buffer by Ryusuke Konishi · 14 years ago
  80. 888da23c2 nilfs2: get rid of loaded flag from nilfs object by Ryusuke Konishi · 14 years ago
  81. ae53a0a nilfs2: fix a checkpatch error in page.c by Ryusuke Konishi · 14 years ago
  82. 622daaff nilfs2: fiemap support by Ryusuke Konishi · 14 years ago
  83. 27e6c7a nilfs2: mark buffer heads as delayed until the data is written to disk by Ryusuke Konishi · 14 years ago
  84. e828949 nilfs2: call nilfs_error inside bmap routines by Ryusuke Konishi · 14 years ago
  85. b004a5e fs/nilfs2/super.c: Use printf extension %pV by Joe Perches · 14 years ago
  86. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 13 years ago
  87. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  88. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 13 years ago
  89. 947b10a nilfs2: fix regression of garbage collection ioctl by Ryusuke Konishi · 14 years ago
  90. f6c26ec nilfs2: fix typo in comment of nilfs_dat_move function by Ryusuke Konishi · 14 years ago
  91. 103cfcf nilfs2: nilfs_iget_for_gc() returns ERR_PTR by Dan Carpenter · 14 years ago
  92. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  93. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  94. e4c59d6 convert nilfs by Al Viro · 14 years ago
  95. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  96. f629d1c mm: add account_page_writeback() by Michael Rubin · 14 years ago
  97. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  98. ab34c02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  99. 6b81e14 nilfs2: eliminate sparse warning - "context imbalance" by Jiro SEKIBA · 14 years ago
  100. abc0b50 nilfs2: eliminate sparse warnings - "symbol not declared" by Jiro SEKIBA · 14 years ago