1. 2143c19 jbd2: speedup jbd2_journal_dirty_metadata() by Jan Kara · 9 years ago
  2. 7b506b1 jbd2: get rid of open coded allocation retry loop by Michal Hocko · 9 years ago
  3. b03a2f7 ext4: improve warning directory handling messages by Andreas Dilger · 9 years ago
  4. 6f6a6fd jbd2: fix ocfs2 corrupt when updating journal superblock fails by Joseph Qi · 9 years ago
  5. 97b4af2 ext4: mballoc: avoid 20-argument function call by Rasmus Villemoes · 9 years ago
  6. 0d306dc ext4: wait for existing dio workers in ext4_alloc_file_blocks() by Lukas Czerner · 9 years ago
  7. 4134f5c ext4: recalculate journal credits as inode depth changes by Lukas Czerner · 9 years ago
  8. b4f1afc jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail() by Dmitry Monakhov · 9 years ago
  9. bf86546 ext4: use swap() in mext_page_double_lock() by Fabian Frederick · 9 years ago
  10. 4b7e2db ext4: use swap() in memswap() by Fabian Frederick · 9 years ago
  11. bdf9683 ext4: fix race between truncate and __ext4_journalled_writepage() by Theodore Ts'o · 9 years ago
  12. 1cb767c ext4 crypto: fail the mount if blocksize != pagesize by Theodore Ts'o · 9 years ago
  13. 331573f ext4: Add support FALLOC_FL_INSERT_RANGE for fallocate by Namjae Jeon · 9 years ago
  14. de92c8c jbd2: speedup jbd2_journal_get_[write|undo]_access() by Jan Kara · 9 years ago
  15. 8b00f40 jbd2: more simplifications in do_get_write_access() by Jan Kara · 9 years ago
  16. d012aa5 jbd2: simplify error path on allocation failure in do_get_write_access() by Jan Kara · 9 years ago
  17. ee57aba jbd2: simplify code flow in do_get_write_access() by Jan Kara · 9 years ago
  18. b4ab9e2 ext4 crypto: fix sparse warnings in fs/ext4/ioctl.c by Fabian Frederick · 9 years ago
  19. 8bc3b1e ext4: BUG_ON assertion repeated for inode1, not done for inode2 by David Moore · 9 years ago
  20. ad0a0ce ext4 crypto: fix ext4_get_crypto_ctx()'s calling convention in ext4_decrypt_one by Theodore Ts'o · 9 years ago
  21. 42ac184 ext4: return error code from ext4_mb_good_group() by Lukas Czerner · 9 years ago
  22. bbdc322 ext4: try to initialize all groups we can in case of failure on ppc64 by Lukas Czerner · 9 years ago
  23. 41e5b7e ext4: verify block bitmap even after fresh initialization by Lukas Czerner · 9 years ago
  24. 6ccaf3e jbd2: revert must-not-fail allocation loops back to GFP_NOFAIL by Michal Hocko · 9 years ago
  25. 3dbb5eb ext4 crypto: allocate bounce pages using GFP_NOWAIT by Theodore Ts'o · 9 years ago
  26. e298e73 ext4 crypto: release crypto resource on module exit by Chao Yu · 9 years ago
  27. abdd438 ext4 crypto: handle unexpected lack of encryption keys by Theodore Ts'o · 9 years ago
  28. 4d3c4e5 ext4 crypto: allocate the right amount of memory for the on-disk symlink by Theodore Ts'o · 9 years ago
  29. 82d0d3e ext4 crypto: clean up error handling in ext4_fname_setup_filename by Theodore Ts'o · 9 years ago
  30. d87f6d7 ext4 crypto: policies may only be set on directories by Theodore Ts'o · 9 years ago
  31. c2facca ext4 crypto: enforce crypto policy restrictions on cross-renames by Theodore Ts'o · 9 years ago
  32. e709e9d ext4 crypto: encrypt tmpfile located in encryption protected directory by Theodore Ts'o · 9 years ago
  33. 6bc445e ext4 crypto: make sure the encryption info is initialized on opendir(2) by Theodore Ts'o · 9 years ago
  34. 5555702 ext4 crypto: set up encryption info for new inodes in ext4_inherit_context() by Theodore Ts'o · 9 years ago
  35. 95ea68b ext4 crypto: fix memory leaks in ext4_encrypted_zeroout by Theodore Ts'o · 9 years ago
  36. c936e1e ext4 crypto: use per-inode tfm structure by Theodore Ts'o · 9 years ago
  37. 71dea01 ext4 crypto: require CONFIG_CRYPTO_CTR if ext4 encryption is enabled by Theodore Ts'o · 9 years ago
  38. 614def7 ext4 crypto: shrink size of the ext4_crypto_ctx structure by Theodore Ts'o · 9 years ago
  39. 1aaa6e8 ext4 crypto: get rid of ci_mode from struct ext4_crypt_info by Theodore Ts'o · 9 years ago
  40. 8ee03714 ext4 crypto: use slab caches by Theodore Ts'o · 9 years ago
  41. f5aed2c ext4: clean up superblock encryption mode fields by Theodore Ts'o · 9 years ago
  42. b7236e2 ext4 crypto: reorganize how we store keys in the inode by Theodore Ts'o · 9 years ago
  43. e2881b1b ext4 crypto: separate kernel and userspace structure for the key by Theodore Ts'o · 9 years ago
  44. d229959 ext4 crypto: don't allocate a page when encrypting/decrypting file names by Theodore Ts'o · 9 years ago
  45. 5b643f9 ext4 crypto: optimize filename encryption by Theodore Ts'o · 9 years ago
  46. e260818 Linux 4.1-rc4 by Linus Torvalds · 9 years ago
  47. ab992dc watchdog: Fix merge 'conflict' by Peter Zijlstra · 9 years ago
  48. 7cf7d42 Merge tag 'for-linus-20150516' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  49. c0655fe Merge tag 'usb-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  50. dd8edd7 Merge tag 'tty-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  51. 3f4741b Merge tag 'staging-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  52. 148c46f Merge tag 'char-misc-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  53. 92752b5 Merge branch 'for-linus-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  54. 1630ee5 Merge tag 'upstream-4.1-rc4' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  55. 6a8098a Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  56. c7309e8 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  57. 518af3c Merge branch 'master' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  58. 2ed3d79 Merge tag 'arc-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 9 years ago
  59. d661027 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  60. 7378668 Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  61. d70933b Merge tag 'linux-kselftest-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 9 years ago
  62. 4b470f1 Merge branch 'parisc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  63. 8947e39 Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor" by Brian Norris · 9 years ago
  64. e05cb56 MIPS: tlb-r4k: Fix PG_ELPA comment by James Hogan · 9 years ago
  65. 7363cb7 MIPS: Fix up obsolete cpu_set usage by Ezequiel Garcia · 9 years ago
  66. be5e32f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  67. 14db1e8 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  68. ef4a293 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  69. 214e9f7 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  70. c4d0bcc Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  71. 0336104 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  72. 56523ee Merge tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Arnd Bergmann · 9 years ago
  73. cc1c1b5 Merge tag 'mvebu-fixes-4.1-2' of git://git.infradead.org/linux-mvebu into fixes by Arnd Bergmann · 9 years ago
  74. 31c17ac MAINTAINERS: Add dts entries for some of the Marvell SoCs by Gregory CLEMENT · 9 years ago
  75. 60d5dde Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux into perf/urgent by Ingo Molnar · 9 years ago
  76. 4723132 Merge tag 'drm-intel-fixes-2015-05-13' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 9 years ago
  77. e52f649 Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 9 years ago
  78. b9576fc ext4: fix an ext3 collapse range regression in xfstests by Theodore Ts'o · 9 years ago
  79. f0897f4 Merge tag 'pm+acpi-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  80. fc8c540 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  81. 3c25a75 Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 9 years ago
  82. b0dc2b9 mm, numa: really disable NUMA balancing by default on single node machines by Mel Gorman · 9 years ago
  83. b770175 MAINTAINERS: update Jingoo Han's email address by Jingoo Han · 9 years ago
  84. 1ae7013 CMA: page_isolation: check buddy before accessing it by Hui Zhu · 9 years ago
  85. 929aa5b uidgid: make uid_valid and gid_valid work with !CONFIG_MULTIUSER by Josh Triplett · 9 years ago
  86. 499611e kernfs: do not account ino_ida allocations to memcg by Vladimir Davydov · 9 years ago
  87. 8f4fc07 gfp: add __GFP_NOACCOUNT by Vladimir Davydov · 9 years ago
  88. 4933f55 tools/vm: fix page-flags build by Andi Kleen · 9 years ago
  89. f98b733 drivers/rtc/rtc-armada38x.c: remove unused local `flags' by Andrew Morton · 9 years ago
  90. e531d0b jbd2: fix r_count overflows leading to buffer overflow in journal recovery by Darrick J. Wong · 9 years ago
  91. 2f97486 ext4: check for zero length extent explicitly by Eryu Guan · 9 years ago
  92. 9d50659 ext4: fix NULL pointer dereference when journal restart fails by Lukas Czerner · 9 years ago
  93. 92c8263 ext4: remove unused function prototype from ext4.h by Theodore Ts'o · 9 years ago
  94. 1b46617 ext4: don't save the error information if the block device is read-only by Theodore Ts'o · 9 years ago
  95. 4de5167 Merge branches 'acpi-init' and 'acpica' by Rafael J. Wysocki · 9 years ago
  96. 8f4d855 ext4: fix lazytime optimization by Theodore Ts'o · 9 years ago
  97. 5691926 Merge tag 'usb-serial-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 9 years ago
  98. db7c727 mtd: readtest: don't clobber error reports by Brian Norris · 9 years ago
  99. e8f9845 MAINTAINERS: ARM: EXYNOS: Add Krzysztof Kozlowski as co-maintainer by Krzysztof Kozlowski · 9 years ago
  100. bed447e drm/radeon: don't do mst probing if MST isn't enabled. by Dave Airlie · 9 years ago