1. d7df025 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  2. 66e2d3e Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  3. 1eafa6c Btrfs: fix repeated delalloc work allocation by Miao Xie · 12 years ago
  4. c9f01bf Btrfs: fix wrong max device number for single profile by Miao Xie · 12 years ago
  5. 2cba30f Btrfs: fix missed transaction->aborted check by Miao Xie · 12 years ago
  6. 8d25a08 Btrfs: Add ACCESS_ONCE() to transaction->abort accesses by Miao Xie · 12 years ago
  7. e58dd74 Btrfs: put csums on the right ordered extent by Josef Bacik · 12 years ago
  8. 192000d Btrfs: use right range to find checksum for compressed extents by Liu Bo · 12 years ago
  9. b017511 Btrfs: fix panic when recovering tree log by Josef Bacik · 12 years ago
  10. 201a903 Btrfs: do not allow logged extents to be merged or removed by Josef Bacik · 12 years ago
  11. 10b8c7d fs/cifs/cifs_dfs_ref.c: fix potential memory leakage by Cong Ding · 12 years ago
  12. 262060e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  13. 05c2cf3 Merge tag 'f2fs-for-3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 12 years ago
  14. d8b79b2 f2fs: use _safe() version of list_for_each by Dan Carpenter · 12 years ago
  15. 9af45ef f2fs: add comments of start_bidx_of_node by Jaegeuk Kim · 12 years ago
  16. a7fdffb f2fs: avoid issuing small bios due to several dirty node pages by Jaegeuk Kim · 12 years ago
  17. c01e54b f2fs: support swapfile by Jaegeuk Kim · 12 years ago
  18. 692bb55 f2fs: add remap_pages as generic_file_remap_pages by Jaegeuk Kim · 12 years ago
  19. 6e6093a f2fs: add __init to functions in init_f2fs_fs by Namjae Jeon · 12 years ago
  20. a105bb8 Btrfs: fix a regression in balance usage filter by Ilya Dryomov · 12 years ago
  21. 83bfccb Merge branch 'mutex-ops@next-for-chris' of git://github.com/idryomov/btrfs-unstable into linus by Chris Mason · 12 years ago
  22. daf2c08 Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into linus by Chris Mason · 12 years ago
  23. 2cf6870 Btrfs: prevent qgroup destroy when there are still relations by Arne Jansen · 12 years ago
  24. ff24858 Btrfs: ignore orphan qgroup relations by Arne Jansen · 12 years ago
  25. e3e2775 cifs: fix srcip_matches() for ipv6 by Nickolai Zeldovich · 12 years ago
  26. 25122d1 Btrfs: reorder locks and sanity checks in btrfs_ioctl_defrag by Ilya Dryomov · 12 years ago
  27. 4ac20c7 Btrfs: fix unlock order in btrfs_ioctl_rm_dev by Ilya Dryomov · 12 years ago
  28. 18f39c4 Btrfs: fix unlock order in btrfs_ioctl_resize by Ilya Dryomov · 12 years ago
  29. 2c0c9da Btrfs: fix "mutually exclusive op is running" error code by Ilya Dryomov · 12 years ago
  30. ed0fb78 Btrfs: bring back balance pause/resume logic by Ilya Dryomov · 12 years ago
  31. 8f70611 fuse: remove unused variable in fuse_try_move_page() by Wei Yongjun · 12 years ago
  32. cdadb11 fuse: make fuse_file_fallocate() static by Miklos Szeredi · 12 years ago
  33. 807185e fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/Kconfig by Robert P. J. Day · 12 years ago
  34. e256036 cuse: fix uninitialized variable warnings by Miklos Szeredi · 12 years ago
  35. 3078358 cuse: do not register multiple devices with identical names by David Herrmann · 12 years ago
  36. 8ce03fd cuse: use mutex as registration lock instead of spinlocks by David Herrmann · 12 years ago
  37. dfdebc2 Merge tag 'for-linus-v3.8-rc4' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  38. 37f1356 xfs: recalculate leaf entry pointer after compacting a dir2 block by Eric Sandeen · 12 years ago
  39. ab7eac2 xfs: remove int casts from debug dquot soft limit timer asserts by Brian Foster · 12 years ago
  40. 91e4bac xfs: fix the multi-segment log buffer format by Mark Tinguely · 12 years ago
  41. 2d0e9df xfs: fix segment in xfs_buf_item_format_segment by Mark Tinguely · 12 years ago
  42. 0f22f9d xfs: rename bli_format to avoid confusion with bli_formats by Mark Tinguely · 12 years ago
  43. d44d9bc xfs: use b_maps[] for discontiguous buffers by Mark Tinguely · 12 years ago
  44. 31db720 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  45. 4589d25 f2fs: fix the debugfs entry creation path by Namjae Jeon · 12 years ago
  46. 66af62c f2fs: add global mutex_lock to protect f2fs_stat_list by majianpeng · 12 years ago
  47. fa9150a f2fs: remove the blk_plug usage in f2fs_write_data_pages by Namjae Jeon · 12 years ago
  48. 1b1baff UDF: Fix a null pointer dereference in udf_sb_free_partitions by Namjae Jeon · 12 years ago
  49. 7e2fb2d jbd: don't wake kjournald unnecessarily by Eric Sandeen · 12 years ago
  50. 6d283db vfs: add missing virtual cache flush after editing partial pages by Linus Torvalds · 12 years ago
  51. 3972f26 btrfs: update timestamps on truncate() by Eric Sandeen · 12 years ago
  52. f276795 btrfs: fix btrfs_cont_expand() freeing IS_ERR em by Zach Brown · 12 years ago
  53. f9e4fb5 Btrfs: fix a bug when llseek for delalloc bytes behind prealloc extents by Liu Bo · 12 years ago
  54. 1214b53 Btrfs: fix off-by-one in lseek by Liu Bo · 12 years ago
  55. 3268a24 Btrfs: reset path lock state to zero by Liu Bo · 12 years ago
  56. ac5c930 Btrfs: let allocation start from the right raid type by Liu Bo · 12 years ago
  57. f3fe820 Btrfs: add orphan before truncating pagecache by Josef Bacik · 12 years ago
  58. 72bcd99 Btrfs: set flushing if we're limited flushing by Josef Bacik · 12 years ago
  59. 9754767 Btrfs: fix missing write access release in btrfs_ioctl_resize() by Miao Xie · 12 years ago
  60. dba60f3 Btrfs: fix resize a readonly device by Miao Xie · 12 years ago
  61. 5c39da5 Btrfs: do not delete a subvolume which is in a R/O subvolume by Miao Xie · 12 years ago
  62. d86e56c Btrfs: disable qgroup id 0 by Miao Xie · 12 years ago
  63. cc975eb btrfs: get the device in write mode when deleting it by Lukas Czerner · 12 years ago
  64. cfa7a9c Btrfs: fix memory leak in name_cache_insert() by Tsutomu Itoh · 12 years ago
  65. 3441f0d Merge tag 'driver-core-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  66. 1637998 f2fs: avoid redundant time update for parent directory in f2fs_delete_entry by Namjae Jeon · 12 years ago
  67. ff9234a f2fs: remove redundant call to set_blocksize in f2fs_fill_super by Namjae Jeon · 12 years ago
  68. 6d92d4f fs/exec.c: work around icc miscompilation by Xi Wang · 12 years ago
  69. f1688e0 debugfs: convert gid= argument from decimal, not octal by Dave Reisner · 12 years ago
  70. 9eaeba7 f2fs: move f2fs_balance_fs to punch_hole by Jaegeuk Kim · 12 years ago
  71. 7d82db8 f2fs: add f2fs_balance_fs in several interfaces by Jaegeuk Kim · 12 years ago
  72. 254adaa seq_file: fix new kernel-doc warnings by Randy Dunlap · 12 years ago
  73. 408e937 f2fs: revisit the f2fs_gc flow by Jaegeuk Kim · 12 years ago
  74. 5c33d9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  75. 127aa930 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  76. f776372 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  77. 4c9014f Merge tag 'nfs-for-3.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  78. ae62ca7 tcp: fix MSG_SENDPAGE_NOTLAST logic by Eric Dumazet · 12 years ago
  79. fef0ebd ext4: remove duplicate call to ext4_bread() in ext4_init_new_dir() by Guo Chao · 12 years ago
  80. 0ecaef0 ext4: release buffer in failed path in dx_probe() by Guo Chao · 12 years ago
  81. 96465ef ext4: fix configuration dependencies for ext4 ACLs and security labels by Valerie Aurora · 12 years ago
  82. ecf0eb9 nfs: avoid dereferencing null pointer in initiate_bulk_draining by Nickolai Zeldovich · 12 years ago
  83. 6db6dd7 NFS: Ensure that we free the rpc_task after read and write cleanups are done by Trond Myklebust · 12 years ago
  84. e25fbe3 nfs: fix null checking in nfs_get_option_str() by Xi Wang · 12 years ago
  85. 39e88fc pnfs: Increase the refcount when LAYOUTGET fails the first time by Yanchuan Nian · 12 years ago
  86. c335a86 f2fs: check return value during recovery by Jaegeuk Kim · 12 years ago
  87. c1b75ea f2fs: avoid null dereference in f2fs_acl_from_disk by Jaegeuk Kim · 12 years ago
  88. d66d1f7 f2fs: initialize newly allocated dnode structure by Jaegeuk Kim · 12 years ago
  89. 7880cee f2fs: update f2fs partition info about SIT/NAT layout by Huajun Li · 12 years ago
  90. 24c366a f2fs: remove unneeded INIT_LIST_HEAD at few places by Namjae Jeon · 12 years ago
  91. 3af60a4 f2fs: fix time update in case of f2fs fallocate by Namjae Jeon · 12 years ago
  92. a07ef78 f2fs: introduce f2fs_msg to ease adding information prints by Namjae Jeon · 12 years ago
  93. 4956964 Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  94. 6ae1417 misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  95. f568f6c pstore: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  96. f8d9a89 NFS: Fix access to suid/sgid executables by Weston Andros Adamson · 12 years ago
  97. 2318aa2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 12 years ago
  98. ed4e6a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes by Linus Torvalds · 12 years ago
  99. 007f6c3 Merge tag 'ecryptfs-3.8-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
  100. 5439ca6 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago