1. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  2. 84588e7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  3. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 10 years ago
  4. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 10 years ago
  5. 99733fa xfs_file_aio_write_checks: switch to iocb/iov_iter by Al Viro · 10 years ago
  6. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 10 years ago
  7. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
  8. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 10 years ago
  9. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 10 years ago
  10. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
  11. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 10 years ago
  12. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  13. c14cad9 xfs: Add support for Q_SETINFO by Jan Kara · 10 years ago
  14. 5d3684c xfs: Convert to using ->get_state callback by Jan Kara · 10 years ago
  15. 83d5f01 xfs: cancel failed transaction in xfs_fs_commit_blocks() by Eric Sandeen · 10 years ago
  16. fc92156 xfs: Ensure we have target_ip for RENAME_EXCHANGE by Eric Sandeen · 10 years ago
  17. 5885ebd xfs: ensure truncate forces zeroed blocks to disk by Dave Chinner · 10 years ago
  18. dfcc70a xfs: Fix quota type in quota structures when reusing quota file by Jan Kara · 10 years ago
  19. be5e661 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  20. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  21. 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 · 10 years ago
  22. 781355c xfs: recall pNFS layouts on conflicting access by Christoph Hellwig · 10 years ago
  23. 5278511 xfs: implement pNFS export operations by Christoph Hellwig · 10 years ago
  24. 8180995 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  25. 3f97b16 list_lru: add helpers to isolate items by Vladimir Davydov · 10 years ago
  26. 4101b62 fs: consolidate {nr,free}_cached_objects args in shrink_control by Vladimir Davydov · 10 years ago
  27. 503c358 list_lru: introduce list_lru_shrink_{count,walk} by Vladimir Davydov · 10 years ago
  28. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  29. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  30. 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 · 10 years ago
  31. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 10 years ago
  32. bad9626 Merge branch 'xfs-misc-fixes-for-3.20-4' into for-next by Dave Chinner · 10 years ago
  33. e9892d3 xfs: only trace buffer items if they exist by Dave Chinner · 10 years ago
  34. 01f9882 xfs: report proper f_files in statfs if we overshoot imaxpct by Eric Sandeen · 10 years ago
  35. f92090e xfs: xfs_ioctl_setattr_check_projid can be static by kbuild test robot · 10 years ago
  36. f8079b8 xfs: growfs should use synchronous transactions by Christoph Hellwig · 10 years ago
  37. 1790736 Merge branch 'xfs-ioctl-setattr-cleanup' into for-next by Dave Chinner · 10 years ago
  38. 9b94fcc xfs: fix behaviour of XFS_IOC_FSSETXATTR on directories by Iustin Pop · 10 years ago
  39. 23bd073 xfs: factor projid hint checking out of xfs_ioctl_setattr by Dave Chinner · 10 years ago
  40. d4388d3c xfs: factor extsize hint checking out of xfs_ioctl_setattr by Dave Chinner · 10 years ago
  41. 41c1452 xfs: XFS_IOCTL_SETXATTR can run in user namespaces by Dave Chinner · 10 years ago
  42. fd179b9 xfs: kill xfs_ioctl_setattr behaviour mask by Dave Chinner · 10 years ago
  43. f96291f xfs: disaggregate xfs_ioctl_setattr by Dave Chinner · 10 years ago
  44. 8f3d17a xfs: factor out xfs_ioctl_setattr transaciton preamble by Dave Chinner · 10 years ago
  45. 29a17c0 xfs: separate xflags from xfs_ioctl_setattr by Dave Chinner · 10 years ago
  46. 817b6c4 xfs: FSX_NONBLOCK is not used by Dave Chinner · 10 years ago
  47. 3fd1b0d Merge branch 'xfs-misc-fixes-for-3.20-3' into for-next by Dave Chinner · 10 years ago
  48. 2ba6623 xfs: don't allocate an ioend for direct I/O completions by Christoph Hellwig · 10 years ago
  49. f3d2155 xfs: change kmem_free to use generic kvfree() by Wang, Yalin · 10 years ago
  50. 8add71c xfs: factor out a xfs_update_prealloc_flags() helper by Christoph Hellwig · 10 years ago
  51. 38e478c quota: Split ->set_xstate callback into two by Jan Kara · 10 years ago
  52. 1cd6b7b Merge branch 'for_linus' into for_next by Jan Kara · 10 years ago
  53. 14bf61f quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units by Jan Kara · 10 years ago
  54. 4d94902 xfs: remove incorrect error negation in attr_multi ioctl by Brian Foster · 10 years ago
  55. 438c3c8 Merge branch 'xfs-buf-type-fixes' into for-next by Dave Chinner · 10 years ago
  56. 3443a3b xfs: set superblock buffer type correctly by Dave Chinner · 10 years ago
  57. fe22d55 xfs: set buf types when converting extent formats by Dave Chinner · 10 years ago
  58. f19b872 xfs: inode unlink does not set AGI buffer type by Dave Chinner · 10 years ago
  59. 0d612fb xfs: ensure buffer types are set correctly by Dave Chinner · 10 years ago
  60. 465e2de Merge branch 'xfs-sb-logging-rework' into for-next by Dave Chinner · 10 years ago
  61. 074e427 xfs: sanitise sb_bad_features2 handling by Dave Chinner · 10 years ago
  62. 61e63ec xfs: consolidate superblock logging functions by Dave Chinner · 10 years ago
  63. 4d11a40 xfs: remove bitfield based superblock updates by Dave Chinner · 10 years ago
  64. a394270 xfs: Remove some pointless quota checks by Jan Kara · 10 years ago
  65. fbf64b3 xfs: Remove some useless flags tests by Jan Kara · 10 years ago
  66. 8a2fdd4 xfs: Remove useless test by Jan Kara · 10 years ago
  67. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  68. 6bcf093 Merge branch 'xfs-misc-fixes-for-3.20-2' into for-next by Dave Chinner · 10 years ago
  69. 43fd1fc xfs: fix implicit bool to int conversion by Nicholas Mc Guire · 10 years ago
  70. d32057f xfs: pass a 64-bit count argument to xfs_iomap_write_unwritten by Christoph Hellwig · 10 years ago
  71. 64af7a6 xfs: remove deprecated sysctls by Dave Chinner · 10 years ago
  72. aa5d95c xfs: move xfs_bmap_finish prototype by Dave Chinner · 10 years ago
  73. 9799b43 xfs: move struct xfs_bmalloca to libxfs by Dave Chinner · 10 years ago
  74. 5ebdc21 xfs: move xfs_types.h to libxfs by Dave Chinner · 10 years ago
  75. 2155355 xfs: move xfs_fs.h to libxfs by Dave Chinner · 10 years ago
  76. efdca7a Merge branch 'xfs-misc-fixes-for-3.20-1' into for-next by Dave Chinner · 10 years ago
  77. 1a43ec0 xfs: Keep sb_bad_features2 consistent with sb_features2 by Jan Kara · 10 years ago
  78. 77af574 xfs: remove extra newlines from xfs messages by Eric Sandeen · 10 years ago
  79. 96ab795 xfs: initialize log buf I/O completion wq on log alloc by Brian Foster · 10 years ago
  80. d31a182 xfs: Add support to RENAME_EXCHANGE flag by Carlos Maiolino · 10 years ago
  81. dbe1b5c xfs: Make xfs_vn_rename compliant with renameat2() syscall by Carlos Maiolino · 10 years ago
  82. c05e14f Merge tag 'xfs-for-linus-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 10 years ago
  83. 1366f5d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  84. 6044e43 Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next by Dave Chinner · 10 years ago
  85. b29c70f xfs: split metadata and log buffer completion to separate workqueues by Brian Foster · 10 years ago
  86. 32296f8 xfs: fix set-but-unused warnings by Dave Chinner · 10 years ago
  87. 9a2cc41 xfs: move type conversion functions to xfs_dir.h by Dave Chinner · 10 years ago
  88. 1b767ee xfs: move ftype conversion functions to libxfs by Dave Chinner · 10 years ago
  89. 2d3d0c5 xfs: lobotomise xfs_trans_read_buf_map() by Dave Chinner · 10 years ago
  90. cdc9cec xfs: active inodes stat is broken by Dave Chinner · 10 years ago
  91. 4db431f xfs: cleanup xfs_bmse_merge returns by Dave Chinner · 10 years ago
  92. b11bd67 xfs: cleanup xfs_bmse_shift_one goto mess by Dave Chinner · 10 years ago
  93. 7a1df15 xfs: fix premature enospc on inode allocation by Dave Chinner · 10 years ago
  94. 76b5730 xfs: overflow in xfs_iomap_eof_align_last_fsb by Peter Watkins · 10 years ago
  95. e77b854 Merge branch 'xfs-coccinelle-cleanups' into xfs-misc-fixes-for-3.19-2 by Dave Chinner · 10 years ago
  96. c14fc01 Merge branch 'xfs-coccinelle-cleanups' into for-next by Dave Chinner · 10 years ago
  97. d254aae xfs: fix simple_return.cocci warning in xfs_bmse_shift_one by kbuild test robot · 10 years ago
  98. 8300475 xfs: fix simple_return.cocci warning in xfs_file_readdir by kbuild test robot · 10 years ago
  99. b72091f libxfs: fix simple_return.cocci warnings by kbuild test robot · 10 years ago
  100. d2a5e3c xfs: remove unnecessary null checks by Markus Elfring · 10 years ago