1. 4d9a2c8 dax: Remove i_mmap_lock protection by Jan Kara · 9 years ago
  2. bc2466e dax: Use radix tree entry lock to protect cow faults by Jan Kara · 9 years ago
  3. ac401cc dax: New fault locking by Jan Kara · 9 years ago
  4. e804315 dax: Define DAX lock bit for radix tree exceptional entry by Jan Kara · 9 years ago
  5. 348e967 dax: Make huge page handling depend of CONFIG_BROKEN by Jan Kara · 9 years ago
  6. b995353 dax: Fix condition for filling of PMD holes by Jan Kara · 9 years ago
  7. 40543f6 dax: fix a comment in dax_zero_page_range and dax_truncate_page by Vishal Verma · 9 years ago
  8. 4b0228f dax: for truncate/hole-punch, do zeroing through the driver if possible by Vishal Verma · 9 years ago
  9. 679c8bd dax: export a low-level __dax_zero_page_range helper by Christoph Hellwig · 9 years ago
  10. 3dc2916 dax: use sb_issue_zerout instead of calling dax_clear_sectors by Matthew Wilcox · 9 years ago
  11. 0a70bd4 dax: enable dax in the presence of known media errors (badblocks) by Dan Williams · 9 years ago
  12. 8b3db979 dax: fallback from pmd to pte on error by Dan Williams · 9 years ago
  13. a8078b1 block: Update blkdev_dax_capable() for consistency by Toshi Kani · 9 years ago
  14. 1e937cd xfs: Add alignment check for DAX mount by Toshi Kani · 9 years ago
  15. 284854b ext2: Add alignment check for DAX mount by Toshi Kani · 9 years ago
  16. 87eefeb ext4: Add alignment check for DAX mount by Toshi Kani · 9 years ago
  17. 2d96afc block: Add bdev_dax_supported() for dax mount checks by Toshi Kani · 9 years ago
  18. 2af3a81 block: Add vfs_msg() interface by Toshi Kani · 9 years ago
  19. 7795bec dax: Remove redundant inode size checks by Jan Kara · 9 years ago
  20. c3d98e3 dax: Remove pointless writeback from dax_do_io() by Jan Kara · 9 years ago
  21. 069c77b dax: Remove zeroing from dax_io() by Jan Kara · 9 years ago
  22. 2b10945 dax: Remove dead zeroing code from fault handlers by Jan Kara · 9 years ago
  23. 86b0624 ext2: Avoid DAX zeroing to corrupt data by Jan Kara · 9 years ago
  24. 9b6cd5f ext2: Fix block zeroing in ext2_get_blocks() for DAX by Jan Kara · 9 years ago
  25. 02fbd13 dax: Remove complete_unwritten argument by Jan Kara · 9 years ago
  26. e4b2749 DAX: move RADIX_DAX_ definitions to dax.c by NeilBrown · 9 years ago
  27. 12735f8 ext4: pre-zero allocated blocks for DAX IO by Jan Kara · 9 years ago
  28. 914f82a ext4: refactor direct IO code by Jan Kara · 9 years ago
  29. dbc427c ext4: fix race in transient ENOSPC detection by Jan Kara · 9 years ago
  30. 7cb476f ext4: handle transient ENOSPC properly for DAX by Jan Kara · 9 years ago
  31. aef39ab dax: call get_blocks() with create == 1 for write faults to unwritten extents by Jan Kara · 9 years ago
  32. 816cd71 ext4: remove unmeetable inconsisteny check from ext4_find_extent() by Nicolai Stange · 9 years ago
  33. 32157de ext4: remove unnecessary bio get/put by Jens Axboe · 9 years ago
  34. 935244c ext4: silence UBSAN in ext4_mb_init() by Nicolai Stange · 9 years ago
  35. b5cb316 ext4: address UBSAN warning in mb_find_order_for_block() by Nicolai Stange · 9 years ago
  36. 74177f55 ext4: fix oops on corrupted filesystem by Jan Kara · 9 years ago
  37. ff0bc08 ext4: fix check of dqget() return value in ext4_ioctl_setproject() by Seth Forshee · 9 years ago
  38. 7827a7f ext4: clean up error handling when orphan list is corrupted by Theodore Ts'o · 9 years ago
  39. c9eb13a ext4: fix hang when processing corrupted orphaned inode list by Theodore Ts'o · 9 years ago
  40. 8d2ae1c ext4: remove trailing \n from ext4_warning/ext4_error calls by Jakub Wilk · 9 years ago
  41. c8585c6 ext4: fix races between changing inode journal mode and ext4_writepages by Daeho Jeong · 9 years ago
  42. 4c54659 ext4: handle unwritten or delalloc buffers before enabling data journaling by Daeho Jeong · 9 years ago
  43. 7b80819 ext4: fix jbd2 handle extension in ext4_ext_truncate_extend_restart() by Theodore Ts'o · 9 years ago
  44. ee0876b ext4: do not ask jbd2 to write data for delalloc buffers by Jan Kara · 9 years ago
  45. 41617e1 jbd2: add support for avoiding data writes during transaction commits by Jan Kara · 9 years ago
  46. 3957ef5 ext4: remove EXT4_STATE_ORDERED_MODE by Jan Kara · 9 years ago
  47. 06bd3c3 ext4: fix data exposure after a crash by Jan Kara · 9 years ago
  48. 1f60fbe ext4: allow readdir()'s of large empty directories to be interrupted by Theodore Ts'o · 9 years ago
  49. e1e22b2 Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  50. dfe7058 Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  51. 34dbbcd Make file credentials available to the seqfile interfaces by Linus Torvalds · 9 years ago
  52. 03a8bb0 ext4/fscrypto: avoid RCU lookup in d_revalidate by Jaegeuk Kim · 9 years ago
  53. 87243de debugfs: Make automount point inodes permanently empty by Seth Forshee · 9 years ago
  54. b32e448 fscrypto: don't let data integrity writebacks fail with ENOMEM by Jaegeuk Kim · 9 years ago
  55. 33b1395 f2fs: use dget_parent and file_dentry in f2fs_file_open by Jaegeuk Kim · 9 years ago
  56. d7d7535 fscrypto: use dget_parent() in fscrypt_d_revalidate() by Jaegeuk Kim · 9 years ago
  57. 9f2394c Revert "ext4: allow readdir()'s of large empty directories to be interrupted" by Linus Torvalds · 9 years ago
  58. 839a3f7 Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  59. 6759212 Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 9 years ago
  60. e56f498 orangefs: remove unused variable by Martin Brandenburg · 9 years ago
  61. 1917a69 orangefs: Add KERN_<LEVEL> to gossip_<level> macros by Joe Perches · 9 years ago
  62. 2eacea7 orangefs: strncpy -> strscpy by Martin Brandenburg · 9 years ago
  63. f83140c orangefs: clean up truncate ctime and mtime setting by Martin Brandenburg · 9 years ago
  64. 2fa37fd Orangefs: fix ifnullfree.cocci warnings by kbuild test robot · 9 years ago
  65. a9bb3ba Orangefs: optimize boilerplate code. by Mike Marshall · 9 years ago
  66. 2d09a2c Orangefs: xattr.c cleanup by Mike Marshall · 9 years ago
  67. 93061f3 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  68. 56f23fd Btrfs: fix file/data loss caused by fsync after rename and new inode by Filipe Manana · 9 years ago
  69. e865f49 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  70. c7e82c6 Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  71. 4a2d057 Merge branch 'PAGE_CACHE_SIZE-removal' by Linus Torvalds · 9 years ago
  72. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
  73. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  74. 7ccefb9 btrfs: Reset IO error counters before start of device replacing by Yauhen Kharuzhy · 9 years ago
  75. 0f5dcf8 btrfs: Add qgroup tracing by Mark Fasheh · 9 years ago
  76. c79b471 Btrfs: don't use src fd for printk by Josef Bacik · 9 years ago
  77. 8f282f7 btrfs: fallback to vmalloc in btrfs_compare_tree by David Sterba · 9 years ago
  78. 918c2ee btrfs: handle non-fatal errors in btrfs_qgroup_inherit() by Mark Fasheh · 9 years ago
  79. 0305bc2 btrfs: Output more info for enospc_debug mount option by Qu Wenruo · 9 years ago
  80. 264813a Btrfs: fix invalid reference in replace_path by Liu Bo · 9 years ago
  81. 2a162ce Btrfs: Improve FL_KEEP_SIZE handling in fallocate by Davide Italiano · 10 years ago
  82. c325a67 ext4: ignore quota mount options if the quota feature is enabled by Theodore Ts'o · 9 years ago
  83. 4762cc3 ext4 crypto: fix some error handling by Dan Carpenter · 9 years ago
  84. 82d2a34 Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  85. 22fed39 Merge tag 'for-linus' of git://github.com/martinbrandenburg/linux by Linus Torvalds · 9 years ago
  86. 8f0e874 ext4: avoid calling dquot_get_next_id() if quota is not enabled by Theodore Ts'o · 9 years ago
  87. e84dfbe ext4: retry block allocation for failed DIO and DAX writes by Jan Kara · 9 years ago
  88. daf647d ext4: add lockdep annotations for i_data_sem by Theodore Ts'o · 9 years ago
  89. 878dfd3 orangefs: minimum userspace version is 2.9.3 by Martin Brandenburg · 9 years ago
  90. 641bb32 orangefs: don't put readdir slot twice by Martin Brandenburg · 9 years ago
  91. e9dcfaf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  92. 7500c38 fix the braino in "namei: massage lookup_slow() to be usable by lookup_one_len_unlocked()" by Al Viro · 9 years ago
  93. 1028b55 ext4: allow readdir()'s of large empty directories to be interrupted by Theodore Ts'o · 9 years ago
  94. de17e79 btrfs: fix crash/invalid memory access on fsync when using overlayfs by Filipe Manana · 9 years ago
  95. b2dde6f f2fs: retrieve IO write stat from the right place by Shuoran Liu · 9 years ago
  96. c90e09f f2fs crypto: fix corrupted symlink in encrypted case by Jaegeuk Kim · 9 years ago
  97. 8f9e8f5 ocfs2: Fix Q_GETNEXTQUOTA for filesystem without quotas by Jan Kara · 9 years ago
  98. 82c7d82 dlm: config: Fix ENOMEM failures in make_cluster() by Andrew Price · 9 years ago
  99. 17e8a89 quota: Handle Q_GETNEXTQUOTA when quota is disabled by Jan Kara · 9 years ago
  100. fd69473 f2fs: cover large section in sanity check of super by Jaegeuk Kim · 9 years ago