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. b9576fc ext4: fix an ext3 collapse range regression in xfstests by Theodore Ts'o · 9 years ago
  3. 2f97486 ext4: check for zero length extent explicitly by Eryu Guan · 9 years ago
  4. 9d50659 ext4: fix NULL pointer dereference when journal restart fails by Lukas Czerner · 9 years ago
  5. 92c8263 ext4: remove unused function prototype from ext4.h by Theodore Ts'o · 9 years ago
  6. 1b46617 ext4: don't save the error information if the block device is read-only by Theodore Ts'o · 9 years ago
  7. 8f4d855 ext4: fix lazytime optimization by Theodore Ts'o · 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. 75e7566 ext4: switch to simple_follow_link() by Al Viro · 9 years ago
  11. a7a67e8 ext4: split inode_operations for encrypted symlinks off the rest by Al Viro · 9 years ago
  12. 8663da2 Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  13. 2c869b2 ext4: fix growing of tiny filesystems by Jan Kara · 9 years ago
  14. 280227a ext4: move check under lock scope to close a race. by Davide Italiano · 9 years ago
  15. d2dc317 ext4: fix data corruption caused by unwritten and delayed extents by Lukas Czerner · 9 years ago
  16. 9402bdc ext4 crypto: remove duplicated encryption mode definitions by Chanho Park · 9 years ago
  17. fb63e54 ext4 crypto: do not select from EXT4_FS_ENCRYPTION by Herbert Xu · 9 years ago
  18. a44cd7a ext4 crypto: add padding to filenames before encrypting by Theodore Ts'o · 9 years ago
  19. 5de0b4d ext4 crypto: simplify and speed up filename encryption by Theodore Ts'o · 9 years ago
  20. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  21. fe0f07d direct-io: only inc/dec inode->i_dio_count for file systems by Jens Axboe · 9 years ago
  22. 6162e4b Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  23. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  24. 84588e7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  25. 6ddb244 ext4 crypto: enable encryption feature flag by Theodore Ts'o · 9 years ago
  26. f348c25 ext4 crypto: add symlink encryption by Theodore Ts'o · 9 years ago
  27. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  28. be64f88 dax: unify ext2/4_{dax,}_file_operations by Boaz Harrosh · 9 years ago
  29. 0e3b210 dax: use pfn_mkwrite to update c/mtime + freeze protection by Boaz Harrosh · 9 years ago
  30. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  31. 4461471 ext4 crypto: enable filename encryption by Michael Halcrow · 9 years ago
  32. 1f3862b ext4 crypto: filename encryption modifications by Michael Halcrow · 9 years ago
  33. b309848 ext4 crypto: partial update to namei.c for fname crypto by Michael Halcrow · 9 years ago
  34. 4bdfc87 ext4 crypto: insert encrypted filenames into a leaf directory block by Michael Halcrow · 9 years ago
  35. 2f61830 ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenames by Theodore Ts'o · 9 years ago
  36. d5d0e8c ext4 crypto: filename encryption facilities by Michael Halcrow · 9 years ago
  37. c9c7429 ext4 crypto: implement the ext4 decryption read path by Michael Halcrow · 9 years ago
  38. 2058f83 ext4 crypto: implement the ext4 encryption write path by Michael Halcrow · 9 years ago
  39. dde680c ext4 crypto: inherit encryption policies on inode and directory create by Michael Halcrow · 9 years ago
  40. d9cdc903 ext4 crypto: enforce context consistency by Theodore Ts'o · 9 years ago
  41. 88bd6cc ext4 crypto: add encryption key management facilities by Michael Halcrow · 9 years ago
  42. b30ab0e ext4 crypto: add ext4 encryption facilities by Michael Halcrow · 9 years ago
  43. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 9 years ago
  44. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  45. e768d7f ext4_file_write_iter: move generic_write_checks() up by Al Viro · 9 years ago
  46. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  47. 5f380c7 lift generic_write_checks() into callers of __generic_file_write_iter() by Al Viro · 9 years ago
  48. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  49. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  50. a95cd63 Remove rw from dax_{do_,}io() by Omar Sandoval · 9 years ago
  51. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  52. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  53. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  54. 9bd8212 ext4 crypto: add encryption policy and password salt support by Michael Halcrow · 9 years ago
  55. 887e2c4 ext4 crypto: add encryption xattr support by Michael Halcrow · 9 years ago
  56. e875a2d ext4 crypto: export ext4_empty_dir() by Michael Halcrow · 9 years ago
  57. b17655f ext4 crypto: add ext4 encryption Kconfig by Theodore Ts'o · 9 years ago
  58. f542fbe ext4 crypto: reserve codepoints used by the ext4 encryption feature by Theodore Ts'o · 9 years ago
  59. f64e02f ext4 crypto: add ext4_mpage_readpages() by Theodore Ts'o · 9 years ago
  60. e12fb97 ext4: make fsync to sync parent dir in no-journal for real this time by Lukas Czerner · 9 years ago
  61. 9d21c9f ext4: don't release reserved space for previously allocated cluster by Eric Whitney · 9 years ago
  62. 94426f4 ext4: fix loss of delalloc extent info in ext4_zero_range() by Eric Whitney · 9 years ago
  63. 0f2af21 ext4: allocate entire range in zero range by Lukas Czerner · 9 years ago
  64. 5a4f314 ext4: remove unnecessary lock/unlock of i_block_reservation_lock by Maurizio Lombardi · 9 years ago
  65. 08439fe ext4: remove block_device_ejected by Christoph Hellwig · 9 years ago
  66. 5f80f62 ext4: remove useless condition in if statement. by Wei Yuan · 9 years ago
  67. 72b8e0f ext4: remove unused header files by Sheng Yong · 9 years ago
  68. 4255c22 ext4: fix comments in ext4_can_extents_be_merged() by Xiaoguang Wang · 9 years ago
  69. 80cfb71 ext4: fix transposition typo in format string by Rasmus Villemoes · 9 years ago
  70. 7071b71 ext4: fix bh leak on error paths in ext4_rename() and ext4_cross_rename() by Konstantin Khlebnikov · 9 years ago
  71. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  72. 0a240339 quota: Make VFS quotas use new interface for getting quota info by Jan Kara · 10 years ago
  73. feaf2229 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  74. 0389115 Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  75. 923ae0f ext4: add DAX functionality by Ross Zwisler · 9 years ago
  76. 6f30b7e ext4: fix indirect punch hole corruption by Omar Sandoval · 9 years ago
  77. 2d5b86e ext4: ignore journal checksum on remount; don't fail by Eric Sandeen · 9 years ago
  78. b94a8b3 ext4: remove duplicate remount check for JOURNAL_CHECKSUM change by Eric Sandeen · 9 years ago
  79. 0572639 ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesize by Xiaoguang Wang · 9 years ago
  80. 2cb5cc8 ext4: support read-only images by Darrick J. Wong · 9 years ago
  81. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  82. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  83. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  84. a26f499 ext4: add optimization for the lazytime mount option by Theodore Ts'o · 9 years ago
  85. 0ae45f6 vfs: add support for a lazytime mount option by Theodore Ts'o · 9 years ago
  86. 1fa5efe ext4: Use generic helpers for quotaon and quotaoff by Jan Kara · 10 years ago
  87. 04ecddb ext4: change to use setup_timer() instead of init_timer() by Jan Mrazek · 9 years ago
  88. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  89. 3edc18d ext4: reserve codepoints used by the ext4 encryption feature by Theodore Ts'o · 9 years ago
  90. 3b421b8 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  91. 363307e ext4: remove spurious KERN_INFO from ext4_warning call by Jakub Wilk · 9 years ago
  92. ad7fefb Revert "ext4: fix suboptimal seek_{data,hole} extents traversial" by Theodore Ts'o · 9 years ago
  93. 011fa99 ext4: prevent online resize with backup superblock by Theodore Ts'o · 10 years ago
  94. b1bc6d7 move_extent_per_page(): get rid of unused w_flags by Al Viro · 10 years ago
  95. 9bfccec Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  96. 50db71a ext4: ext4_da_convert_inline_data_to_extent drop locked page after error by Dmitry Monakhov · 10 years ago
  97. 14516bb ext4: fix suboptimal seek_{data,hole} extents traversial by Dmitry Monakhov · 10 years ago
  98. d952d69 ext4: ext4_inline_data_fiemap should respect callers argument by Dmitry Monakhov · 10 years ago
  99. 5cc28a9 ext4: prevent fsreentrance deadlock for inline_data by Dmitry Monakhov · 10 years ago
  100. d4f7610 ext4: forbid journal_async_commit in data=ordered mode by Jan Kara · 10 years ago