1. d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 16 years ago
  2. 1f3c79a Btrfs: Fix free block discard calls down to the block layer by Liu Hui · 16 years ago
  3. ec051c0 Btrfs: avoid orphan inode caused by log replay by Yan Zheng · 16 years ago
  4. 2d69a0f Btrfs: avoid potential super block corruption by Yan Zheng · 16 years ago
  5. dd3fd8b Btrfs: do not call kfree if kmalloc failed in btrfs_sysfs_add_super by Shen Feng · 16 years ago
  6. 1f48366 Btrfs: fix a memory leak in btrfs_get_sb by Shen Feng · 16 years ago
  7. c584482 Btrfs: Fix typo in clear_state_cb by Liu Hui · 16 years ago
  8. 9aead43 Btrfs: Fix memset length in btrfs_file_write by yanhai zhu · 16 years ago
  9. 52c2617 Btrfs: update directory's size when creating subvol/snapshot by Yan Zheng · 16 years ago
  10. e441d54 Btrfs: add permission checks to the ioctls by Chris Mason · 16 years ago
  11. b34b086 Btrfs: Fix compile warning around num_online_cpus() in a min statement by Chris Mason · 16 years ago
  12. 1f80e4d Btrfs: set EXTENT_BOUNDARY bit before marking extent delalloc. by Yan Zheng · 16 years ago
  13. 34bf63c Btrfs: properly update block accounting for metadata by Yan Zheng · 16 years ago
  14. ab67b7c Btrfs: Add missing mnt_drop_write in ioctl.c by Yan Zheng · 16 years ago
  15. b16281c Btrfs: fix return value from btrfs_listxattr when buffer size is too small by Yehuda Sadeh Weinraub · 16 years ago
  16. cad321a Btrfs: shift all end_io work to thread pools by Chris Mason · 16 years ago
  17. 87b29b2 Btrfs: properly check free space for tree balancing by Yan Zheng · 16 years ago
  18. d7f735d Btrfs: fix return value from btrfs_listxattr when buffer size is too small by Yehuda Sadeh Weinraub · 16 years ago
  19. dcbdd4d Btrfs: delete checksum items before marking blocks free by Chris Mason · 16 years ago
  20. 75eff68 Btrfs: Don't use spin*lock_irq for the delalloc lock by Chris Mason · 16 years ago
  21. 42dc7ba Btrfs: Fix compressed writes on truncated pages by Chris Mason · 16 years ago
  22. 17d217f Btrfs: fix nodatasum handling in balancing code by Yan Zheng · 16 years ago
  23. e4404d6 Btrfs: shared seed device by Yan Zheng · 16 years ago
  24. d2fb343 Btrfs: fix leaking block group on balance by Yan Zheng · 16 years ago
  25. cfc8ea8 Btrfs: mnt_drop_write in ioctl_trans_end by Sage Weil · 16 years ago
  26. 0403e47 Btrfs: Add checking of csum tree in balancing code by Yan Zheng · 16 years ago
  27. 459931e Btrfs: Delete csum items when freeing extents by Chris Mason · 16 years ago
  28. 580afd7 Btrfs: Fix compressed checksum fsync log copies by Chris Mason · 16 years ago
  29. c3027eb Btrfs: Add inode sequence number for NFS and reserved space in a few structs by Chris Mason · 16 years ago
  30. 934d375 Btrfs: Use map_private_extent_buffer during generic_bin_search by Chris Mason · 16 years ago
  31. a512bbf Btrfs: superblock duplication by Yan Zheng · 16 years ago
  32. d20f704 Btrfs: move data checksumming into a dedicated tree by Chris Mason · 16 years ago
  33. c99e905c Btrfs: Fix sparse endian warnings in struct-funcs.c by Chris Mason · 16 years ago
  34. 2a7108a Btrfs: rev the disk format for the inode compat and csum selection changes by Chris Mason · 16 years ago
  35. 4022abf Btrfs: delete unused function: btrfs_invalidate_dcache_root by Chris Mason · 16 years ago
  36. 607d432 Btrfs: add support for multiple csum algorithms by Josef Bacik · 16 years ago
  37. c6e2bac Btrfs: fix panic on error during mount by Josef Bacik · 16 years ago
  38. f2b636e Btrfs: add support for compat flags to btrfs by Josef Bacik · 16 years ago
  39. 7a865e8 Btrfs: btrfs: pass void __user * to btrfs_ioctl_clone_range by Christoph Hellwig · 16 years ago
  40. 4bcabaa Btrfs: clean up btrfs_ioctl a little bit by Christoph Hellwig · 16 years ago
  41. 97288f2 Btrfs: corret fmode_t annotations by Christoph Hellwig · 16 years ago
  42. 6e430f9 Btrfs: fix shadowed variable declarations by Christoph Hellwig · 16 years ago
  43. b295086 Btrfs: make things static and include the right headers by Christoph Hellwig · 16 years ago
  44. 1ffa4f4 Btrfs: remove unneeded btrfs_start_delalloc_inodes call by Sage Weil · 16 years ago
  45. 6e3ad88 Btrfs: remove unneeded total_trans by Sage Weil · 16 years ago
  46. 641f521 Btrfs: sparse lock verification annotations for wait_on_state by Christoph Hellwig · 16 years ago
  47. ce397c0 Btrfs: Fix cow semantic in run_delalloc_nocow() by Liu Hui · 16 years ago
  48. ea6a478 Btrfs: Fix for lockdep warnings with alloc_mutex and pinned_mutex by Josef Bacik · 16 years ago
  49. 0e6bd95 Btrfs: only flush down bios for writeback pages by Chris Mason · 16 years ago
  50. 43dd729 Btrfs: Fix cow semantic in run_delalloc_nocow() by Liu Hui · 16 years ago
  51. e556ce2 Btrfs: Drop dirty roots created by log replay immediately when by Yan Zheng · 16 years ago
  52. 4b4e25f Btrfs: compat code fixes by Chris Mason · 16 years ago
  53. 79683f2 Btrfs: Use current_fsuid/gid by Chris Mason · 16 years ago
  54. 15916de Btrfs: Fixes for 2.6.28-rc API changes by Chris Mason · 16 years ago
  55. ae20a6a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Chris Mason · 16 years ago
  56. 07103a3 Btrfs: fix free space accounting when unpinning extents by Josef Bacik · 16 years ago
  57. 7c2ca46 Btrfs: Do fsync log replay when mount -o ro, except when on readonly media by Chris Mason · 16 years ago
  58. d2c3f4f Btrfs: Avoid writeback stalls by Chris Mason · 16 years ago
  59. 105d931 Btrfs: switch back to wait_on_page_writeback to wait on metadata writes by Chris Mason · 16 years ago
  60. 73e9f5b Btrfs: Update the disk format for the seed device and new root code by Chris Mason · 16 years ago
  61. 9f0ba5b Btrfs: unplug all devices in the unplug call back by Chris Mason · 16 years ago
  62. b4eec2c Btrfs: Some fixes for batching extent insert. by Liu Hui · 16 years ago
  63. ea9e8b1 Btrfs: prevent loops in the directory tree when creating snapshots by Chris Mason · 16 years ago
  64. 0660b5a Btrfs: Add backrefs and forward refs for subvols and snapshots by Chris Mason · 16 years ago
  65. 3394e16 Btrfs: Give each subvol and snapshot their own anonymous devid by Chris Mason · 16 years ago
  66. 3de4586 Btrfs: Allow subvolumes and snapshots anywhere in the directory tree by Chris Mason · 16 years ago
  67. 4ce4cb5 Btrfs: Add some debugging around the ENOSPC bugs by Josef Bacik · 16 years ago
  68. e3e469f Btrfs: fix free space leak by Josef Bacik · 16 years ago
  69. 9bf1a24 Linux 2.6.28-rc5 by Linus Torvalds · 16 years ago
  70. 8f7b0ba Fix inotify watch removal/umount races by Al Viro · 16 years ago
  71. 0d3b710 LIS3LV02Dx: remove unused #include <version.h> by Huang Weiyi · 16 years ago
  72. 537a2f8 Merge branch 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  73. fab349c Merge branch 'doc-subdirs' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs by Linus Torvalds · 16 years ago
  74. d091c2f Add 'pr_fmt()' format modifier to pr_xyz macros. by Martin Schwidefsky · 16 years ago
  75. 4d41e12 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 16 years ago
  76. 6ca2cb9 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 16 years ago
  77. 0113314 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  78. c98114d Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 16 years ago
  79. 52168e6 Revert "x86: blacklist DMAR on Intel G31/G33 chipsets" by David Woodhouse · 16 years ago
  80. 748f1a2 mm: remove unevictable's show_page_path by KOSAKI Motohiro · 16 years ago
  81. fb75109 misc: C2port needs <linux/sched.h> by Geert Uytterhoeven · 16 years ago
  82. 27123cb m68k: Fix off-by-one in m68k_setup_user_interrupt() by Geert Uytterhoeven · 16 years ago
  83. fa0cfc2 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  84. 8141c7f Move "exit_robust_list" into mm_release() by Linus Torvalds · 16 years ago
  85. df81d23 [SCSI] dpt_i2o: fix transferred data length for scsi_set_resid() by Miquel van Smoorenburg · 16 years ago
  86. 6a6b97d libata: improve phantom device detection by Tejun Heo · 16 years ago
  87. 4ff429e 9p: restrict RDMA usage by Randy Dunlap · 16 years ago
  88. 31c00fc Create/use more directory structure in the Documentation/ tree. by Randy Dunlap · 16 years ago
  89. d2f019f [S390] fix s390x_newuname by Martin Schwidefsky · 16 years ago
  90. a9cffb2 [S390] dasd: log sense for fatal errors by Stefan Haberland · 16 years ago
  91. 74af283 [S390] cpu topology: fix locking by Heiko Carstens · 16 years ago
  92. 85acc40 [S390] cio: Fix refcount after moving devices. by Cornelia Huck · 16 years ago
  93. 50bec4c [S390] ftrace: fix kernel stack backchain walking by Heiko Carstens · 16 years ago
  94. 632448f [S390] ftrace: disable tracing on idle psw by Heiko Carstens · 16 years ago
  95. af4c687 [S390] lockdep: fix compile bug by Heiko Carstens · 16 years ago
  96. cc835f78 [S390] kvm_s390: Fix oops in virtio device detection with "mem=" by Christian Borntraeger · 16 years ago
  97. 675be97 [S390] sclp: emit error message if assign storage fails by Heiko Carstens · 16 years ago
  98. fb2e7c5 [S390] Fix range for add_active_range() in setup_memory() by Gerald Schaefer · 16 years ago
  99. 01a1a3c V4L/DVB (9624): CVE-2008-5033: fix OOPS on tvaudio when controlling bass/treble by Mauro Carvalho Chehab · 16 years ago
  100. c6241b6 V4L/DVB (9623): tvaudio: Improve debug msg by printing something more human by Mauro Carvalho Chehab · 16 years ago