1. 9d8b9ec ext4: use ext4_msg() instead of printk in mballoc by Theodore Ts'o · 13 years ago
  2. f18a5f2 ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info by Theodore Ts'o · 13 years ago
  3. 9933fc0 ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree() by Theodore Ts'o · 13 years ago
  4. 33853a0 ext4: use the correct error exit path in ext4_init_inode_table() by Yongqiang Yang · 13 years ago
  5. c49bafa ext4: add missing kfree() on error return path in add_new_gdb() by Dan Carpenter · 13 years ago
  6. 59be8e7 ext4: change umode_t in tracepoint headers to be an explicit __u16 by Theodore Ts'o · 13 years ago
  7. d59729f ext4: fix races in ext4_sync_parent() by Theodore Ts'o · 13 years ago
  8. 29ae07b ext4: Fix overflow caused by missing cast in ext4_fallocate() by Utako Kusaka · 13 years ago
  9. 0e1147b ext4: add action of moving index in ext4_ext_rm_idx for Punch Hole by Robin Dong · 13 years ago
  10. 668f4dc ext4: simplify parameters of reserve_backup_gdb() by Yongqiang Yang · 13 years ago
  11. 2f91971 ext4: simplify parameters of add_new_gdb() by Yongqiang Yang · 13 years ago
  12. e6075e9 ext4: remove lock_buffer in bclean() and setup_new_group_blocks() by Yongqiang Yang · 13 years ago
  13. 6d40bc5 ext4: simplify journal handling in setup_new_group_blocks() by Yongqiang Yang · 13 years ago
  14. c3e94d1 ext4: let setup_new_group_blocks() set multiple bits at a time by Yongqiang Yang · 13 years ago
  15. 2b79b09 ext4: fix a typo in ext4_group_extend() by Yongqiang Yang · 13 years ago
  16. 4740b83 ext4: let ext4_group_add_blocks() handle 0 blocks quickly by Yongqiang Yang · 13 years ago
  17. cc7365d ext4: let ext4_group_add_blocks() return an error code by Yongqiang Yang · 13 years ago
  18. 0529155 ext4: rename ext4_add_groupblocks() to ext4_group_add_blocks() by Yongqiang Yang · 13 years ago
  19. ce723c3 ext4: prevent a fs with errors from being resized by Yongqiang Yang · 13 years ago
  20. 8f82f84 ext4: prevent parallel resizers by atomic bit ops by Yongqiang Yang · 13 years ago
  21. 2d859db ext4: fix data corruption in inodes with journalled data by Jan Kara · 13 years ago
  22. b7ca1e8 ext4: correct comment for ext4_ext_check_cache by Robin Dong · 13 years ago
  23. 0737964 ext4: correct the debug message in ext4_ext_insert_extent by Robin Dong · 13 years ago
  24. 5718789 ext4: remove unused argument in ext4_ext_next_leaf_block by Robin Dong · 13 years ago
  25. 6a0fe49 ext4: remove ac_repeats from ext4_allocation_context by Tao Ma · 13 years ago
  26. ced156e ext4: don't increment s_mb_buddies_generated in ext4_mb_release by Tao Ma · 13 years ago
  27. 529da70 ext4: remove unnecessary ext4_get_group_info in ext4_mb_load_buddy by Tao Ma · 13 years ago
  28. d462031 ext4: avoid eh_entries overflow before insert extent_idx by Robin Dong · 13 years ago
  29. 015861b ext4: avoid wasted extent cache lookup if !PUNCH_OUT_EXT by Robin Dong · 13 years ago
  30. c6a0371 ext4: remove unneeded parameter to ext4_ext_remove_space() by Allison Henderson · 13 years ago
  31. f7d0d37 ext4: punch hole optimizations: skip un-needed extent lookup by Allison Henderson · 13 years ago
  32. 3eb0865 ext4: ignore a stripe width of 1 by Dan Ehrenberg · 13 years ago
  33. d7a1fee ext4: make the preallocation size be a multiple of stripe size by Dan Ehrenberg · 13 years ago
  34. 265c6a0 ext4: fix compilation with -DDX_DEBUG by Bernd Schubert · 13 years ago
  35. afb8617 ext4: remove unnecessary comments in ext4_orphan_add() by Lukas Czerner · 13 years ago
  36. caaf7a2 ext4: Fix a double free of sbi->s_group_info in ext4_mb_init_backend by Tao Ma · 13 years ago
  37. 823ba01 ext4: fix a race which could leak memory in ext4_groupinfo_create_slab() by Tao Ma · 13 years ago
  38. 598dbdf ext4: avoid unneeded ext4_ext_next_leaf_block() while inserting extents by Robin Dong · 13 years ago
  39. ffb505f ext4: remove redundant goto in ext4_ext_insert_extent() by Robin Dong · 13 years ago
  40. 2261228 ext4: Change the wrong param comment for ext4_trim_all_free by Tao Ma · 13 years ago
  41. 3d56b8d ext4: Speed up FITRIM by recording flags in ext4_group_info by Tao Ma · 13 years ago
  42. b3d4c2b ext4: Add new ext4 trim tracepoints by Tao Ma · 13 years ago
  43. 169ddc3 ext4: speed up group trim with the right free block count by Tao Ma · 13 years ago
  44. 22f1045 ext4: fix trim length underflow with small trim length by Tao Ma · 13 years ago
  45. 1270639 ext4: add tracepoint for ext4_journal_start by Theodore Ts'o · 13 years ago
  46. 4862fd6 jbd2: remove jbd2_dev_to_name() from jbd2 tracepoints by Theodore Ts'o · 13 years ago
  47. 575a1d4 ext4: free allocated and pre-allocated blocks when check_eofblocks_fl fails by Jiaying Zhang · 13 years ago
  48. 7132de7 ext4: fix i_blocks/quota accounting when extent insertion fails by Maxim Patlasov · 13 years ago
  49. 275d3ba ext4: remove loop around bio_alloc() by Theodore Ts'o · 13 years ago
  50. 9331b62 ext4: quiet 'unused variables' compile warnings by Yongqiang Yang · 13 years ago
  51. f86186b ext4: refactor duplicated block placement code by Eric Sandeen · 13 years ago
  52. dae1e52 ext4: move ext4_ind_* functions from inode.c to indirect.c by Amir Goldstein · 13 years ago
  53. 9f125d6 ext4: move common truncate functions to header file by Theodore Ts'o · 13 years ago
  54. 1f7d1e7 ext4: move __ext4_check_blockref to block_validity.c by Theodore Ts'o · 13 years ago
  55. 8bb2b24 ext4: rename ext4_indirect_* funcs to ext4_ind_* by Amir Goldstein · 13 years ago
  56. ff9893d ext4: split ext4_ind_truncate from ext4_truncate by Amir Goldstein · 13 years ago
  57. ed7a7e1 ext4: fix incorrect error msg in ext4_ext_insert_index by Robin Dong · 13 years ago
  58. d3ad843 jbd2: use WRITE_SYNC in journal checkpoint by Tao Ma · 13 years ago
  59. 890879c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  60. 5629937 Linux 3.0-rc4 by Linus Torvalds · 13 years ago
  61. 79568f5 vfs: i_state needs to be 'unsigned long' for now by Linus Torvalds · 13 years ago
  62. f5fc556 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  63. 85d45ad Merge branch 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/linux-msm by Linus Torvalds · 13 years ago
  64. eda0841 Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  65. 6e158d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  66. 3669820 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  67. a377e18 drm/radeon/kms/r6xx+: voltage fixes by Alex Deucher · 13 years ago
  68. fdb9c3c msm: timer: Fix DGT rate on 8960 and 8660 by Stephen Boyd · 13 years ago
  69. 3844204 pxa168_eth: fix race in transmit path. by Richard Cochran · 13 years ago
  70. 8ad2475 ipv4, ping: Remove duplicate icmp.h include by Jesper Juhl · 13 years ago
  71. c82b9d7 netxen: fix race in skb->len access by Eric Dumazet · 13 years ago
  72. ef46222 Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  73. c01ad40 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  74. 90a800de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  75. 10e18e6 Merge branch 'kvm-updates/3.0' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  76. 482e0cd devcgroup_inode_permission: take "is it a device node" checks to inlined wrapper by Al Viro · 13 years ago
  77. 8e833fd fix comment in generic_permission() by Al Viro · 13 years ago
  78. 6291176 kill obsolete comment for follow_down() by Al Viro · 13 years ago
  79. 1aec703 proc_sys_permission() is OK in RCU mode by Al Viro · 13 years ago
  80. 1d29b5a reiserfs_permission() doesn't need to bail out in RCU mode by Al Viro · 13 years ago
  81. cf12791 proc_fd_permission() is doesn't need to bail out in RCU mode by Al Viro · 13 years ago
  82. 730e908 nilfs2_permission() doesn't need to bail out in RCU mode by Al Viro · 13 years ago
  83. a63ab94 logfs doesn't need ->permission() at all by Al Viro · 13 years ago
  84. 6b41995 coda_ioctl_permission() is safe in RCU mode by Al Viro · 13 years ago
  85. ec12781 cifs_permission() doesn't need to bail out in RCU mode by Al Viro · 13 years ago
  86. 1712c20 bad_inode_permission() is safe from RCU mode by Al Viro · 13 years ago
  87. 185bf87 ubifs: dereferencing an ERR_PTR in ubifs_mount() by Dan Carpenter · 13 years ago
  88. 105f462 nfsd4: fix break_lease flags on nfsd open by J. Bruce Fields · 13 years ago
  89. 4ee1c57f drm/nouveau: drop leftover debugging by Dave Airlie · 13 years ago
  90. ca295e5 Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 13 years ago
  91. 682f1a5 drm/radeon: avoid warnings from r600/eg irq handlers on powered off card. by Dave Airlie · 13 years ago
  92. 74d074e drm/radeon/kms: add missing param for dce3.2 DP transmitter setup by Alex Deucher · 13 years ago
  93. 8323fa6 drm/radeon/kms/atom: fix duallink on some early DCE3.2 cards by Alex Deucher · 13 years ago
  94. 44da29d sgi-xp: fix a use after free by Eric Dumazet · 13 years ago
  95. 658924d hp100: fix an skb->len race by Eric Dumazet · 13 years ago
  96. 00ce2d5 Merge branch 'davem.r8169' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6 by David S. Miller · 13 years ago
  97. cefa999 netpoll: copy dev name of slaves to struct netpoll by WANG Cong · 13 years ago
  98. de2d1a5 KVM: Fix register corruption in pvclock_scale_delta by Zachary Amsden · 13 years ago
  99. a0a8eab KVM: MMU: fix opposite condition in mapping_level_dirty_bitmap by Steve · 13 years ago
  100. 5233dd5 KVM: VMX: do not overwrite uptodate vcpu->arch.cr3 on KVM_SET_SREGS by Marcelo Tosatti · 13 years ago