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