1. e3fb8eb ext4: cleanup handling of bh->b_state in DAX mmap by Jan Kara · 9 years ago
  2. facab4d ext4: return hole from ext4_map_blocks() by Jan Kara · 9 years ago
  3. 140a525 ext4: factor out determining of hole size by Jan Kara · 9 years ago
  4. 87d8a74 ext4: fix setting of referenced bit in ext4_es_lookup_extent() by Jan Kara · 9 years ago
  5. 600be30 ext4: remove i_ioend_count by Jan Kara · 9 years ago
  6. 109811c ext4: simplify io_end handling for AIO DIO by Jan Kara · 9 years ago
  7. efe70c2 ext4: move trans handling and completion deferal out of _ext4_get_block by Jan Kara · 9 years ago
  8. 705965b ext4: rename and split get blocks functions by Jan Kara · 9 years ago
  9. e142d05 ext4: use i_mutex to serialize unaligned AIO DIO by Jan Kara · 9 years ago
  10. 3bd6ad7 ext4: pack ioend structure better by Jan Kara · 9 years ago
  11. 29c6eaf ext4: trim unused parameter from convert_initialized_extent() by Eric Whitney · 9 years ago
  12. 6048c64 mbcache: add reusable flag to cache entries by Andreas Gruenbacher · 9 years ago
  13. 3fd1646 ext4: shortcut setting of xattr to the same value by Jan Kara · 9 years ago
  14. 2335d05 ext4: kill ext4_mballoc_ready by Andreas Gruenbacher · 9 years ago
  15. 7a2508e mbcache2: rename to mbcache by Jan Kara · 9 years ago
  16. 82939d7 ext4: convert to mbcache2 by Jan Kara · 9 years ago
  17. 87f9a03 ext4: iterate over buffer heads correctly in move_extent_per_page() by Eryu Guan · 9 years ago
  18. f96c450 ext4: make sure to revoke all the freeable blocks in ext4_free_blocks by Daeho Jeong · 9 years ago
  19. 74dae42 ext4: fix crashes in dioread_nolock mode by Jan Kara · 9 years ago
  20. ed8ad83 ext4: fix bh->b_state corruption by Jan Kara · 9 years ago
  21. c906f38 ext4: fix memleak in ext4_readdir() by Kirill Tkhai · 9 years ago
  22. 56263b4 ext4: remove unused parameter "newblock" in convert_initialized_extent() by Eryu Guan · 9 years ago
  23. bcff248 ext4: don't read blocks from disk after extents being swapped by Eryu Guan · 9 years ago
  24. 4690176 ext4: fix potential integer overflow by Insu Yun · 9 years ago
  25. 802cf1f ext4: add a line break for proc mb_groups display by Huaitong Han · 9 years ago
  26. fdde368 ext4: ioctl: fix erroneous return value by Anton Protopopov · 9 years ago
  27. 05145bd ext4: fix scheduling in atomic on group checksum failure by Jan Kara · 9 years ago
  28. ff978b0 ext4 crypto: move context consistency check to ext4_file_open() by Theodore Ts'o · 9 years ago
  29. 28b4c26 ext4 crypto: revalidate dentry after adding or removing the key by Theodore Ts'o · 9 years ago
  30. cc67375 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  31. d5be7a0 ext4: call dax_pfn_mkwrite() for DAX fsync/msync by Ross Zwisler · 9 years ago
  32. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  33. 391f2a1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  34. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  35. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  36. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  37. 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  38. 9b7365f ext4: add FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support by Li Xi · 9 years ago
  39. 689c958 ext4: add project quota support by Li Xi · 9 years ago
  40. 040cb37 ext4: adds project ID support by Li Xi · 9 years ago
  41. 56a0491 ext4 crypto: simplify interfaces to directory entry insert functions by Theodore Ts'o · 9 years ago
  42. a1c6f057 fs: use block_device name vsprintf helper by Dmitry Monakhov · 9 years ago
  43. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  44. 764a5c6 xattr handlers: Simplify list operation by Andreas Gruenbacher · 9 years ago
  45. db7730e ext4 crypto: add missing locking for keyring_key access by Theodore Ts'o · 9 years ago
  46. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  47. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  48. ba5843f ext4: use pre-zeroed blocks for DAX page faults by Jan Kara · 9 years ago
  49. c86d8db ext4: implement allocation of pre-zeroed blocks by Jan Kara · 9 years ago
  50. 53085fa ext4: provide ext4_issue_zeroout() by Jan Kara · 9 years ago
  51. 2dcba47 ext4: get rid of EXT4_GET_BLOCKS_NO_LOCK flag by Jan Kara · 9 years ago
  52. e74031f ext4: document lock ordering by Jan Kara · 9 years ago
  53. 0112784 ext4: fix races of writeback with punch hole and zero range by Jan Kara · 9 years ago
  54. 32ebffd ext4: fix races between buffered IO and collapse / insert range by Jan Kara · 9 years ago
  55. 17048e8 ext4: move unlocked dio protection from ext4_alloc_file_blocks() by Jan Kara · 9 years ago
  56. ea3d720 ext4: fix races between page faults and hole punching by Jan Kara · 9 years ago
  57. f41683a Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  58. 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 9 years ago
  59. 681c46b ext4: add "static" to ext4_seq_##name##_fops struct by Xu Cang · 9 years ago
  60. 5a1c7f4 ext4: fix an endianness bug in ext4_encrypted_follow_link() by Al Viro · 9 years ago
  61. e2c9e0b ext4: fix an endianness bug in ext4_encrypted_zeroout() by Al Viro · 9 years ago
  62. a4dad1a ext4: Fix handling of extended tv_sec by David Turner · 9 years ago
  63. ef83b6e ext2, ext4: warn when mounting with dax enabled by Dan Williams · 9 years ago
  64. 5d2eb54 Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  65. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  66. 842cf0b Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  67. 5c50002 vfs: remove unused wrapper block_page_mkwrite() by Ross Zwisler · 9 years ago
  68. 79211c8 remove abs64() by Andrew Morton · 9 years ago
  69. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  70. 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  71. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  72. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  73. 7130098 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  74. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  75. be69e1c fs/ext4: remove unnecessary new_valid_dev check by Yaowei Bai · 9 years ago
  76. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  77. 1617503 ext4: fix abs() usage in ext4_mb_check_group_pa by John Stultz · 9 years ago
  78. 1e381f6 ext4: do not allow journal_opts for fs w/o journal by Dmitry Monakhov · 9 years ago
  79. c93cf2d ext4: explicit mount options parsing cleanup by Dmitry Monakhov · 9 years ago
  80. 4327ba5 ext4, jbd2: ensure entering into panic after recording an error in superblock by Daeho Jeong · 9 years ago
  81. 904dad4 [PATCH] fix calculation of meta_bg descriptor backups by Andy Leiserson · 9 years ago
  82. 6934da9 ext4: fix potential use after free in __ext4_journal_stop by Lukas Czerner · 9 years ago
  83. 9c02ac9 ext4: fix xfstest generic/269 double revoked buffer bug with bigalloc by Daeho Jeong · 9 years ago
  84. 9008a58 ext4: make the bitmap read routines return real error codes by Darrick J. Wong · 9 years ago
  85. e2b911c ext4: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  86. 6a797d2 ext4: call out CRC and corruption errors with specific error codes by Darrick J. Wong · 9 years ago
  87. 8c81bd8 ext4: store checksum seed in superblock by Darrick J. Wong · 9 years ago
  88. 8b4953e ext4: reserve code points for the project quota feature by Theodore Ts'o · 9 years ago
  89. 3d87518 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  90. 063d99b mm, fs: obey gfp_mapping for add_to_page_cache() by Michal Hocko · 9 years ago
  91. b90197b ext4: use private version of page_zero_new_buffers() for data=journal mode by Theodore Ts'o · 9 years ago
  92. 36086d4 ext4 crypto: fix bugs in ext4_encrypted_zeroout() by Theodore Ts'o · 9 years ago
  93. 687c3c3 ext4 crypto: replace some BUG_ON()'s with error checks by Theodore Ts'o · 9 years ago
  94. 3684de8 ext4 crypto: ext4_page_crypto() doesn't need a encryption context by Theodore Ts'o · 9 years ago
  95. cccd147 ext4: optimize ext4_writepage() for attempted 4k delalloc writes by Theodore Ts'o · 9 years ago
  96. 937d7b8 ext4 crypto: fix memory leak in ext4_bio_write_page() by Theodore Ts'o · 9 years ago
  97. a1c8368 fs: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  98. d4eb6de ext4: Update EXT4_USE_FOR_EXT2 description by Jean Delvare · 9 years ago
  99. ebd173b ext4: move procfs registration code to fs/ext4/sysfs.c by Theodore Ts'o · 9 years ago
  100. 76d33bc ext4: refactor sysfs support code by Theodore Ts'o · 9 years ago