1. 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  2. 22419ac xfs: fix broken i_nlink accounting for whiteout tmpfile inode by Brian Foster · 9 years ago
  3. cddc116 xfs: xfs_iozero can return positive errno by Dave Chinner · 9 years ago
  4. 6dfe5a0 xfs: xfs_attr_inactive leaves inconsistent attr fork state behind by Dave Chinner · 9 years ago
  5. 6dea405e xfs: extent size hints can round up extents past MAXEXTLEN by Dave Chinner · 9 years ago
  6. 8c1903d xfs: inode and free block counters need to use __percpu_counter_compare by Dave Chinner · 9 years ago
  7. 74f9ce1 xfs: use percpu_counter_read_positive for mp->m_icount by George Wang · 9 years ago
  8. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  9. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  10. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  11. 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
  12. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  13. 84588e7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  14. 542c311 Merge branch 'xfs-dio-extend-fix' into for-next by Dave Chinner · 9 years ago
  15. 0cefb29 xfs: using generic_file_direct_write() is unnecessary by Dave Chinner · 9 years ago
  16. 40c63fb xfs: direct IO EOF zeroing needs to drain AIO by Dave Chinner · 9 years ago
  17. b9d5984 xfs: DIO write completion size updates race by Dave Chinner · 9 years ago
  18. a06c277 xfs: DIO writes within EOF don't need an ioend by Dave Chinner · 9 years ago
  19. 6dfa1b6 xfs: handle DIO overwrite EOF update completion correctly by Dave Chinner · 9 years ago
  20. d5cc2e3 xfs: DIO needs an ioend for writes by Dave Chinner · 9 years ago
  21. 1fdca9c xfs: move DIO mapping size calculation by Dave Chinner · 9 years ago
  22. a719370 xfs: factor DIO write mapping from get_blocks by Dave Chinner · 9 years ago
  23. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  24. 6a63ef0 Merge branch 'xfs-misc-fixes-for-4.1-3' into for-next by Dave Chinner · 9 years ago
  25. 21c3ea1 xfs: unlock i_mutex in xfs_break_layouts by Christoph Hellwig · 9 years ago
  26. 66db810 xfs: kill unnecessary firstused overflow check on attr3 leaf removal by Brian Foster · 9 years ago
  27. e87021a xfs: use larger in-core attr firstused field and detect overflow by Brian Foster · 9 years ago
  28. 2f66124 xfs: pass attr geometry to attr leaf header conversion functions by Brian Foster · 9 years ago
  29. bbe051c xfs: disallow ro->rw remount on norecovery mount by Eric Sandeen · 9 years ago
  30. 72c1a73 xfs: xfs_shift_file_space can be static by kbuild test robot · 9 years ago
  31. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 9 years ago
  32. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  33. 99733fa xfs_file_aio_write_checks: switch to iocb/iov_iter by Al Viro · 9 years ago
  34. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  35. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  36. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  37. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  38. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  39. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  40. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  41. a448f8f Merge branch 'fallocate-insert-range' into for-next by Dave Chinner · 9 years ago
  42. 2b93681 Merge branch 'xfs-misc-fixes-for-4.1-2' into for-next by Dave Chinner · 9 years ago
  43. a904b1c xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate by Namjae Jeon · 9 years ago
  44. 5e9383f xfs: Fix incorrect positive ENOMEM return by Joe Perches · 9 years ago
  45. 20dafee xfs: xfs_mru_cache_insert() should use GFP_NOFS by Byoungyoung Lee · 9 years ago
  46. 65dd297 xfs: %pF is only for function pointers by Scott Wood · 9 years ago
  47. 29916df xfs: fix shadow warning in xfs_da3_root_split() by Fabian Frederick · 9 years ago
  48. 86aaf02 xfs: use bool instead of int in xfs_rename() by Fabian Frederick · 9 years ago
  49. b26384d xfs: fix NULL pointer dereference in xfs_filestream_lookup_ag() by Eric Sandeen · 9 years ago
  50. d64588c xfs: remove xfs_bmap_sanity_check() by Dave Chinner · 9 years ago
  51. d41bb03 Merge branch 'xfs-rename-whiteout' into for-next by Dave Chinner · 9 years ago
  52. 7dcf5c3 xfs: add RENAME_WHITEOUT support by Dave Chinner · 9 years ago
  53. eeacd32 xfs: make xfs_cross_rename() complete fully by Dave Chinner · 9 years ago
  54. 310606b xfs: factor out xfs_finish_rename() by Dave Chinner · 9 years ago
  55. 445883e xfs: cleanup xfs_rename error handling by Dave Chinner · 9 years ago
  56. 95afcf5 xfs: clean up inode locking for RENAME_WHITEOUT by Dave Chinner · 9 years ago
  57. c14cad9 xfs: Add support for Q_SETINFO by Jan Kara · 10 years ago
  58. 5d3684c xfs: Convert to using ->get_state callback by Jan Kara · 10 years ago
  59. 88e8fda Merge branch 'xfs-mmap-lock' into for-next by Dave Chinner · 9 years ago
  60. 4225441 Merge branch 'xfs-generic-sb-counters' into for-next by Dave Chinner · 9 years ago
  61. 3cabb83 Merge branch 'xfs-misc-fixes-for-4.1' into for-next by Dave Chinner · 9 years ago
  62. 444a702 xfs: remove deprecated mount options by Eric Sandeen · 9 years ago
  63. 3790a8c xfs: xfs_alloc_fix_minleft can underflow near ENOSPC by Dave Chinner · 9 years ago
  64. 83d5f01 xfs: cancel failed transaction in xfs_fs_commit_blocks() by Eric Sandeen · 9 years ago
  65. dd5e712 xfs: remove old and redundant comment in xfs_mount_validate_sb by Wang Sheng-Hui · 9 years ago
  66. fdadf26 xfs: clarify async write failure ratelimit message by Eric Sandeen · 9 years ago
  67. 3b9ce79 xfs: log unmount events on console by Eric Sandeen · 9 years ago
  68. fc92156 xfs: Ensure we have target_ip for RENAME_EXCHANGE by Eric Sandeen · 9 years ago
  69. 5fb5aee xfs: pass mp to XFS_WANT_CORRUPTED_RETURN by Eric Sandeen · 9 years ago
  70. c29aad4 xfs: pass mp to XFS_WANT_CORRUPTED_GOTO by Eric Sandeen · 9 years ago
  71. 58c9047 xfs: inodes are new until the dentry cache is set up by Dave Chinner · 9 years ago
  72. 5885ebd xfs: ensure truncate forces zeroed blocks to disk by Dave Chinner · 9 years ago
  73. dfcc70a xfs: Fix quota type in quota structures when reusing quota file by Jan Kara · 9 years ago
  74. 723cac4 xfs: lock out page faults from extent swap operations by Dave Chinner · 9 years ago
  75. 0f9160b xfs: xfs_setattr_size no longer races with page faults by Dave Chinner · 9 years ago
  76. e8e9ad4 xfs: take i_mmap_lock on extent manipulation operations by Dave Chinner · 9 years ago
  77. 075a924 xfs: use i_mmaplock on write faults by Dave Chinner · 9 years ago
  78. de0e8c2 xfs: use i_mmaplock on read faults by Dave Chinner · 9 years ago
  79. 653c60b xfs: introduce mmap/truncate lock by Dave Chinner · 9 years ago
  80. 964aa8d9 xfs: remove xfs_mod_incore_sb API by Dave Chinner · 9 years ago
  81. 0bd5dded xfs: replace xfs_mod_incore_sb_batched by Dave Chinner · 9 years ago
  82. bab98bb xfs: introduce xfs_mod_frextents by Dave Chinner · 9 years ago
  83. 5681ca4 xfs: Remove icsb infrastructure by Dave Chinner · 9 years ago
  84. 0d485ad xfs: use generic percpu counters for free block counter by Dave Chinner · 9 years ago
  85. e88b64e xfs: use generic percpu counters for free inode counter by Dave Chinner · 9 years ago
  86. 501ab32 xfs: use generic percpu counters for inode counter by Dave Chinner · 9 years ago
  87. be5e661 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  88. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  89. 93aaa83 Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  90. 781355c xfs: recall pNFS layouts on conflicting access by Christoph Hellwig · 9 years ago
  91. 5278511 xfs: implement pNFS export operations by Christoph Hellwig · 9 years ago
  92. 8180995 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  93. 3f97b16 list_lru: add helpers to isolate items by Vladimir Davydov · 9 years ago
  94. 4101b62 fs: consolidate {nr,free}_cached_objects args in shrink_control by Vladimir Davydov · 9 years ago
  95. 503c358 list_lru: introduce list_lru_shrink_{count,walk} by Vladimir Davydov · 9 years ago
  96. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  97. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  98. ae90fb1 Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  99. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  100. bad9626 Merge branch 'xfs-misc-fixes-for-3.20-4' into for-next by Dave Chinner · 9 years ago