1. 688ad91 nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP error detection by Vyacheslav Dubeyko · 11 years ago
  2. c141440 nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP error by Vyacheslav Dubeyko · 11 years ago
  3. c30db2e nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundary by Ryusuke Konishi · 11 years ago
  4. da8c170 nilfs2: fix fix very long mount time issue by Vyacheslav Dubeyko · 11 years ago
  5. d2857c6 nilfs2: fix deadlock issue between chcp and thaw ioctls by Ryusuke Konishi · 12 years ago
  6. f48a3dc6 nilfs2: ensure proper cache clearing for gc-inodes by Ryusuke Konishi · 12 years ago
  7. 33b02b8 don't pass nameidata to ->create() by Al Viro · 12 years ago
  8. 986122f stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  9. 6cd1e70 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  10. 93e6dc1 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  11. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  12. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  13. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  14. 7b9c097 nilfs2: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  15. d7178c7 nilfs2: fix NULL pointer dereference in nilfs_load_super_block() by Ryusuke Konishi · 12 years ago
  16. 3d777a6 nilfs2: clamp ns_r_segments_percentage to [1, 99] by Haogang Chen · 12 years ago
  17. 1ecd3c7 nilfs2: avoid overflowing segment numbers in nilfs_ioctl_clean_segments() by Xi Wang · 12 years ago
  18. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  19. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  20. c6e49e3 nilfs: propagate umode_t by Al Viro · 13 years ago
  21. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  22. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  23. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  24. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  25. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
  26. a561be7 switch a bunch of places to mnt_want_write_file() by Al Viro · 13 years ago
  27. b00f4dc Merge branch 'master' into pm-sleep by Rafael J. Wysocki · 13 years ago
  28. 481fe17 nilfs2: potential integer overflow in nilfs_ioctl_clean_segments() by Haogang Chen · 13 years ago
  29. 695c60f nilfs2: unbreak compat ioctl by Thomas Meyer · 13 years ago
  30. a0acae0 freezer: unexport refrigerator() and update try_to_freeze() slightly by Tejun Heo · 13 years ago
  31. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  32. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  33. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  34. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  35. aacfc19 fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  36. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  37. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  38. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  39. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  40. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  41. 730e908 nilfs2_permission() doesn't need to bail out in RCU mode by Al Viro · 13 years ago
  42. 071d73c nilfs2: fix problem in setting checkpoint interval by Ryusuke Konishi · 13 years ago
  43. d409905 nilfs2: fix missing block address termination in btree node shrinking by Ryusuke Konishi · 13 years ago
  44. fe744fd nilfs2: fix incorrect block address termination in node concatenation by Ryusuke Konishi · 13 years ago
  45. dfb55de nilfs2: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
  46. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  47. 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
  48. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  49. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  50. 5fc7b14 nilfs2: use mark_buffer_dirty to mark btnode or meta data dirty by Ryusuke Konishi · 13 years ago
  51. aa405b1 nilfs2: always set back pointer to host inode in mapping->host by Ryusuke Konishi · 13 years ago
  52. 0ef28f9 nilfs2: get rid of NILFS_I_NILFS by Ryusuke Konishi · 13 years ago
  53. 0cc128388 nilfs2: use list_first_entry by Ryusuke Konishi · 13 years ago
  54. 293ce0e nilfs2: use empty_aops for gc-inodes by Ryusuke Konishi · 13 years ago
  55. 4e33f9e nilfs2: implement resize ioctl by Ryusuke Konishi · 13 years ago
  56. 78eb64c nilfs2: add truncation routine of segment usage file by Ryusuke Konishi · 13 years ago
  57. cfb0a4b nilfs2: add routine to move secondary super block by Ryusuke Konishi · 13 years ago
  58. 619205d nilfs2: add ioctl which limits range of segment to be allocated by Ryusuke Konishi · 13 years ago
  59. 56eb553 nilfs2: zero fill unused portion of super root block by Ryusuke Konishi · 13 years ago
  60. 6c6de1a nilfs2: super root size should change depending on inode size by Ryusuke Konishi · 13 years ago
  61. 1cb2d38 nilfs2: get rid of private page allocator by Ryusuke Konishi · 13 years ago
  62. eaae0f3 nilfs2: merge list_del()/list_add_tail() to list_move_tail() by Nicolas Kaiser · 13 years ago
  63. 349dbc3 nilfs2: fix infinite loop in nilfs_palloc_freev function by Ryusuke Konishi · 13 years ago
  64. 7dcda1c fs: export empty_aops by Jens Axboe · 13 years ago
  65. af71dda nilfs2: fix whitespace coding style issues by Nicolas Kaiser · 13 years ago
  66. d611b22 nilfs2: fix oops due to a bad aops initialization by Ryusuke Konishi · 13 years ago
  67. 3409453 nilfs2: fix data loss in mmap page write for hole blocks by Ryusuke Konishi · 13 years ago
  68. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  69. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  70. a49ebba nilfs2: use little-endian bitops by Akinobu Mita · 13 years ago
  71. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  72. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago
  73. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  74. e3154e9 nilfs2: get rid of nilfs_sb_info structure by Ryusuke Konishi · 13 years ago
  75. f754514 nilfs2: use sb instance instead of nilfs_sb_info struct by Ryusuke Konishi · 13 years ago
  76. d96bbfa nilfs2: get rid of sc_sbi back pointer by Ryusuke Konishi · 13 years ago
  77. 3fd3fe5 nilfs2: move log writer onto nilfs object by Ryusuke Konishi · 13 years ago
  78. 9b1fc4e4 nilfs2: move next generation counter into nilfs object by Ryusuke Konishi · 13 years ago
  79. 693dd32 nilfs2: move s_inode_lock and s_dirty_files into nilfs object by Ryusuke Konishi · 13 years ago
  80. 574e6c3 nilfs2: move parameters on nilfs_sb_info into nilfs object by Ryusuke Konishi · 13 years ago
  81. 3b2ce58 nilfs2: move mount options to nilfs object by Ryusuke Konishi · 13 years ago
  82. be66737 nilfs2: record used amount of each checkpoint in checkpoint list by Ryusuke Konishi · 13 years ago
  83. ae19183 nilfs2: optimize rec_len functions by Ryusuke Konishi · 13 years ago
  84. 4138ec2 nilfs2: append blocksize info to warnings during loading super blocks by Ryusuke Konishi · 14 years ago
  85. 828b1c5 nilfs2: add compat ioctl by Ryusuke Konishi · 13 years ago
  86. cde98f0 nilfs2: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION by Ryusuke Konishi · 14 years ago
  87. b253a3e nilfs2: tighten restrictions on inode flags by Ryusuke Konishi · 14 years ago
  88. 32f4aeb nilfs2: mark S_NOATIME on inodes only if NOATIME attribute is set by Ryusuke Konishi · 14 years ago
  89. f0c9f24 nilfs2: use common file attribute macros by Ryusuke Konishi · 14 years ago
  90. 9954e7a nilfs2: add free entries count only if clear bit operation succeeded by Ryusuke Konishi · 13 years ago
  91. 25b18d3 nilfs2: decrement inodes count only if raw inode was successfully deleted by Ryusuke Konishi · 13 years ago
  92. 8336026 Merge branch 'i_nlink' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  93. 30eb43d nilfs2: i_nlink races in rename() by Al Viro · 13 years ago
  94. 72746ac nilfs2: fix regression that i-flag is not set on changeless checkpoints by Ryusuke Konishi · 13 years ago
  95. 2aa1589 mm: prevent concurrent unmap_mapping_range() on the same inode by Miklos Szeredi · 13 years ago
  96. 0ca7a5b nilfs2: fix crash after one superblock became unavailable by Ryusuke Konishi · 14 years ago
  97. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  98. 57cc721 headers: kobject.h redux by Alexey Dobriyan · 14 years ago
  99. 365e215 nilfs2: unfold nilfs_dat_inode function by Ryusuke Konishi · 14 years ago
  100. bcbc8c6 nilfs2: do not pass sbi to functions which can get it from inode by Ryusuke Konishi · 14 years ago