1. 1fb74cd jbd2: Remove obsolete parameters in the comments for some jbd2 functions by Tao Ma · 13 years ago
  2. a685e08 Delay struct net freeing while there's a sysfs instance refering to it by Al Viro · 13 years ago
  3. dde194a afs: fix sget() races, close leak on umount by Al Viro · 13 years ago
  4. d251ed2 ubifs: fix sget races by Al Viro · 13 years ago
  5. b1c27ab ubifs: split allocation of ubifs_info into a separate function by Al Viro · 13 years ago
  6. ff78fca fix leak in proc_set_super() by Al Viro · 13 years ago
  7. 3c25fa7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  8. 30b4caf Btrfs: use join_transaction in btrfs_evict_inode() by Li Zefan · 13 years ago
  9. 071d73c nilfs2: fix problem in setting checkpoint interval by Ryusuke Konishi · 13 years ago
  10. d409905 nilfs2: fix missing block address termination in btree node shrinking by Ryusuke Konishi · 13 years ago
  11. fe744fd nilfs2: fix incorrect block address termination in node concatenation by Ryusuke Konishi · 13 years ago
  12. 22b63a2 Btrfs - use %pU to print fsid by Ilya Dryomov · 14 years ago
  13. 08d2f34 Btrfs: fix extent state leak on failed nodatasum reads by Jan Schmidt · 13 years ago
  14. 0e73587 Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into for-linus by Chris Mason · 13 years ago
  15. 5be7675 btrfs: fix unlocked access of delalloc_inodes by David Sterba · 13 years ago
  16. 027ed2f Btrfs: avoid stack bloat in btrfs_ioctl_fs_info() by Li Zefan · 13 years ago
  17. 9eb9104 btrfs: remove 64bit alignment padding to allow extent_buffer to fit into one fewer cacheline by richard kennedy · 13 years ago
  18. 38e8805 Btrfs: clear current->journal_info on async transaction commit by Sage Weil · 13 years ago
  19. 38e8788 Btrfs: make sure to recheck for bitmaps in clusters by Chris Mason · 13 years ago
  20. 6eef312 btrfs: remove unneeded includes from scrub.c by Arne Jansen · 13 years ago
  21. 632dd77 btrfs: reinitialize scrub workers by Arne Jansen · 13 years ago
  22. 8c51032 btrfs: scrub: errors in tree enumeration by Arne Jansen · 13 years ago
  23. ad3e34b Btrfs: don't map extent buffer if path->skip_locking is set by Josef Bacik · 13 years ago
  24. dac853a exec: delay address limit change until point of no return by Mathias Krause · 13 years ago
  25. 3473f3c Btrfs: unlock the trans lock properly by Josef Bacik · 13 years ago
  26. 25b8b93 Btrfs: don't map extent buffer if path->skip_locking is set by Josef Bacik · 13 years ago
  27. 5f12713 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent by Ingo Molnar · 13 years ago
  28. d21131b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  29. f6a3982 Btrfs: fix duplicate checking logic by Josef Bacik · 13 years ago
  30. 723bda2 Btrfs: fix the allocator loop logic by Josef Bacik · 13 years ago
  31. 2cdc342 Btrfs: fix bitmap regression by Josef Bacik · 13 years ago
  32. f2bb8f5 Btrfs: don't commit the transaction if we dont have enough pinned bytes by Josef Bacik · 13 years ago
  33. 3de85bb Btrfs: noinline the cluster searching functions by Josef Bacik · 13 years ago
  34. 86d4a77 Btrfs: cache bitmaps when searching for a cluster by Josef Bacik · 13 years ago
  35. 83fb086 cifs: trivial: add space in fsc error message by Jeff Layton · 13 years ago
  36. 0c1f91f ceph: unwind canceled flock state by Sage Weil · 13 years ago
  37. 0e98728 ceph: fix ENOENT logic in striped_read by Sage Weil · 13 years ago
  38. c3cd628 ceph: fix short sync reads from the OSD by Sage Weil · 13 years ago
  39. 70b666c ceph: use ihold when we already have an inode ref by Sage Weil · 13 years ago
  40. 9c125d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 13 years ago
  41. d205df9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 13 years ago
  42. 8397345 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  43. e84d0a4 writeback: trace event writeback_queue_io by Wu Fengguang · 13 years ago
  44. 251d6a4 writeback: trace event writeback_single_inode by Wu Fengguang · 14 years ago
  45. 846d5a0 writeback: remove .nonblocking and .encountered_congestion by Wu Fengguang · 13 years ago
  46. b7a2441 writeback: remove writeback_control.more_io by Wu Fengguang · 14 years ago
  47. e185dda writeback: avoid extra sync work at enqueue time by Wu Fengguang · 13 years ago
  48. e8dfc30 writeback: elevate queue_io() into wb_writeback() by Wu Fengguang · 13 years ago
  49. f758eea writeback: split inode_wb_list_lock into bdi_writeback.list_lock by Christoph Hellwig · 13 years ago
  50. 424b351 writeback: refill b_io iff empty by Wu Fengguang · 14 years ago
  51. ba9aa83 writeback: the kupdate expire timestamp should be a moving target by Wu Fengguang · 14 years ago
  52. e6fb6da writeback: try more writeback as long as something was written by Wu Fengguang · 14 years ago
  53. cb9bd11 writeback: introduce writeback_control.inodes_written by Wu Fengguang · 14 years ago
  54. 94c3dcb writeback: update dirtied_when for synced inode to prevent livelock by Wu Fengguang · 13 years ago
  55. 6e6938b writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stage by Wu Fengguang · 14 years ago
  56. e6bc45d vfs: make unlink() and rmdir() return ENOENT in preference to EROFS by Theodore Ts'o · 13 years ago
  57. 9054760 lmLogOpen() broken failure exit by Al Viro · 13 years ago
  58. 9c4843e cifs: silence printk when establishing first session on socket by Jeff Layton · 13 years ago
  59. 7d751f6 nfsd: link returns nfserr_delay when breaking lease by Casey Bodley · 13 years ago
  60. be1f408 nfsd: v4 support requires CRYPTO by Randy Dunlap · 13 years ago
  61. b084f59 nfsd: fix dependency of nfsd on auth_rpcgss by J. Bruce Fields · 13 years ago
  62. 243e2dd3 CIFS ACL support needs CONFIG_KEYS, so depend on it by Darren Salt · 13 years ago
  63. 957df45 possible memory corruption in cifs_parse_mount_options() by Vasily Averin · 13 years ago
  64. a9c667f ext4: fixed tracepoints cleanup by Lukas Czerner · 13 years ago
  65. c03f8aa ext4: use FIEMAP_EXTENT_LAST flag for last extent in fiemap by Lukas Czerner · 13 years ago
  66. f17722f ext4: Fix max file size and logical block counting of extent format file by Lukas Czerner · 13 years ago
  67. 5def136 ext4: correct comments for ext4_free_blocks() by Yongqiang Yang · 13 years ago
  68. e6ece70 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  69. 6dfca32 job control: make task_clear_jobctl_pending() clear TRAPPING automatically by Tejun Heo · 13 years ago
  70. 3759a0d job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending() by Tejun Heo · 13 years ago
  71. a8f072c job control: rename signal->group_stop and flags to jobctl and update them by Tejun Heo · 13 years ago
  72. aa0467d btrfs: fix uninitialized variable warning by David Sterba · 13 years ago
  73. 7841cb2 btrfs: add helper for fs_info->closing by David Sterba · 13 years ago
  74. 4b9465c Btrfs: add mount -o inode_cache by Chris Mason · 13 years ago
  75. e7786c3 btrfs: scrub: add explicit plugging by Arne Jansen · 13 years ago
  76. a4689d2 btrfs: use btrfs_ino to access inode number by David Sterba · 13 years ago
  77. d132a53 Btrfs: don't save the inode cache if we are deleting this root by Josef Bacik · 13 years ago
  78. 5f3f302 btrfs: false BUG_ON when degraded by Arne Jansen · 13 years ago
  79. ca456ae Btrfs: don't save the inode cache in non-FS roots by liubo · 13 years ago
  80. 211f96c Btrfs: make sure we don't overflow the free space cache crc page by Chris Mason · 13 years ago
  81. 17aca1c Btrfs: fix uninit variable in the delayed inode code by Chris Mason · 13 years ago
  82. 1bc8779 btrfs: scrub: don't reuse bios and pages by Arne Jansen · 13 years ago
  83. 4f1ba49 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  84. 3af91a1 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  85. 9e1f1de more conservative S_NOSEC handling by Al Viro · 13 years ago
  86. 5f0b23e cifs: make CIFS depend on CRYPTO_ECB by Suresh Jayaraman · 13 years ago
  87. c592a70 cifs: fix the kernel release version in the default security warning message by Suresh Jayaraman · 13 years ago
  88. 0980119 UBIFS: fix-up free space earlier by Ben Gardiner · 13 years ago
  89. 781c571 UBIFS: intialize LPT earlier by Ben Gardiner · 13 years ago
  90. 4f1ab9b UBIFS: assert no fixup when writing a node by Ben Gardiner · 13 years ago
  91. 8370723 UBIFS: fix clean znode counter corruption in error cases by Artem Bityutskiy · 13 years ago
  92. 812eb25 UBIFS: fix memory leak on error path by Artem Bityutskiy · 13 years ago
  93. cf610bf UBIFS: fix shrinker object count reports by Artem Bityutskiy · 13 years ago
  94. a2daff6 fuse: fix non-ANSI void function notation by Randy Dunlap · 13 years ago
  95. da8b94e UBIFS: fix recovery broken by the previous recovery fix by Artem Bityutskiy · 13 years ago
  96. efcfde5 UBIFS: amend ubifs_recover_leb interface by Artem Bityutskiy · 13 years ago
  97. 1a0b069 UBIFS: introduce a "grouped" journal head flag by Artem Bityutskiy · 13 years ago
  98. ab75950 UBIFS: supress false error messages by Artem Bityutskiy · 13 years ago
  99. 4c49ff3 block: blkdev_get() should access ->bd_disk only after success by Tejun Heo · 13 years ago
  100. 730e663 ocfs2: use proper little-endian bitops by Akinobu Mita · 13 years ago