1. ada8e20 NFS: Don't use SetPageError in the NFS writeback code by Trond Myklebust · 12 years ago
  2. 75e300c Merge tag 'for-v3.8' of git://git.infradead.org/users/cbou/linux-pstore by Linus Torvalds · 12 years ago
  3. ac20d16 NFSv4.1: Deal effectively with interrupted RPC calls. by Trond Myklebust · 12 years ago
  4. 08242bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 12 years ago
  5. 8e63b6a NFSv4.1: Move the RPC timestamp out of the slot. by Trond Myklebust · 12 years ago
  6. e879444 NFSv4.1: Try to deal with NFS4ERR_SEQ_MISORDERED. by Trond Myklebust · 12 years ago
  7. 5e4a084 userns: Require CAP_SYS_ADMIN for most uses of setns. by Eric W. Biederman · 12 years ago
  8. 65a0c14 NFS: nfs_lookup_revalidate should not trust an inode with i_nlink == 0 by Trond Myklebust · 12 years ago
  9. 1f01845 NFS: Fix calls to drop_nlink() by Trond Myklebust · 12 years ago
  10. eed9935 NFS: Ensure that we always drop inodes that have been marked as stale by Trond Myklebust · 12 years ago
  11. 861d666 exofs: don't leak io_state and pages on read error by Boaz Harrosh · 12 years ago
  12. 15de059 Merge branch 'autofs' (patches from Ian Kent) by Linus Torvalds · 12 years ago
  13. 0259cb0 autofs4 - use simple_empty() for empty directory check by Ian Kent · 12 years ago
  14. f55fb0c autofs4 - dont clear DCACHE_NEED_AUTOMOUNT on rootless mount by Ian Kent · 12 years ago
  15. f6e858a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  16. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  17. 48d7a57 nfs: Remove unused list nfs4_clientid_list by Yanchuan Nian · 12 years ago
  18. aaea7d2 nfs: Remove duplicate function declaration in internal.h by Yanchuan Nian · 12 years ago
  19. 56df127 quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_BLOCK by Lee Jones · 12 years ago
  20. 4789775 ext3: drop if around WARN_ON by Julia Lawall · 12 years ago
  21. 195c0f9 ext3: get rid of the duplicate code on ext3_fill_super by Zhao Hongjiang · 12 years ago
  22. 6d31d15 udf: remove un-needed variable from inode_getblk by Namjae Jeon · 12 years ago
  23. fb719c5 udf: don't increment lenExtents while writing to a hole by Namjae Jeon · 12 years ago
  24. 2fb7d99 udf: fix memory leak while allocating blocks during write by Namjae Jeon · 12 years ago
  25. f259613 NFS: avoid NULL dereference in nfs_destroy_server by NeilBrown · 12 years ago
  26. ebacfd1 pstore/ftrace: Adjust for ftrace_ops->func prototype change by Anton Vorontsov · 12 years ago
  27. c628937 pstore/ram: Fix bounds checks for mem_size, record_size, console_size and ftrace_size by Arve Hjønnevåg · 12 years ago
  28. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  29. 02c0ab6 fs/buffer.c: remove redundant initialization in alloc_page_buffers() by Yan Hong · 12 years ago
  30. a3f3c29 fs/buffer.c: do not inline exported function by Yan Hong · 12 years ago
  31. 5aaea51 writeback: fix a typo in comment by Yan Hong · 12 years ago
  32. 4ff1b2c procfs: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  33. e180377 thp: change split_huge_page_pmd() interface by Kirill A. Shutemov · 12 years ago
  34. ad6d620 Btrfs: allow repair code to include target disk when searching mirrors by Stefan Behrens · 12 years ago
  35. 72d7aef Btrfs: increase BTRFS_MAX_MIRRORS by one for dev replace by Stefan Behrens · 12 years ago
  36. 30d9861 Btrfs: optionally avoid reads from device replace source drive by Stefan Behrens · 12 years ago
  37. 472262f Btrfs: changes to live filesystem are also written to replacement disk by Stefan Behrens · 12 years ago
  38. 29a8d9a Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block() by Stefan Behrens · 12 years ago
  39. 8dabb74 Btrfs: change core code of btrfs to support the device replace operations by Stefan Behrens · 12 years ago
  40. e93c89c Btrfs: add new sources for device replace code by Stefan Behrens · 12 years ago
  41. ff023aa Btrfs: add code to scrub to copy read data to another disk by Stefan Behrens · 12 years ago
  42. 6189192 Btrfs: handle errors from btrfs_map_bio() everywhere by Stefan Behrens · 12 years ago
  43. 63a212a Btrfs: disallow some operations on the device replace target device by Stefan Behrens · 12 years ago
  44. 5ac00ad Btrfs: disallow mutually exclusive admin operations from user mode by Stefan Behrens · 12 years ago
  45. a2bff64 Btrfs: introduce a btrfs_dev_replace_item type by Stefan Behrens · 12 years ago
  46. e922e08 Btrfs: enhance btrfs structures for device replace support by Stefan Behrens · 12 years ago
  47. 1acd683 Btrfs: avoid risk of a deadlock in btrfs_handle_error by Stefan Behrens · 12 years ago
  48. aa1b8cd Btrfs: pass fs_info instead of root by Stefan Behrens · 12 years ago
  49. a8a6dab Btrfs: add btrfs_scratch_superblock() function by Stefan Behrens · 12 years ago
  50. 3ec706c Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree by Stefan Behrens · 12 years ago
  51. 5d96405 Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_tree by Stefan Behrens · 12 years ago
  52. 7ba15b7 Btrfs: add two more find_device() methods by Stefan Behrens · 12 years ago
  53. beaf8ab Btrfs: move some common code into a subfunction by Stefan Behrens · 12 years ago
  54. b6bfebc Btrfs: cleanup scrub bio and worker wait code by Stefan Behrens · 12 years ago
  55. 34f5c8e Btrfs: in scrub repair code, simplify alloc error handling by Stefan Behrens · 12 years ago
  56. cb2ced7 Btrfs: in scrub repair code, optimize the reading of mirrors by Stefan Behrens · 12 years ago
  57. 7a9e998 Btrfs: make the scrub page array dynamically allocated by Stefan Behrens · 12 years ago
  58. a36cf8b Btrfs: remove the block device pointer from the scrub context struct by Stefan Behrens · 12 years ago
  59. d9d181c Btrfs: rename the scrub context structure by Stefan Behrens · 12 years ago
  60. d25628b Btrfs: protect devices list with its mutex by Liu Bo · 12 years ago
  61. b53d3f5 Btrfs: cleanup for btrfs_btree_balance_dirty by Liu Bo · 12 years ago
  62. 3ef5969 Btrfs: merge inode_list in __merge_refs by Alexander Block · 12 years ago
  63. e1f5790 Btrfs: set hole punching time properly by Tsutomu Itoh · 12 years ago
  64. d03f918 Btrfs: Don't trust the superblock label and simply printk("%s") it by Stefan Behrens · 12 years ago
  65. 109f236 Btrfs: fix a double free on pending snapshots in error handling by Liu Bo · 12 years ago
  66. 37c4146 Btrfs: fix a deadlock in aborting transaction due to ENOSPC by Liu Bo · 12 years ago
  67. 6c1500f fs/btrfs: drop if around WARN_ON by Julia Lawall · 12 years ago
  68. 31b1a2b fs/btrfs: use WARN by Julia Lawall · 12 years ago
  69. 5269b67 Btrfs: fix missing log when BTRFS_INODE_NEEDS_FULL_SYNC is set by Miao Xie · 12 years ago
  70. bbe1426 Btrfs: fix unprotected extent map operation when logging file extents by Miao Xie · 12 years ago
  71. 315a985 Btrfs: fix wrong file extent length by Miao Xie · 12 years ago
  72. ca46963 Btrfs: fix missing flush when committing a transaction by Miao Xie · 12 years ago
  73. b7d5b0a Btrfs: fix joining the same transaction handler more than 2 times by Miao Xie · 12 years ago
  74. 4fde183 Btrfs: cleanup for btrfs_wait_order_range by Liu Bo · 12 years ago
  75. 9f3959c Btrfs: get right arguments for btrfs_wait_ordered_range by Liu Bo · 12 years ago
  76. 183f37f Btrfs: do not log extents when we only log new names by Liu Bo · 12 years ago
  77. 292fd7f Btrfs: don't allow degraded mount if too many devices are missing by Stefan Behrens · 12 years ago
  78. d142324 Btrfs: Fix typo in fs/btrfs by Masanari Iida · 12 years ago
  79. 0253f40 Btrfs: Remove the invalid shrink size check up from btrfs_shrink_dev() by jeff.liu · 12 years ago
  80. eb96d5c SUNRPC handle EKEYEXPIRED in call_refreshresult by Andy Adamson · 12 years ago
  81. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  82. be7e985 nfs: fix page dirtying in NFS DIO read codepath by Jeff Layton · 12 years ago
  83. 67fad10 nfs: don't zero out the rest of the page if we hit the EOF on a DIO READ by Jeff Layton · 12 years ago
  84. 6facac1 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  85. 3f1c64f Merge tag 'for-linus-v3.8-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  86. 22a40fd Merge tag 'dlm-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 12 years ago
  87. 251a8cf Merge tag 'please-pull-pstore_mevent' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 12 years ago
  88. f57d54b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  89. 608ff1a Merge branch 'akpm' (Andrew's patchbomb) by Linus Torvalds · 12 years ago
  90. a9c58b90 mm, oom: change type of oom_score_adj to short by David Rientjes · 12 years ago
  91. 252aa6f mm: redefine address_space.assoc_mapping by Rafael Aquini · 12 years ago
  92. 78bd520 mm: adjust address_space_operations.migratepage() return code by Rafael Aquini · 12 years ago
  93. 0865935 mm: use vm_unmapped_area() in hugetlbfs by Michel Lespinasse · 12 years ago
  94. 42d7395 mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB by Andi Kleen · 12 years ago
  95. d0e1d66 writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr() by Namjae Jeon · 12 years ago
  96. c6bd5bc Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  97. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  98. 9afab88 Btrfs: make ordered extent be flushed by multi-task by Miao Xie · 12 years ago
  99. 25287e0 Btrfs: make ordered operations be handled by multi-task by Miao Xie · 12 years ago
  100. 8ccf6f19 Btrfs: make delalloc inodes be flushed by multi-task by Miao Xie · 12 years ago