1. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  2. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  3. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  4. fed41f7 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  5. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  6. c3a6902 fix ITER_PIPE interaction with direct_IO by Al Viro · 8 years ago
  7. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  8. b66484c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  9. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  10. dbe6ec8 ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings by Toshi Kani · 8 years ago
  11. d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  12. 82c156f switch generic_file_splice_read() to use of ->read_iter() by Al Viro · 8 years ago
  13. 155cd43 Merge branch 'xfs-4.9-log-recovery-fixes' into for-next by Dave Chinner · 8 years ago
  14. a1f45e6 Merge branch 'iomap-4.9-dax' into for-next by Dave Chinner · 8 years ago
  15. a89b3f9 Merge branch 'xfs-4.9-delalloc-rework' into for-next by Dave Chinner · 8 years ago
  16. 79ad576 Merge branch 'xfs-4.9-reflink-prep' into for-next by Dave Chinner · 8 years ago
  17. a447d7c xfs: update atime before I/O in xfs_file_dio_aio_read by Christoph Hellwig · 8 years ago
  18. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  19. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  20. 5cd9cee xfs: log recovery tracepoints to track current lsn and buffer submission by Brian Foster · 8 years ago
  21. 60a4a22 xfs: update metadata LSN in buffers during log recovery by Brian Foster · 8 years ago
  22. 040c52c xfs: don't warn on buffers not being recovered due to LSN by Brian Foster · 8 years ago
  23. 22db9af xfs: pass current lsn to log recovery buffer validation by Brian Foster · 8 years ago
  24. 12818d2 xfs: rework log recovery to submit buffers on LSN boundaries by Brian Foster · 8 years ago
  25. ddeb14f xfs: quiesce the filesystem after recovery on readonly mount by Dave Chinner · 8 years ago
  26. 292378e xfs: remote attribute blocks aren't really userdata by Dave Chinner · 8 years ago
  27. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  28. 69bca80 xfs: Propagate dentry down to inode_change_ok() by Jan Kara · 9 years ago
  29. 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
  30. 6c31f49 xfs: use iomap to implement DAX by Christoph Hellwig · 8 years ago
  31. e372843 xfs: refactor xfs_setfilesize by Christoph Hellwig · 8 years ago
  32. 66642c5 xfs: take the ilock shared if possible in xfs_file_iomap_begin by Christoph Hellwig · 8 years ago
  33. 17879e8 xfs: fix locking for DAX writes by Christoph Hellwig · 8 years ago
  34. ecd5072 iomap: add IOMAP_F_NEW flag by Christoph Hellwig · 8 years ago
  35. 51446f5 xfs: rewrite and optimize the delalloc write path by Christoph Hellwig · 8 years ago
  36. 85a6e76 xfs: make xfs_inode_set_eofblocks_tag cheaper for the common case by Christoph Hellwig · 8 years ago
  37. f8e3a82 xfs: factor our a helper to calculate the EOF alignment by Christoph Hellwig · 8 years ago
  38. e9c4973 xfs: move xfs_bmbt_to_iomap up by Christoph Hellwig · 8 years ago
  39. 3fd129b xfs: set up per-AG free space reservations by Darrick J. Wong · 8 years ago
  40. 385d6558 xfs: defer should allow ->finish_item to request a new transaction by Darrick J. Wong · 8 years ago
  41. c611cc0 xfs: count the blocks in a btree by Darrick J. Wong · 8 years ago
  42. 4ed3f68 xfs: create a standard btree size calculator code by Darrick J. Wong · 8 years ago
  43. a1d46cf xfs: remove xfs_btree_bigkey by Darrick J. Wong · 8 years ago
  44. cd00158 xfs: convert RUI log formats to use variable length arrays by Darrick J. Wong · 8 years ago
  45. 7716981 xfs: normalize "infinite" retries in error configs by Eric Sandeen · 8 years ago
  46. 79c350e xfs: fix signed integer overflow by Xie XiuQi · 8 years ago
  47. 791cc43 Make __xfs_xattr_put_listen preperly report errors. by Artem Savkov · 8 years ago
  48. a27f6ef xfs: undo block reservation correctly in xfs_trans_reserve() by Eryu Guan · 8 years ago
  49. ea78d80 xfs: track log done items directly in the deferred pending work item by Darrick J. Wong · 8 years ago
  50. 800b269 xfs: prevent dropping ioend completions during buftarg wait by Brian Foster · 8 years ago
  51. f3d7ebd xfs: fix superblock inprogress check by Dave Chinner · 8 years ago
  52. 5b5c2db xfs: simple btree query range should look right if LE lookup fails by Darrick J. Wong · 8 years ago
  53. 7222789 xfs: fix some key handling problems in _btree_simple_query_range by Darrick J. Wong · 8 years ago
  54. da1f039 xfs: don't log the entire end of the AGF by Darrick J. Wong · 8 years ago
  55. 738f57c xfs: disallow mounting of realtime + rmap filesystems by Darrick J. Wong · 8 years ago
  56. ed150e1 xfs: don't perform lookups on zero-height btrees by Darrick J. Wong · 8 years ago
  57. 32438cf Merge branch 'iomap-fixes-4.8-rc3' into for-next by Dave Chinner · 8 years ago
  58. a03f1a6 xfs: remove OWN_AG rmap when allocating a block from the AGFL by Darrick J. Wong · 8 years ago
  59. 1d4795e xfs: (re-)implement FIEMAP_FLAG_XATTR by Christoph Hellwig · 8 years ago
  60. b95a212 xfs: simplify xfs_file_iomap_begin by Christoph Hellwig · 8 years ago
  61. f32866fd xfs: store rmapbt block count in the AGF by Darrick J. Wong · 8 years ago
  62. 8b2180b xfs: don't invalidate whole file on DAX read/write by Dave Chinner · 8 years ago
  63. 0af32fb xfs: fix bogus space reservation in xfs_iomap_write_allocate by Christoph Hellwig · 8 years ago
  64. 4dd3fd7 xfs: don't assert fail on non-async buffers on ioacct decrement by Brian Foster · 8 years ago
  65. 337684a fs: return EPERM on immutable inode by Eryu Guan · 8 years ago
  66. 0cbbc42 Merge tag 'xfs-rmap-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  67. a71e360 Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  68. 3481b68 xfs: move (and rename) the deferred bmap-free tracepoints by Darrick J. Wong · 8 years ago
  69. 51ce9d0 xfs: collapse single use static functions by Darrick J. Wong · 8 years ago
  70. e127faf xfs: remove unnecessary parentheses from log redo item recovery functions by Darrick J. Wong · 8 years ago
  71. 722e251 xfs: remove the extents array from the rmap update done log item by Darrick J. Wong · 8 years ago
  72. c1d22ae xfs: in btree_lshift, only allocate temporary cursor when needed by Darrick J. Wong · 8 years ago
  73. 1f704b2 xfs: remove unnecesary lshift/rshift key initialization by Darrick J. Wong · 8 years ago
  74. 973b831 xfs: remove the get*keys and update_keys btree ops pointers by Darrick J. Wong · 8 years ago
  75. 1c0607a xfs: enable the rmap btree functionality by Darrick J. Wong · 8 years ago
  76. 04f1306 xfs: don't update rmapbt when fixing agfl by Darrick J. Wong · 8 years ago
  77. 2b0eeb5 xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled by Darrick J. Wong · 8 years ago
  78. a650e8f xfs: add rmap btree block detection to log recovery by Darrick J. Wong · 8 years ago
  79. 5d650e9 xfs: add rmap btree geometry feature flag by Darrick J. Wong · 8 years ago
  80. 9c19464 xfs: propagate bmap updates to rmapbt by Darrick J. Wong · 8 years ago
  81. f8dbebe xfs: enable the xfs_defer mechanism to process rmaps to update by Darrick J. Wong · 8 years ago
  82. 9e88b5d xfs: log rmap intent items by Darrick J. Wong · 8 years ago
  83. 5880f2d7 xfs: create rmap update intent log items by Darrick J. Wong · 8 years ago
  84. abf0923 xfs: add rmap btree insert and delete helpers by Darrick J. Wong · 8 years ago
  85. fb7d926 xfs: convert unwritten status of reverse mappings by Darrick J. Wong · 8 years ago
  86. f922cd9 xfs: remove an extent from the rmap btree by Darrick J. Wong · 8 years ago
  87. 0a1b0b3 xfs: add an extent to the rmap btree by Darrick J. Wong · 8 years ago
  88. aa966d8 xfs: add tracepoints for the rmap functions by Darrick J. Wong · 8 years ago
  89. c543838 xfs: teach rmapbt to support interval queries by Darrick J. Wong · 8 years ago
  90. cfed56a xfs: support overlapping intervals in the rmap btree by Darrick J. Wong · 8 years ago
  91. 4b8ed67 xfs: add rmap btree operations by Darrick J. Wong · 8 years ago
  92. 5254885 xfs: rmap btree requires more reserved free space by Darrick J. Wong · 8 years ago
  93. fa30f03 xfs: rmap btree transaction reservations by Darrick J. Wong · 8 years ago
  94. e70d829 xfs: add rmap btree growfs support by Darrick J. Wong · 8 years ago
  95. 035e00a xfs: define the on-disk rmap btree format by Darrick J. Wong · 8 years ago
  96. 673930c xfs: introduce rmap extent operation stubs by Darrick J. Wong · 8 years ago
  97. 340785c xfs: add owner field to extent allocation and freeing by Darrick J. Wong · 8 years ago
  98. 8018026 xfs: rmap btree add more reserved blocks by Darrick J. Wong · 8 years ago
  99. 00f4e4f xfs: add rmap btree stats infrastructure by Darrick J. Wong · 8 years ago
  100. b870494 xfs: introduce rmap btree definitions by Darrick J. Wong · 8 years ago