1. 9d547c3 vfs: remove unused superblock helpers by Artem Bityutskiy · 13 years ago
  2. 91913a2 mm: export dirty_writeback_interval by Artem Bityutskiy · 13 years ago
  3. 182f514 ext4: remove useless s_dirt assignment by Artem Bityutskiy · 13 years ago
  4. a8e25a8 ext4: write superblock only once on unmount by Artem Bityutskiy · 13 years ago
  5. 1b8b975 ext4: do not mark superblock as dirty unnecessarily by Artem Bityutskiy · 13 years ago
  6. 7335519 ext4: correct ext4_punch_hole return codes by Allison Henderson · 13 years ago
  7. afcff5d ext4: remove restrictive checks for EOFBLOCKS_FL by Lukas Czerner · 13 years ago
  8. a7967f0 ext4: always set then trimmed blocks count into len by Lukas Czerner · 13 years ago
  9. 21e7fd2 ext4: fix trimmed block count accunting by Lukas Czerner · 13 years ago
  10. 913eed83 ext4: fix start and len arguments handling in ext4_trim_fs() by Lukas Czerner · 13 years ago
  11. 636d7e2e ext4: update s_free_{inodes,blocks}_count during online resize by Darrick J. Wong · 13 years ago
  12. 92b9781 ext4: change some printk() calls to use ext4_msg() instead by Theodore Ts'o · 13 years ago
  13. d9ee81d ext4: avoid output message interleaving in ext4_error_<foo>() by Joe Perches · 13 years ago
  14. 1084f25 ext4: remove trailing newlines from ext4_msg() and ext4_error() messages by Theodore Ts'o · 13 years ago
  15. ace36ad ext4: add no_printk argument validation, fix fallout by Joe Perches · 13 years ago
  16. 7f6a11e ext4: remove redundant "EXT4-fs: " from uses of ext4_msg by Joe Perches · 13 years ago
  17. dc1841d ext4: give more helpful error message in ext4_ext_rm_leaf() by Lukas Czerner · 13 years ago
  18. 7877191 ext4: remove unused code from ext4_ext_map_blocks() by Lukas Czerner · 13 years ago
  19. 5f95d21 ext4: rewrite punch hole to use ext4_ext_remove_space() by Lukas Czerner · 13 years ago
  20. 3339578 jbd2: cleanup journal tail after transaction commit by Jan Kara · 13 years ago
  21. 932bb30 jbd2: remove bh_state lock from checkpointing code by Jan Kara · 13 years ago
  22. c254c9e jbd2: remove always true condition in __journal_try_to_free_buffer() by Jan Kara · 13 years ago
  23. 5bebccf jbd2: declare __jbd2_journal_temp_unlink_buffer() static by Jan Kara · 13 years ago
  24. 96c8667 jbd2: fix BH_JWrite setting in checkpointing code by Jan Kara · 13 years ago
  25. 79feb52 jbd2: issue cache flush after checkpointing even with internal journal by Jan Kara · 13 years ago
  26. a78bb11 jbd2: protect all log tail updates with j_checkpoint_mutex by Jan Kara · 13 years ago
  27. 24bcc89 jbd2: split updating of journal superblock and marking journal empty by Jan Kara · 13 years ago
  28. 31d4f3a ext4: check for zero length extent by Theodore Ts'o · 13 years ago
  29. 4188188 ext4: add comments to definition of ext4_io_end_t by Curt Wohlgemuth · 13 years ago
  30. b43d17f ext4: don't release page refs in ext4_end_bio() by Curt Wohlgemuth · 13 years ago
  31. 491caa4 ext4: fix race between sync and completed io work by Jeff Moyer · 13 years ago
  32. 93ef854 ext4: clean up the flags passed to __blockdev_direct_IO by Jeff Moyer · 13 years ago
  33. f704860 ext4: try to deprecate noacl and noxattr_user mount options by Theodore Ts'o · 13 years ago
  34. c7198b9 ext4: ignore mount options supported by ext2/3 (but have since been removed) by Theodore Ts'o · 13 years ago
  35. 66acdcf ext4: add debugging /proc file showing file system options by Theodore Ts'o · 13 years ago
  36. 5a916be ext4: make ext4_show_options() be table-driven by Theodore Ts'o · 13 years ago
  37. 2adf6da ext4: move ext4_show_options() after parse_options() by Theodore Ts'o · 13 years ago
  38. 26092bf ext4: use a table-driven handler for mount options by Theodore Ts'o · 13 years ago
  39. 72578c3 ext4: unify handling of mount options which have been removed by Theodore Ts'o · 13 years ago
  40. 39ef17f ext4: simplify handling of the errors=* mount options by Theodore Ts'o · 13 years ago
  41. c64db50 ext4: remove the I_VERSION mount flag and use the super_block flag instead by Theodore Ts'o · 13 years ago
  42. ee4a3fc ext4: remove Opt_ignore by Theodore Ts'o · 13 years ago
  43. 87f2680 ext4: remove deprecation warnings for minix_df and grpid by Theodore Ts'o · 13 years ago
  44. 85d2165 ext4: Fix endianness bug when reading the MMP block by Santosh Nayak · 13 years ago
  45. 9ee4930 ext4: format flag in dx_probe() by Zheng Liu · 13 years ago
  46. c1bb05a ext4: avoid deadlock on sync-mounted FS w/o journal by Eric Sandeen · 13 years ago
  47. a0ade1d ext4: fix resize when resizing within single group by Lukas Czerner · 13 years ago
  48. 266991b ext4: fix race between unwritten extent conversion and truncate by Jeff Moyer · 13 years ago
  49. d4dc462 ext4: fix balloc.c printk-format-warning by Heiko Carstens · 13 years ago
  50. c5e8f3f ext4: remove EXT4_MB_{BITMAP,BUDDY} macros by Theodore Ts'o · 13 years ago
  51. a0cc910 ext4: using PTR_ERR() on the wrong variable in ext4_ext_migrate() by Dan Carpenter · 13 years ago
  52. 4fda400 ext4: remove an unneeded NULL check in __ext4_check_dir_entry() by Dan Carpenter · 13 years ago
  53. f1b3a2a ext4: remove unneeded variable in ext4_xattr_check_block() by Zheng Liu · 13 years ago
  54. 661aa52 ext4: remove the resize mount option by Eric Sandeen · 13 years ago
  55. 43e625d ext4: remove the journal=update mount option by Eric Sandeen · 13 years ago
  56. 1592d2c ext4: mark possibly unused variable in ext4_mb_normalize_request() by Curt Wohlgemuth · 13 years ago
  57. 9c0e00e jbd2: use KMEM_CACHE instead of kmem_cache_create() by Yongqiang Yang · 13 years ago
  58. 4185a2a jbd2: rename functions which initialize slab caches by Yongqiang Yang · 13 years ago
  59. 0c2022e jbd2: allocate transaction from separate slab cache by Yongqiang Yang · 13 years ago
  60. 18aadd4 ext4: expand commit callback and by Bobi Jam · 13 years ago
  61. 1529116 jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_buffer by Eric Sandeen · 13 years ago
  62. 856cbcf ext4: fix INCOMPAT feature codepoint reservation for INLINEDATA by Theodore Ts'o · 13 years ago
  63. 2201c59 jbd2: add drop_transaction/update_superblock_end tracepoints by Seiji Aguchi · 13 years ago
  64. 3d2b158 ext4: ignore EXT4_INODE_JOURNAL_DATA flag with delalloc by Lukas Czerner · 13 years ago
  65. 813e572 ext4: fix race when setting bitmap_uptodate flag by Theodore Ts'o · 13 years ago
  66. 119c0d4 ext4: fold ext4_claim_inode into ext4_new_inode by Theodore Ts'o · 13 years ago
  67. 62aa2b5 Linux 3.3-rc2 by Linus Torvalds · 13 years ago
  68. d3712b9 Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstream by Linus Torvalds · 13 years ago
  69. c5d2bc1 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 13 years ago
  70. 8e2a288 Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 13 years ago
  71. 27ba234 Merge tag 'tty-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  72. 6bc2b95 Merge tag 'usb-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  73. a14a8d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  74. b527a23 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 13 years ago
  75. 6f01fd6 af_unix: fix EPOLLET regression for stream sockets by Eric Dumazet · 13 years ago
  76. 5b35e1e tcp: fix tcp_trim_head() to adjust segment count with skb MSS by Neal Cardwell · 13 years ago
  77. 4acb419 net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTL by Glauber Costa · 13 years ago
  78. 883120e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 13 years ago
  79. f07d4a7 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 13 years ago
  80. dfd07ec Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  81. f94f72e Merge tag 'nfs-for-3.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  82. a51f67a Merge tag 'pm-fix-for-3.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  83. bf9c05d vmwgfx: Fix assignment in vmw_framebuffer_create_handle by Ryan Mallon · 13 years ago
  84. 1ffd57c drm/radeon/kms: Fix device tree linkage of i2c buses by Jean Delvare · 13 years ago
  85. dd8bc93 drm: Pass the real error code back during GEM bo initialisation by Chris Wilson · 13 years ago
  86. 6e877b5 Revert "drm/i810: cleanup reclaim_buffers" by Daniel Vetter · 13 years ago
  87. ad77c3e hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776F by Guenter Roeck · 13 years ago
  88. 181e9bd PM / Hibernate: Fix s2disk regression related to freezing workqueues by Rafael J. Wysocki · 13 years ago
  89. 6edf3c3 hwmon: (sht15) fix bad error code by Vivien Didelot · 13 years ago
  90. 0a96265 Merge tag 'driver-core-3.3-rc1-bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  91. e3b8369 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  92. 6c334f4 Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  93. 67d2433 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  94. 1c36ab1 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 13 years ago
  95. deb9b4c Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  96. 81bc300 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  97. f2933e8 Logfs: Allow NULL block_isbad() methods by Joern Engel · 13 years ago
  98. bbe0138 logfs: Grow inode in delete path by Joern Engel · 13 years ago
  99. 1bcceaf logfs: Free areas before calling generic_shutdown_super() by Joern Engel · 13 years ago
  100. 6c69494 logfs: remove useless BUG_ON by Joern Engel · 13 years ago