1. df150ed1 xfs: remote attributes need to be considered data by Dave Chinner · 9 years ago
  2. e3c32ee xfs: remote attribute headers contain an invalid LSN by Dave Chinner · 9 years ago
  3. b2442c5 xfs: call dax_fault on read page faults for DAX by Dave Chinner · 9 years ago
  4. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  5. 68b4449 Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  6. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  7. bfffa1c Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  8. a6de82c xfs: Correctly lock inode when removing suid and file capabilities by Jan Kara · 9 years ago
  9. 5fa8e0a fs: Rename file_remove_suid() to file_remove_privs() by Jan Kara · 9 years ago
  10. de50e16 Merge branch 'xfs-misc-fixes-for-4.2-3' into for-next by Dave Chinner · 9 years ago
  11. 3d238b7 Merge branch 'xfs-freelist-cleanup' into for-next by Dave Chinner · 9 years ago
  12. f66bf04 xfs: don't truncate attribute extents if no extents exist by Brian Foster · 9 years ago
  13. 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  14. 496817b xfs: clean up XFS_MIN_FREELIST macros by Dave Chinner · 9 years ago
  15. 396503f xfs: sanitise error handling in xfs_alloc_fix_freelist by Dave Chinner · 9 years ago
  16. 72d5528 xfs: factor out free space extent length check by Dave Chinner · 9 years ago
  17. 50adbcb xfs: xfs_alloc_fix_freelist() can use incore perag structures by Dave Chinner · 9 years ago
  18. b2a922c xfs: remove xfs_caddr_t by Christoph Hellwig · 9 years ago
  19. 5809d5e xfs: use void pointers in log validation helpers by Christoph Hellwig · 9 years ago
  20. 88ee2df xfs: return a void pointer from xfs_buf_offset by Christoph Hellwig · 9 years ago
  21. fc51c2b xfs: remove inst_t by Christoph Hellwig · 9 years ago
  22. db9d67d xfs: remove __psint_t and __psunsigned_t by Christoph Hellwig · 9 years ago
  23. 2ac56d3 xfs: fix remote symlinks on V5/CRC filesystems by Eric Sandeen · 9 years ago
  24. 4ea7976 Merge branch 'xfs-commit-cleanup' into for-next by Dave Chinner · 9 years ago
  25. f78c390 xfs: fix xfs_log_done interface by Christoph Hellwig · 9 years ago
  26. 7039331 xfs: saner xfs_trans_commit interface by Christoph Hellwig · 9 years ago
  27. 4906e21 xfs: remove the flags argument to xfs_trans_cancel by Christoph Hellwig · 9 years ago
  28. eacb24e xfs: pass a boolean flag to xfs_trans_free_items by Christoph Hellwig · 9 years ago
  29. 2e6db6c xfs: switch remaining xfs_trans_dup users to xfs_trans_roll by Christoph Hellwig · 9 years ago
  30. 4497f28 Merge branch 'xfs-misc-fixes-for-4.2-2' into for-next by Dave Chinner · 9 years ago
  31. 46fc58d xfs: check min blks for random debug mode sparse allocations by Brian Foster · 9 years ago
  32. 3cdaa18 xfs: fix sparse inodes 32-bit compile failure by Brian Foster · 9 years ago
  33. 66e8ac7 Merge branch 'xfs-dax-support' into for-next by Dave Chinner · 9 years ago
  34. cbe4dab xfs: add initial DAX support by Dave Chinner · 9 years ago
  35. 6e1ba0b xfs: add DAX IO path support by Dave Chinner · 9 years ago
  36. 9969441 xfs: add DAX truncate support by Dave Chinner · 9 years ago
  37. 4f69f57 xfs: add DAX block zeroing support by Dave Chinner · 9 years ago
  38. 6b698ed xfs: add DAX file operations support by Dave Chinner · 9 years ago
  39. ec56b1f xfs: mmap lock needs to be inside freeze protection by Dave Chinner · 9 years ago
  40. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  41. c4843a7 memcg: add per cgroup dirty page accounting by Greg Thelen · 9 years ago
  42. b9a350a Merge branch 'xfs-sparse-inode' into for-next by Dave Chinner · 9 years ago
  43. e01c025 Merge branch 'xfs-misc-fixes-for-4.2' into for-next by Dave Chinner · 9 years ago
  44. 339e4f6 xfs: Clean up xfs_trans_dup_dqinfo by Nan Jia · 9 years ago
  45. 39e56d9 xfs: don't cast string literals by Eric Sandeen · 9 years ago
  46. 7f884dc xfs: fix quota block reservation leak when tp allocates and frees blocks by Brian Foster · 9 years ago
  47. 2e588a4 xfs: always log the inode on unwritten extent conversion by Brian Foster · 9 years ago
  48. 22ce1e1 xfs: enable sparse inode chunks for v5 superblocks by Brian Foster · 9 years ago
  49. 09b5660 xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster() by Brian Foster · 9 years ago
  50. 10ae3dc7 xfs: only free allocated regions of inode chunks by Brian Foster · 9 years ago
  51. 26dd521 xfs: filter out sparse regions from individual inode allocation by Brian Foster · 9 years ago
  52. 1cdadee xfs: randomly do sparse inode allocations in DEBUG mode by Brian Foster · 9 years ago
  53. 56d1115 xfs: allocate sparse inode chunks on full chunk allocation failure by Brian Foster · 9 years ago
  54. 4148c34 xfs: helper to convert holemask to inode alloc. bitmap by Brian Foster · 9 years ago
  55. 7f43c90 xfs: handle sparse inode chunks in icreate log recovery by Brian Foster · 9 years ago
  56. 463958a xfs: pass inode count through ordered icreate log item by Brian Foster · 9 years ago
  57. 12d0714 xfs: use actual inode count for sparse records in bulkstat/inumbers by Brian Foster · 9 years ago
  58. 5419040 xfs: introduce inode record hole mask for sparse inode chunks by Brian Foster · 9 years ago
  59. 502a4e7 xfs: add fs geometry bit for sparse inode chunks by Brian Foster · 9 years ago
  60. e5376fc xfs: sparse inode chunks feature helpers and mount requirements by Brian Foster · 9 years ago
  61. 066a188 xfs: use sparse chunk alignment for min. inode allocation requirement by Brian Foster · 9 years ago
  62. fb4f2b4 xfs: add sparse inode chunk alignment superblock field by Brian Foster · 9 years ago
  63. bfe46d4 xfs: support min/max agbno args in block allocator by Brian Foster · 9 years ago
  64. 999633d xfs: update free inode record logic to support sparse inode records by Brian Foster · 9 years ago
  65. d4cc540 xfs: create individual inode alloc. helper by Brian Foster · 9 years ago
  66. 22419ac xfs: fix broken i_nlink accounting for whiteout tmpfile inode by Brian Foster · 9 years ago
  67. cddc116 xfs: xfs_iozero can return positive errno by Dave Chinner · 9 years ago
  68. 6dfe5a0 xfs: xfs_attr_inactive leaves inconsistent attr fork state behind by Dave Chinner · 9 years ago
  69. 6dea405e xfs: extent size hints can round up extents past MAXEXTLEN by Dave Chinner · 9 years ago
  70. 8c1903d xfs: inode and free block counters need to use __percpu_counter_compare by Dave Chinner · 9 years ago
  71. 74f9ce1 xfs: use percpu_counter_read_positive for mp->m_icount by George Wang · 9 years ago
  72. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  73. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  74. dac5621 bio: skip atomic inc/dec of ->bi_cnt for most use cases by Jens Axboe · 9 years ago
  75. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  76. 1aef882 Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  77. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  78. 84588e7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  79. 542c311 Merge branch 'xfs-dio-extend-fix' into for-next by Dave Chinner · 9 years ago
  80. 0cefb29 xfs: using generic_file_direct_write() is unnecessary by Dave Chinner · 9 years ago
  81. 40c63fb xfs: direct IO EOF zeroing needs to drain AIO by Dave Chinner · 9 years ago
  82. b9d5984 xfs: DIO write completion size updates race by Dave Chinner · 9 years ago
  83. a06c277 xfs: DIO writes within EOF don't need an ioend by Dave Chinner · 9 years ago
  84. 6dfa1b6 xfs: handle DIO overwrite EOF update completion correctly by Dave Chinner · 9 years ago
  85. d5cc2e3 xfs: DIO needs an ioend for writes by Dave Chinner · 9 years ago
  86. 1fdca9c xfs: move DIO mapping size calculation by Dave Chinner · 9 years ago
  87. a719370 xfs: factor DIO write mapping from get_blocks by Dave Chinner · 9 years ago
  88. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  89. 6a63ef0 Merge branch 'xfs-misc-fixes-for-4.1-3' into for-next by Dave Chinner · 9 years ago
  90. 21c3ea1 xfs: unlock i_mutex in xfs_break_layouts by Christoph Hellwig · 9 years ago
  91. 66db810 xfs: kill unnecessary firstused overflow check on attr3 leaf removal by Brian Foster · 9 years ago
  92. e87021a xfs: use larger in-core attr firstused field and detect overflow by Brian Foster · 9 years ago
  93. 2f66124 xfs: pass attr geometry to attr leaf header conversion functions by Brian Foster · 9 years ago
  94. bbe051c xfs: disallow ro->rw remount on norecovery mount by Eric Sandeen · 9 years ago
  95. 72c1a73 xfs: xfs_shift_file_space can be static by kbuild test robot · 9 years ago
  96. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 9 years ago
  97. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  98. 99733fa xfs_file_aio_write_checks: switch to iocb/iov_iter by Al Viro · 9 years ago
  99. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  100. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago