1. 705304a nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() races by Ryusuke Konishi · 10 years ago
  2. b9f6614 nilfs2: improve the performance of fdatasync() by Andreas Rohner · 10 years ago
  3. 56d7acc nilfs2: fix data loss with mmap() by Andreas Rohner · 10 years ago
  4. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  5. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  6. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  7. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  8. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  9. e5f7f84 ] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nilfs_root struct by Vyacheslav Dubeyko · 11 years ago
  10. 136e877 nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundary by Ryusuke Konishi · 11 years ago
  11. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  12. eb53b6d nilfs2: remove unneeded test in nilfs_writepage() by Vyacheslav Dubeyko · 11 years ago
  13. 8c26c4e nilfs2: fix issue with flush kernel thread after remount in RO mode because of driver's internal error or metadata corruption by Vyacheslav Dubeyko · 11 years ago
  14. 2d1b399 nilfs2: drop vmtruncate by Marco Stornelli · 12 years ago
  15. 305d3d0 userns: Convert nillfs2 to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  16. f5974c8 nilfs2: add omitted comments for different structures in driver implementation by Vyacheslav Dubeyko · 12 years ago
  17. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  18. c6e49e3 nilfs: propagate umode_t by Al Viro · 13 years ago
  19. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  20. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  21. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  22. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  23. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  24. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  25. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  26. 730e908 nilfs2_permission() doesn't need to bail out in RCU mode by Al Viro · 13 years ago
  27. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  28. 5fc7b14 nilfs2: use mark_buffer_dirty to mark btnode or meta data dirty by Ryusuke Konishi · 13 years ago
  29. 0ef28f9 nilfs2: get rid of NILFS_I_NILFS by Ryusuke Konishi · 13 years ago
  30. 56eb553 nilfs2: zero fill unused portion of super root block by Ryusuke Konishi · 13 years ago
  31. eaae0f3 nilfs2: merge list_del()/list_add_tail() to list_move_tail() by Nicolas Kaiser · 13 years ago
  32. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  33. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  34. e3154e9 nilfs2: get rid of nilfs_sb_info structure by Ryusuke Konishi · 13 years ago
  35. 9b1fc4e4 nilfs2: move next generation counter into nilfs object by Ryusuke Konishi · 13 years ago
  36. 693dd32 nilfs2: move s_inode_lock and s_dirty_files into nilfs object by Ryusuke Konishi · 13 years ago
  37. be66737 nilfs2: record used amount of each checkpoint in checkpoint list by Ryusuke Konishi · 13 years ago
  38. b253a3e nilfs2: tighten restrictions on inode flags by Ryusuke Konishi · 13 years ago
  39. 32f4aeb nilfs2: mark S_NOATIME on inodes only if NOATIME attribute is set by Ryusuke Konishi · 13 years ago
  40. f0c9f24 nilfs2: use common file attribute macros by Ryusuke Konishi · 13 years ago
  41. 25b18d3 nilfs2: decrement inodes count only if raw inode was successfully deleted by Ryusuke Konishi · 13 years ago
  42. 365e215 nilfs2: unfold nilfs_dat_inode function by Ryusuke Konishi · 14 years ago
  43. bcbc8c6 nilfs2: do not pass sbi to functions which can get it from inode by Ryusuke Konishi · 14 years ago
  44. 622daaff nilfs2: fiemap support by Ryusuke Konishi · 14 years ago
  45. 27e6c7a nilfs2: mark buffer heads as delayed until the data is written to disk by Ryusuke Konishi · 14 years ago
  46. e828949 nilfs2: call nilfs_error inside bmap routines by Ryusuke Konishi · 14 years ago
  47. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  48. 032dbb3 nilfs2: see state of root dentry for mount check of snapshots by Ryusuke Konishi · 14 years ago
  49. f1e89c8 nilfs2: use iget for all metadata files by Ryusuke Konishi · 14 years ago
  50. 518d1a6 nilfs2: allow nilfs_clear_inode to clear metadata file inodes by Ryusuke Konishi · 14 years ago
  51. dc3d3b8 nilfs2: deny write access to inodes in snapshots by Ryusuke Konishi · 14 years ago
  52. b7c0634 nilfs2: move inode count and block count into root object by Ryusuke Konishi · 14 years ago
  53. e912a5b nilfs2: use root object to get ifile by Ryusuke Konishi · 14 years ago
  54. 4d8d929 nilfs2: set pointer to root object in inodes by Ryusuke Konishi · 14 years ago
  55. 263d90c nilfs2: remove own inode hash used for GC by Ryusuke Konishi · 14 years ago
  56. 0e14a35 nilfs2: use iget5_locked to get inode by Ryusuke Konishi · 14 years ago
  57. 7d6cd92 nilfs2: allow nilfs_dirty_inode to mark metadata file inodes dirty by Ryusuke Konishi · 14 years ago
  58. 6fd1e5c convert nilfs2 to ->evict_inode() by Al Viro · 14 years ago
  59. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  60. 155130a get rid of block_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  61. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  62. 73459dc nilfs2: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 14 years ago
  63. cdce214 nilfs2: use huge_encode_dev/huge_decode_dev by Ryusuke Konishi · 14 years ago
  64. 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
  65. abdb318 nilfs2: replace mark_inode_dirty as nilfs_mark_inode_dirty by Jiro SEKIBA · 15 years ago
  66. 9ca941d nilfs2: delete mark_inode_dirty in nilfs_new_inode by Jiro SEKIBA · 15 years ago
  67. 9cb4e0d2 nilfs2: move out mark_inode_dirty calls from bmap routines by Ryusuke Konishi · 15 years ago
  68. a49762f nilfs2: remove buffer locking in nilfs_mark_inode_dirty by Ryusuke Konishi · 15 years ago
  69. 18dafac nilfs2: deleted inconsistent comment in nilfs_load_inode_block() by Jiro SEKIBA · 15 years ago
  70. 3cc811b nilfs2: fix missing initialization of i_dir_start_lookup member by Ryusuke Konishi · 15 years ago
  71. 7f09410 const: mark remaining address_space_operations const by Alexey Dobriyan · 15 years ago
  72. 1b2f5a6 nilfs2: fix ignored error code in __nilfs_read_inode() by Ryusuke Konishi · 15 years ago
  73. d441b1c switch nilfs2 to inode->i_acl by Al Viro · 15 years ago
  74. c3a7abf nilfs2: support contiguous lookup of blocks by Ryusuke Konishi · 15 years ago
  75. e85dc1d nilfs2: enable sync_page method by Ryusuke Konishi · 15 years ago
  76. 258ef67 NILFS2: Pagecache usage optimization on NILFS2 by Hisashi Hifumi · 15 years ago
  77. 6123923 nilfs2: support nanosecond timestamp by Ryusuke Konishi · 15 years ago
  78. 458c5b0 nilfs2: clean up sketch file by Ryusuke Konishi · 15 years ago
  79. 1f5abe7 nilfs2: replace BUG_ON and BUG calls triggerable from ioctl by Ryusuke Konishi · 15 years ago
  80. 47420c7 nilfs2: avoid double error caused by nilfs_transaction_end by Ryusuke Konishi · 15 years ago
  81. f30bf3e nilfs2: fix missed-sync issue for do_sync_mapping_range() by Ryusuke Konishi · 15 years ago
  82. 05fe58f nilfs2: inode operations by Ryusuke Konishi · 15 years ago