1. 9d8b9ec ext4: use ext4_msg() instead of printk in mballoc by Theodore Ts'o · 14 years ago
  2. f18a5f2 ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info by Theodore Ts'o · 14 years ago
  3. 9933fc0 ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree() by Theodore Ts'o · 14 years ago
  4. 33853a0 ext4: use the correct error exit path in ext4_init_inode_table() by Yongqiang Yang · 14 years ago
  5. c49bafa ext4: add missing kfree() on error return path in add_new_gdb() by Dan Carpenter · 14 years ago
  6. d59729f ext4: fix races in ext4_sync_parent() by Theodore Ts'o · 14 years ago
  7. 29ae07b ext4: Fix overflow caused by missing cast in ext4_fallocate() by Utako Kusaka · 14 years ago
  8. 0e1147b ext4: add action of moving index in ext4_ext_rm_idx for Punch Hole by Robin Dong · 14 years ago
  9. 668f4dc ext4: simplify parameters of reserve_backup_gdb() by Yongqiang Yang · 14 years ago
  10. 2f91971 ext4: simplify parameters of add_new_gdb() by Yongqiang Yang · 14 years ago
  11. e6075e9 ext4: remove lock_buffer in bclean() and setup_new_group_blocks() by Yongqiang Yang · 14 years ago
  12. 6d40bc5 ext4: simplify journal handling in setup_new_group_blocks() by Yongqiang Yang · 14 years ago
  13. c3e94d1 ext4: let setup_new_group_blocks() set multiple bits at a time by Yongqiang Yang · 14 years ago
  14. 2b79b09 ext4: fix a typo in ext4_group_extend() by Yongqiang Yang · 14 years ago
  15. 4740b83 ext4: let ext4_group_add_blocks() handle 0 blocks quickly by Yongqiang Yang · 14 years ago
  16. cc7365d ext4: let ext4_group_add_blocks() return an error code by Yongqiang Yang · 14 years ago
  17. 0529155 ext4: rename ext4_add_groupblocks() to ext4_group_add_blocks() by Yongqiang Yang · 14 years ago
  18. ce723c3 ext4: prevent a fs with errors from being resized by Yongqiang Yang · 14 years ago
  19. 8f82f84 ext4: prevent parallel resizers by atomic bit ops by Yongqiang Yang · 14 years ago
  20. 2d859db ext4: fix data corruption in inodes with journalled data by Jan Kara · 14 years ago
  21. b7ca1e8 ext4: correct comment for ext4_ext_check_cache by Robin Dong · 14 years ago
  22. 0737964 ext4: correct the debug message in ext4_ext_insert_extent by Robin Dong · 14 years ago
  23. 5718789 ext4: remove unused argument in ext4_ext_next_leaf_block by Robin Dong · 14 years ago
  24. 6a0fe49 ext4: remove ac_repeats from ext4_allocation_context by Tao Ma · 14 years ago
  25. ced156e ext4: don't increment s_mb_buddies_generated in ext4_mb_release by Tao Ma · 14 years ago
  26. 529da70 ext4: remove unnecessary ext4_get_group_info in ext4_mb_load_buddy by Tao Ma · 14 years ago
  27. d462031 ext4: avoid eh_entries overflow before insert extent_idx by Robin Dong · 14 years ago
  28. 015861b ext4: avoid wasted extent cache lookup if !PUNCH_OUT_EXT by Robin Dong · 14 years ago
  29. c6a0371 ext4: remove unneeded parameter to ext4_ext_remove_space() by Allison Henderson · 14 years ago
  30. f7d0d37 ext4: punch hole optimizations: skip un-needed extent lookup by Allison Henderson · 14 years ago
  31. 3eb0865 ext4: ignore a stripe width of 1 by Dan Ehrenberg · 14 years ago
  32. d7a1fee ext4: make the preallocation size be a multiple of stripe size by Dan Ehrenberg · 14 years ago
  33. 265c6a0 ext4: fix compilation with -DDX_DEBUG by Bernd Schubert · 14 years ago
  34. afb8617 ext4: remove unnecessary comments in ext4_orphan_add() by Lukas Czerner · 14 years ago
  35. caaf7a2 ext4: Fix a double free of sbi->s_group_info in ext4_mb_init_backend by Tao Ma · 14 years ago
  36. 823ba01 ext4: fix a race which could leak memory in ext4_groupinfo_create_slab() by Tao Ma · 14 years ago
  37. 598dbdf ext4: avoid unneeded ext4_ext_next_leaf_block() while inserting extents by Robin Dong · 14 years ago
  38. ffb505f ext4: remove redundant goto in ext4_ext_insert_extent() by Robin Dong · 14 years ago
  39. 2261228 ext4: Change the wrong param comment for ext4_trim_all_free by Tao Ma · 14 years ago
  40. 3d56b8d ext4: Speed up FITRIM by recording flags in ext4_group_info by Tao Ma · 14 years ago
  41. b3d4c2b ext4: Add new ext4 trim tracepoints by Tao Ma · 14 years ago
  42. 169ddc3 ext4: speed up group trim with the right free block count by Tao Ma · 14 years ago
  43. 22f1045 ext4: fix trim length underflow with small trim length by Tao Ma · 14 years ago
  44. 1270639 ext4: add tracepoint for ext4_journal_start by Theodore Ts'o · 14 years ago
  45. 4862fd6 jbd2: remove jbd2_dev_to_name() from jbd2 tracepoints by Theodore Ts'o · 14 years ago
  46. 575a1d4 ext4: free allocated and pre-allocated blocks when check_eofblocks_fl fails by Jiaying Zhang · 14 years ago
  47. 7132de7 ext4: fix i_blocks/quota accounting when extent insertion fails by Maxim Patlasov · 14 years ago
  48. 275d3ba ext4: remove loop around bio_alloc() by Theodore Ts'o · 14 years ago
  49. 9331b62 ext4: quiet 'unused variables' compile warnings by Yongqiang Yang · 14 years ago
  50. f86186b ext4: refactor duplicated block placement code by Eric Sandeen · 14 years ago
  51. dae1e52 ext4: move ext4_ind_* functions from inode.c to indirect.c by Amir Goldstein · 14 years ago
  52. 9f125d6 ext4: move common truncate functions to header file by Theodore Ts'o · 14 years ago
  53. 1f7d1e7 ext4: move __ext4_check_blockref to block_validity.c by Theodore Ts'o · 14 years ago
  54. 8bb2b24 ext4: rename ext4_indirect_* funcs to ext4_ind_* by Amir Goldstein · 14 years ago
  55. ff9893d ext4: split ext4_ind_truncate from ext4_truncate by Amir Goldstein · 14 years ago
  56. ed7a7e1 ext4: fix incorrect error msg in ext4_ext_insert_index by Robin Dong · 14 years ago
  57. d3ad843 jbd2: use WRITE_SYNC in journal checkpoint by Tao Ma · 14 years ago
  58. 890879c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  59. eda0841 Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  60. 3669820 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  61. 90a800de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  62. 8e833fd fix comment in generic_permission() by Al Viro · 14 years ago
  63. 6291176 kill obsolete comment for follow_down() by Al Viro · 14 years ago
  64. 1aec703 proc_sys_permission() is OK in RCU mode by Al Viro · 14 years ago
  65. 1d29b5a reiserfs_permission() doesn't need to bail out in RCU mode by Al Viro · 14 years ago
  66. cf12791 proc_fd_permission() is doesn't need to bail out in RCU mode by Al Viro · 14 years ago
  67. 730e908 nilfs2_permission() doesn't need to bail out in RCU mode by Al Viro · 14 years ago
  68. a63ab94 logfs doesn't need ->permission() at all by Al Viro · 14 years ago
  69. 6b41995 coda_ioctl_permission() is safe in RCU mode by Al Viro · 14 years ago
  70. ec12781 cifs_permission() doesn't need to bail out in RCU mode by Al Viro · 14 years ago
  71. 1712c20 bad_inode_permission() is safe from RCU mode by Al Viro · 14 years ago
  72. 185bf87 ubifs: dereferencing an ERR_PTR in ubifs_mount() by Dan Carpenter · 14 years ago
  73. 105f462 nfsd4: fix break_lease flags on nfsd open by J. Bruce Fields · 14 years ago
  74. 8816ead Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  75. c11760c isofs: fix bh leak in isofs_fill_super() error case by Linus Torvalds · 14 years ago
  76. e999376 Btrfs: avoid delayed metadata items during commits by Chris Mason · 14 years ago
  77. 35a30d7 btrfs: fix uninitialized return value by David Sterba · 14 years ago
  78. 19fd294 btrfs: fix wrong reservation when doing delayed inode operations by Miao Xie · 14 years ago
  79. 9fe6a50 btrfs: Remove unused sysfs code by Maarten Lankhorst · 14 years ago
  80. 3ed4498 btrfs: fix dereference of ERR_PTR value by David Sterba · 14 years ago
  81. e038dca Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work into for-linus by Chris Mason · 14 years ago
  82. 01eff85 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  83. 7585717 Btrfs: fix relocation races by Chris Mason · 14 years ago
  84. 8796699 KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring by David Howells · 14 years ago
  85. 8b97b21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd by Linus Torvalds · 14 years ago
  86. 8dac6be Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  87. a27a263 xfs: make log devices with write back caches work by Christoph Hellwig · 14 years ago
  88. d6e43f7 AFS: Use i_generation not i_version for the vnode uniquifier by David Howells · 14 years ago
  89. 2e41ae2 AFS: Set s_id in the superblock to the volume name by David Howells · 14 years ago
  90. f9f07b6 vfs: Fix data corruption after failed write in __block_write_begin() by Jan Kara · 14 years ago
  91. 5e7f233 afs: afs_fill_page reads too much, or wrong data by Anton Blanchard · 14 years ago
  92. 8aef188 VFS: Fix vfsmount overput on simultaneous automount by Al Viro · 14 years ago
  93. 50338b8 fix wrong iput on d_inode introduced by e6bc45d65d by Török Edwin · 14 years ago
  94. 13fca64 Revert "fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP" by Linus Torvalds · 14 years ago
  95. 7f81c88 fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP by Michal Hocko · 14 years ago
  96. 7939253 proc: Fix Oops on stat of /proc/<zombie pid>/ns/net by Eric W. Biederman · 14 years ago
  97. ed0ca14 Btrfs: set no_trans_join after trying to expand the transaction by Josef Bacik · 14 years ago
  98. 8351583 Btrfs: protect the pending_snapshots list with trans_lock by Josef Bacik · 14 years ago
  99. 71d7aed Btrfs: fix path leakage on subvol deletion by Josef Bacik · 14 years ago
  100. 1252b30 [CIFS] update cifs version to 1.73 by Steve French · 14 years ago