1. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  2. 54e514b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  3. faea2c5 nilfs2: use inode_set_flags() in nilfs_set_inode_flags() by Ryusuke Konishi · 9 years ago
  4. 0ce187c nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags() by Ryusuke Konishi · 9 years ago
  5. 3377f84 nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted() by Ryusuke Konishi · 9 years ago
  6. 53a2c3b nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctl by Ryusuke Konishi · 9 years ago
  7. fa33915 nilfs2: add helper to find existent block on metadata file by Ryusuke Konishi · 9 years ago
  8. 5b20384 nilfs2: add bmap function to seek a valid key by Ryusuke Konishi · 9 years ago
  9. 3568a13 nilfs2: unify type of key arguments in bmap interface by Ryusuke Konishi · 9 years ago
  10. 0de6d6b nilfs2: use bgl_lock_ptr() by Ryusuke Konishi · 9 years ago
  11. ead8ecf nilfs2: use set_mask_bits() for operations on buffer state bitmap by Ryusuke Konishi · 9 years ago
  12. 6fb7a61 nilfs2: do not use async write flag for segment summary buffers by Ryusuke Konishi · 9 years ago
  13. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  14. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  15. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  16. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  17. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  18. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  19. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  20. 283ee148 nilfs2: fix deadlock of segment constructor during recovery by Ryusuke Konishi · 9 years ago
  21. 957ed60 nilfs2: fix potential memory overrun on inode by Ryusuke Konishi · 9 years ago
  22. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  23. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  24. 7ef3ff2 nilfs2: fix deadlock of segment constructor over I_SYNC flag by Ryusuke Konishi · 9 years ago
  25. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  26. 26ff130 nilfs2: set up s_bdi like the generic mount_bdev code by Christoph Hellwig · 9 years ago
  27. 705304a nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() races by Ryusuke Konishi · 10 years ago
  28. 72b9918 nilfs2: deletion of an unnecessary check before the function call "iput" by Markus Elfring · 10 years ago
  29. 75dc857 nilfs2: avoid duplicate segment construction for fsync() by Andreas Rohner · 10 years ago
  30. b9f6614 nilfs2: improve the performance of fdatasync() by Andreas Rohner · 10 years ago
  31. e2c7617 nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs() by Andreas Rohner · 10 years ago
  32. 56d7acc nilfs2: fix data loss with mmap() by Andreas Rohner · 10 years ago
  33. f6f9933 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  34. dd70edb nilfs2: integrate sysfs support into driver by Vyacheslav Dubeyko · 10 years ago
  35. a5a7332 nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots/<snapshot> group by Vyacheslav Dubeyko · 10 years ago
  36. a2ecb79 nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots group by Vyacheslav Dubeyko · 10 years ago
  37. 02a0ba1 nilfs2: add /sys/fs/nilfs2/<device>/checkpoints group by Vyacheslav Dubeyko · 10 years ago
  38. ef43d5c nilfs2: add /sys/fs/nilfs2/<device>/segments group by Vyacheslav Dubeyko · 10 years ago
  39. abc968d nilfs2: add /sys/fs/nilfs2/<device>/segctor group by Vyacheslav Dubeyko · 10 years ago
  40. caa05d4 nilfs2: add /sys/fs/nilfs2/<device>/superblock group by Vyacheslav Dubeyko · 10 years ago
  41. da7141f nilfs2: add /sys/fs/nilfs2/<device> group by Vyacheslav Dubeyko · 10 years ago
  42. aebe17f nilfs2: add /sys/fs/nilfs2/features group by Vyacheslav Dubeyko · 10 years ago
  43. 1a0a397 dcache: d_obtain_alias callers don't all want DISCONNECTED by J. Bruce Fields · 10 years ago
  44. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  45. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  46. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  47. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  48. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  49. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  50. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  51. 0ec060d nilfs2: verify metadata sizes read from disk by Ryusuke Konishi · 10 years ago
  52. f9f32c4 nilfs2: add FITRIM ioctl support for nilfs2 by Andreas Rohner · 10 years ago
  53. 82e11e8 nilfs2: add nilfs_sufile_trim_fs to trim clean segs by Andreas Rohner · 10 years ago
  54. 2cc88f3 nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctl by Andreas Rohner · 10 years ago
  55. 00e9ffc nilfs2: add nilfs_sufile_set_suinfo to update segment usage by Andreas Rohner · 10 years ago
  56. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  57. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  58. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  59. d623a94 nilfs2: add comments for ioctls by Vyacheslav Dubeyko · 10 years ago
  60. 4b15d61 fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy() by Wenliang Fan · 10 years ago
  61. 70f2fe3 nilfs2: fix segctor bug that causes file system corruption by Andreas Rohner · 10 years ago
  62. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  63. 7f42ec3 nilfs2: fix issue with race condition of competition between segments for dirty blocks by Vyacheslav Dubeyko · 11 years ago
  64. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  65. 45d9a22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  66. e95c311 git simplify nilfs check for busy subtree by Al Viro · 11 years ago
  67. 4bf93b5 nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP error detection by Vyacheslav Dubeyko · 11 years ago
  68. 2df37a1 nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP error by Vyacheslav Dubeyko · 11 years ago
  69. 84d08fa helper for reading ->d_count by Al Viro · 11 years ago
  70. e5f7f84 ] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nilfs_root struct by Vyacheslav Dubeyko · 11 years ago
  71. c7ef972 nilfs2: implement calculation of free inodes count by Vyacheslav Dubeyko · 11 years ago
  72. 1616abe [readdir] convert nilfs2 by Al Viro · 11 years ago
  73. 136e877 nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundary by Ryusuke Konishi · 11 years ago
  74. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  75. eb53b6d nilfs2: remove unneeded test in nilfs_writepage() by Vyacheslav Dubeyko · 11 years ago
  76. dc33f5f nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page() by Vyacheslav Dubeyko · 11 years ago
  77. 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
  78. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  79. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  80. 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 11 years ago
  81. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  82. 7c2db36 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  83. 1d1d1a7 mm: only enforce stable page writes if the backing device requires it by Darrick J. Wong · 11 years ago
  84. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  85. a9bae18 nilfs2: fix fix very long mount time issue by Vyacheslav Dubeyko · 11 years ago
  86. f11cb22 fs/nilfs2: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  87. 2d1b399 nilfs2: drop vmtruncate by Marco Stornelli · 12 years ago
  88. 252aa6f mm: redefine address_space.assoc_mapping by Rafael Aquini · 12 years ago
  89. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  90. 6432f21 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  91. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  92. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  93. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  94. 041bbb6d ext4: fix mtime update in nodelalloc mode by Theodore Ts'o · 12 years ago
  95. 305d3d0 userns: Convert nillfs2 to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  96. 166ac34 nilfs2: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  97. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  98. 2c22b33 nilfs2: Convert to new freezing mechanism by Jan Kara · 12 years ago
  99. f5974c8 nilfs2: add omitted comments for different structures in driver implementation by Vyacheslav Dubeyko · 12 years ago
  100. 572d8b3 nilfs2: fix deadlock issue between chcp and thaw ioctls by Ryusuke Konishi · 12 years ago