1. 01a33b4 ext4: start transaction before calling into DAX by Matthew Wilcox · 9 years ago
  2. ed923b5 ext4: add ext4_get_block_dax() by Matthew Wilcox · 9 years ago
  3. e676a4c ext4: use ext4_get_block_write() for DAX by Matthew Wilcox · 9 years ago
  4. 11bd1a9 ext4: huge page fault support by Matthew Wilcox · 9 years ago
  5. c94c2ac dax: move DAX-related functions to a new header by Matthew Wilcox · 9 years ago
  6. 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
  7. e842f29 dax: don't abuse get_block mapping for endio callbacks by Dave Chinner · 9 years ago
  8. abdd438 ext4 crypto: handle unexpected lack of encryption keys by Theodore Ts'o · 9 years ago
  9. b7236e2 ext4 crypto: reorganize how we store keys in the inode by Theodore Ts'o · 9 years ago
  10. 6162e4b Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  11. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  12. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  13. be64f88 dax: unify ext2/4_{dax,}_file_operations by Boaz Harrosh · 9 years ago
  14. 0e3b210 dax: use pfn_mkwrite to update c/mtime + freeze protection by Boaz Harrosh · 9 years ago
  15. c9c7429 ext4 crypto: implement the ext4 decryption read path by Michael Halcrow · 9 years ago
  16. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 9 years ago
  17. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  18. e768d7f ext4_file_write_iter: move generic_write_checks() up by Al Viro · 9 years ago
  19. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  20. 5f380c7 lift generic_write_checks() into callers of __generic_file_write_iter() by Al Viro · 9 years ago
  21. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  22. 72b8e0f ext4: remove unused header files by Sheng Yong · 9 years ago
  23. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  24. 923ae0f ext4: add DAX functionality by Ross Zwisler · 9 years ago
  25. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  26. ad7fefb Revert "ext4: fix suboptimal seek_{data,hole} extents traversial" by Theodore Ts'o · 9 years ago
  27. 14516bb ext4: fix suboptimal seek_{data,hole} extents traversial by Dmitry Monakhov · 10 years ago
  28. a41537e ext4: prevent bugon on race between write/fcntl by Dmitry Monakhov · 10 years ago
  29. 590a141 ext4: remove readpage() check in ext4_mmap_file() by Zhang Zhen · 10 years ago
  30. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  31. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  32. 5d60125 ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access by liang xie · 10 years ago
  33. c197855 ext4: make local functions static by Stephen Hemminger · 10 years ago
  34. 9b88416 convert ext4 to ->write_iter() by Al Viro · 10 years ago
  35. a832475 Merge ext4 changes in ext4_file_write() into for-next by Al Viro · 10 years ago
  36. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  37. f5ccfe1 ext4: fix locking for O_APPEND writes by Theodore Ts'o · 10 years ago
  38. 7ed07ba ext4: factor out common code in ext4_file_write() by Theodore Ts'o · 10 years ago
  39. 8ad2850 ext4: move ext4_file_dio_write() into ext4_file_write() by Theodore Ts'o · 10 years ago
  40. 7608e61 ext4: inline generic_file_aio_write() into ext4_file_write() by Theodore Ts'o · 10 years ago
  41. 556615d ext4: rename uninitialized extents to unwritten by Lukas Czerner · 10 years ago
  42. 9ac0367 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  43. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  44. 6e6358f ext4: use i_size_read in ext4_unaligned_aio() by Theodore Ts'o · 10 years ago
  45. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  46. 45d4f85 fs/direct-io.c: remove some left over checks by Dan Carpenter · 10 years ago
  47. 41fc56d kill the 4th argument of __generic_file_aio_write() by Al Viro · 10 years ago
  48. d311d79 fix O_SYNC|O_APPEND syncing the wrong range on write() by Al Viro · 10 years ago
  49. 64e178a ext2/3/4: use generic posix ACL infrastructure by Christoph Hellwig · 10 years ago
  50. 02afc27 direct-io: Handle O_(D)SYNC AIO by Christoph Hellwig · 11 years ago
  51. a361293 jbd2: Fix oops in jbd2_journal_file_inode() by Jan Kara · 11 years ago
  52. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  53. 46a1c2c vfs: export lseek_execute() to modules by Jie Liu · 11 years ago
  54. e7293fd ext4: fix overflows in SEEK_HOLE, SEEK_DATA implementations by Jan Kara · 11 years ago
  55. b973425 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  56. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  57. e30b5dc ext4: fix fio regression by Yan, Zheng · 11 years ago
  58. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  59. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  60. be40136 ext4: rename and improbe ext4_es_find_extent() by Zheng Liu · 11 years ago
  61. 06b0c88 ext4: refine extent status tree by Zheng Liu · 11 years ago
  62. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 11 years ago
  63. 5439ca6 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  64. a28a917 ext4: remove unaligned AIO warning printk by Eric Sandeen · 11 years ago
  65. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  66. 939da10 ext4: Remove CONFIG_EXT4_FS_XATTR by Tao Ma · 12 years ago
  67. c8c0df2 ext4: introduce lseek SEEK_DATA/SEEK_HOLE support by Zheng Liu · 12 years ago
  68. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  69. c278531 ext4: fix ext4_flush_completed_IO wait semantics by Dmitry Monakhov · 12 years ago
  70. e27f41e ext4: give i_aiodio_unwritten a more appropriate name by Dmitry Monakhov · 12 years ago
  71. 173f865 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  72. 044ce47 ext4: convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super() by Jan Kara · 12 years ago
  73. 4bd809d ext4: don't take the i_mutex lock when doing DIO overwrites by Zheng Liu · 12 years ago
  74. ec7268c ext4: use core vfs llseek code for dir seeks by Eric Sandeen · 12 years ago
  75. e8b96eb vfs: allow custom EOF in generic_file_llseek code by Eric Sandeen · 12 years ago
  76. fbe1049 ext4: split ext4_file_write into buffered IO and direct IO by Zheng Liu · 12 years ago
  77. 8563000 ext4: use consistent ssize_t type in ext4_file_write() by Zheng Liu · 12 years ago
  78. f1f8935 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  79. 4cce0e2 ext4: replace cut'n'pasted llseek code with generic_file_llseek_size by Andi Kleen · 13 years ago
  80. cf80390 ext4: prevent stack overrun in ext4_file_open by Darrick J. Wong · 13 years ago
  81. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  82. c334b11 Ext4: handle SEEK_HOLE/SEEK_DATA generically by Josef Bacik · 13 years ago
  83. ae24f28 ext4: Convert ext4 to new truncate calling convention by Jan Kara · 13 years ago
  84. e9e3bce ext4: serialize unaligned asynchronous DIO by Eric Sandeen · 13 years ago
  85. 2fe17c1 fallocate should be a file operation by Christoph Hellwig · 13 years ago
  86. 8aefcd5 ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary by Theodore Ts'o · 13 years ago
  87. e0d10bf ext4: improve llseek error handling for overly large seek offsets by Toshiyuki Okajima · 14 years ago
  88. d889dc8 ext4: fix EFBIG edge case when writing to large non-extent file by Toshiyuki Okajima · 14 years ago
  89. a037515 ext4: Clean up s_dirt handling by Theodore Ts'o · 14 years ago
  90. 12e9b89 ext4: Use bitops to read/modify i_flags in struct ext4_inode_info by Dmitry Monakhov · 14 years ago
  91. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  92. 1f63b9c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  93. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  94. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  95. 3899167 Get rid of mnt_mountpoint abuses in ext4 by Al Viro · 14 years ago
  96. 19f5fb7 ext4: Use bitops to read/modify EXT4_I(inode)->i_state by Theodore Ts'o · 14 years ago
  97. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  98. 0d34ec6 ext4: Remove syncing logic from ext4_file_write by Jan Kara · 15 years ago
  99. 1d5ccd1 ext[234]: move over to 'check_acl' permission model by Linus Torvalds · 15 years ago
  100. bc0b0d6 ext4: update the s_last_mounted field in the superblock by Theodore Ts'o · 15 years ago