1. 3e67cfad2 ext4: grab missed write_count for EXT4_IOC_SWAP_BOOT by Dmitry Monakhov · 10 years ago
  2. be5cd90 ext4: optimize block allocation on grow indepth by Dmitry Monakhov · 10 years ago
  3. dfe076c ext4: get rid of code duplication by Dmitry Monakhov · 10 years ago
  4. c5d3119 ext4: fix over-defensive complaint after journal abort by Dmitry Monakhov · 10 years ago
  5. bce92d5 ext4: fix return value of ext4_do_update_inode by Li Xi · 10 years ago
  6. d6320cb ext4: fix mmap data corruption when blocksize < pagesize by Jan Kara · 10 years ago
  7. 90a8020 vfs: fix data corruption when blocksize < pagesize for mmaped data by Jan Kara · 10 years ago
  8. f6e63f9 ext4: fold ext4_nojournal_sops into ext4_sops by Theodore Ts'o · 10 years ago
  9. bb04457 ext4: support freezing ext2 (nojournal) file systems by Theodore Ts'o · 10 years ago
  10. bda3253 ext4: fold ext4_sync_fs_nojournal() into ext4_sync_fs() by Theodore Ts'o · 10 years ago
  11. 279bf6d ext4: don't check quota format when there are no quota files by Jan Kara · 10 years ago
  12. 50849db jbd2: simplify calling convention around __jbd2_journal_clean_checkpoint_list by Jan Kara · 10 years ago
  13. cc97f1a jbd2: avoid pointless scanning of checkpoint lists by Jan Kara · 10 years ago
  14. 8447497 ext4: explicitly inform user about orphan list cleanup by Dmitry Monakhov · 10 years ago
  15. 1245799 jbd2: jbd2_log_wait_for_space improve error detetcion by Dmitry Monakhov · 10 years ago
  16. 064d838 jbd2: free bh when descriptor block checksum fails by Darrick J. Wong · 10 years ago
  17. a0626e75 ext4: check EA value offset when loading by Darrick J. Wong · 10 years ago
  18. 684de574 ext4: don't keep using page if inline conversion fails by Darrick J. Wong · 10 years ago
  19. df4763b ext4: validate external journal superblock checksum by Darrick J. Wong · 10 years ago
  20. feb8c6d jbd2: fix journal checksum feature flag handling by Darrick J. Wong · 10 years ago
  21. c7f7254 ext4: provide separate operations for sysfs feature files by Lukas Czerner · 10 years ago
  22. 52c198c ext4: add sysfs entry showing whether the fs contains errors by Lukas Czerner · 10 years ago
  23. a2d4a64 ext4: don't use MAXQUOTAS value by Jan Kara · 10 years ago
  24. a49058f jbd/jbd2: use non-movable memory for the jbd superblock by Gioh Kim · 10 years ago
  25. a8ac900 ext4: use non-movable memory for the ext4 superblock by Gioh Kim · 10 years ago
  26. 3b5e645 fs/buffer.c: support buffer cache allocations with gfp modifiers by Gioh Kim · 10 years ago
  27. d26e2c4 ext4: renumber EXT4_EX_* flags to avoid flag aliasing problems by Theodore Ts'o · 10 years ago
  28. 0e5ecf0a jbd2: optimize jbd2_log_do_checkpoint() a bit by Jan Kara · 10 years ago
  29. dc6e8d6 jbd2: don't call get_bh() before calling __jbd2_journal_remove_checkpoint() by Theodore Ts'o · 10 years ago
  30. 754cfed ext4: drop the EXT4_STATE_DELALLOC_RESERVED flag by Theodore Ts'o · 10 years ago
  31. e3cf5d5 ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVED by Theodore Ts'o · 10 years ago
  32. a521100 ext4: pass allocation_request struct to ext4_(alloc,splice)_branch by Theodore Ts'o · 10 years ago
  33. eb68d0e ext4: track extent status tree shrinker delay statictics by Zheng Liu · 10 years ago
  34. e963bb1 ext4: improve extents status tree trace point by Zheng Liu · 10 years ago
  35. d91bd2c ext4: fix comments about get_blocks by Seunghun Lee · 10 years ago
  36. 45f1a9c ext4: enable block_validity by default by Darrick J. Wong · 10 years ago
  37. 88fe1ac jbd2: fold __wait_cp_io into jbd2_log_do_checkpoint() by Theodore Ts'o · 10 years ago
  38. be1158c jbd2: fold __process_buffer() into jbd2_log_do_checkpoint() by Theodore Ts'o · 10 years ago
  39. ed8a1a7 ext4: rename ext4_ext_find_extent() to ext4_find_extent() by Theodore Ts'o · 10 years ago
  40. 3bdf14b ext4: reuse path object in ext4_move_extents() by Theodore Ts'o · 10 years ago
  41. ee4bd0d9 ext4: reuse path object in ext4_ext_shift_extents() by Theodore Ts'o · 10 years ago
  42. 10809df8 ext4: teach ext4_ext_find_extent() to realloc path if necessary by Theodore Ts'o · 10 years ago
  43. b7ea89a ext4: allow a NULL argument to ext4_ext_drop_refs() by Theodore Ts'o · 10 years ago
  44. 523f431 ext4: call ext4_ext_drop_refs() from ext4_ext_find_extent() by Theodore Ts'o · 10 years ago
  45. dfe5080 ext4: drop EXT4_EX_NOFREE_ON_ERR from rest of extents handling code by Theodore Ts'o · 10 years ago
  46. 4f224b8 ext4: drop EXT4_EX_NOFREE_ON_ERR in convert_initialized_extent() by Theodore Ts'o · 10 years ago
  47. e8b83d93 ext4: collapse ext4_convert_initialized_extents() by Theodore Ts'o · 10 years ago
  48. 705912c ext4: teach ext4_ext_find_extent() to free path on error by Theodore Ts'o · 10 years ago
  49. bd30d70 ext4: fix accidental flag aliasing in ext4_map_blocks flags by Theodore Ts'o · 10 years ago
  50. 713e8dd ext4: fix ZERO_RANGE bug hidden by flag aliasing by Theodore Ts'o · 10 years ago
  51. 19008f6 ext4: fix ext4_swap_extents() error handling by Theodore Ts'o · 10 years ago
  52. fcf6b1b7 ext4: refactor ext4_move_extents code base by Dmitry Monakhov · 10 years ago
  53. f8fb4f4 ext4: use ext4_ext_next_allocated_block instead of mext_next_extent by Dmitry Monakhov · 10 years ago
  54. ee124d2 ext4: use ext4_update_i_disksize instead of opencoded ones by Dmitry Monakhov · 10 years ago
  55. 52c826d ext4: remove a duplicate call in ext4_init_new_dir() by Wang Shilong · 10 years ago
  56. f8b3b59 ext4: convert do_split() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  57. dd73b5d ext4: convert dx_probe() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  58. 1c21502 ext4: convert ext4_bread() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  59. 1056008 ext4: convert ext4_getblk() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  60. 537d8f9 ext4: convert ext4_dx_find_entry() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  61. d4f0318 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  62. ef13c8a Merge tag 'dm-3.17-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  63. 522a15d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  64. 9e36c63 alpha: io: implement relaxed accessor macros for writes by Will Deacon · 10 years ago
  65. 5691e44 alpha: Wire up sched_setattr, sched_getattr, and renameat2 syscalls. by Michael Cree · 10 years ago
  66. d80d448 ext4: fix same-dir rename when inline data directory overflows by Darrick J. Wong · 10 years ago
  67. db9ee22 jbd2: fix descriptor block size handling errors with journal_csum by Darrick J. Wong · 10 years ago
  68. 022eaa7 jbd2: fix infinite loop when recovering corrupt journal blocks by Darrick J. Wong · 10 years ago
  69. 6603120 ext4: update i_disksize coherently with block allocation on error path by Dmitry Monakhov · 10 years ago
  70. d49ec52 dm crypt: fix access beyond the end of allocated space by Mikulas Patocka · 10 years ago
  71. 59753a8 Merge tag 'backlight-fixes-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 10 years ago
  72. 2db3cff Merge tag 'mfd-fixes-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 10 years ago
  73. 0caf14e Merge tag 'pinctrl-v3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 10 years ago
  74. daf543b Merge tag 'for-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/sumits/dma-buf by Linus Torvalds · 10 years ago
  75. 521bd5e Merge tag 'sound-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  76. 6e8f7b0 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  77. daebabd mfd: twl4030-power: Fix PM idle pin configuration to not conflict with regulators by Tony Lindgren · 10 years ago
  78. bc80436 mfd: tc3589x: Add device tree bindings by Linus Walleij · 10 years ago
  79. 7b5af5c cfq-iosched: Add comments on update timing of weight by Toshiaki Makita · 10 years ago
  80. 1f58d94 dma-buf/fence: Fix one more kerneldoc warning by Thierry Reding · 10 years ago
  81. e9f3b79 dma-buf/fence: Fix a kerneldoc warning by Thierry Reding · 10 years ago
  82. a07b3b4 Documentation/dma-buf-sharing.txt: update API descriptions by Gioh Kim · 10 years ago
  83. b8d758d drm/ast: Add missing entry to dclk_table[] by Y.C. Chen · 10 years ago
  84. 36d07e3a Merge branch 'drm-3.17-rc2-sti-fixes' of git://git.linaro.org/people/benjamin.gaignard/kernel into drm-fixes by Dave Airlie · 10 years ago
  85. 5fa9be6 Merge branch 'msm-fixes-3.17' of git://people.freedesktop.org/~robclark/linux into drm-fixes by Dave Airlie · 10 years ago
  86. 00e7208 drm: fix division-by-zero on dumb_create() by David Herrmann · 10 years ago
  87. 4d69237 ww-mutex: clarify help text for DEBUG_WW_MUTEX_SLOWPATH by Rob Clark · 10 years ago
  88. a806122 Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago
  89. f1bd473 Merge branch 'sec-v3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux-security by Linus Torvalds · 10 years ago
  90. c174e6d ext4: fix transaction issues for ext4_fallocate and ext_zero_range by Dmitry Monakhov · 10 years ago
  91. 69dc953 ext4: fix incorect journal credits reservation in ext4_zero_range by Dmitry Monakhov · 10 years ago
  92. 0bd252d radeon: Test for PCI root bus before assuming bus->self by Alex Williamson · 10 years ago
  93. ff0c57a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
  94. 1fb00cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  95. c0fe5dc Merge tag 'trace-fixes-v3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  96. 844817e HID: picolcd: sanity check report size in raw_event() callback by Jiri Kosina · 10 years ago
  97. c54def7 HID: magicmouse: sanity check report size in raw_event() callback by Jiri Kosina · 10 years ago
  98. 1a22e77 ALSA: hda - Set up initial pins for Acer Aspire V5 by Takashi Iwai · 10 years ago
  99. 8fe7a26 tomoyo: Fix pathname calculation breakage. by Tetsuo Handa · 10 years ago
  100. 68e3702 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago