1. 4e474a0 sysctl: protect poll() in entries that may go away by Lucas De Marchi · 13 years ago
  2. c999a22 xfs: introduce an allocation workqueue by Dave Chinner · 13 years ago
  3. 1a1d772 xfs: Fix open flag handling in open_by_handle code by Dave Chinner · 13 years ago
  4. 5575acc xfs: fix deadlock in xfs_rtfree_extent by Kamal Dasu · 13 years ago
  5. 1c2ccc6 fs: xfs: fix section mismatch in linux-next by Gerard Snitselaar · 13 years ago
  6. 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  7. 3489b42 ceph: fix three bugs, two in ceph_vxattrcb_file_layout() by Alex Elder · 13 years ago
  8. cffaba1 ceph: ensure Boolean options support both senses by Alex Elder · 13 years ago
  9. ee57741 rbd: make ceph_parse_options() return a pointer by Alex Elder · 13 years ago
  10. 18fa8b3 ceph: make ceph_setxattr() and ceph_removexattr() more alike by Alex Elder · 13 years ago
  11. 3ce6cd1 ceph: avoid repeatedly computing the size of constant vxattr names by Alex Elder · 13 years ago
  12. aa4066e ceph: encode type in vxattr callback routines by Alex Elder · 13 years ago
  13. 881a5fa ceph: drop "_cb" from name of struct ceph_vxattr_cb by Alex Elder · 13 years ago
  14. eb78808 ceph: use macros to normalize vxattr table definitions by Alex Elder · 13 years ago
  15. 2289190 ceph: use a symbolic name for "ceph." extended attribute namespace by Alex Elder · 13 years ago
  16. 06476a6 ceph: pass inode rather than table to ceph_match_vxattr() by Alex Elder · 13 years ago
  17. b829c19 ceph: don't null-terminate xattr values by Alex Elder · 13 years ago
  18. 8083431 ceph: fix overflow check in build_snap_context() by Xi Wang · 13 years ago
  19. 810339ec ceph: avoid panic with mismatched symlink sizes in fill_inode() by Xi Wang · 13 years ago
  20. a661fc5 ceph: use 2 instead of 1 as fallback for 32-bit inode number by Amon Ott · 13 years ago
  21. 1ce208a ceph: don't reset s_cap_ttl to zero by Alex Elder · 13 years ago
  22. 914b200 btrfs: Fix busyloop in transaction_kthread() by Jan Kara · 13 years ago
  23. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 13 years ago
  24. 182f514 ext4: remove useless s_dirt assignment by Artem Bityutskiy · 13 years ago
  25. a8e25a8 ext4: write superblock only once on unmount by Artem Bityutskiy · 13 years ago
  26. 1b8b975 ext4: do not mark superblock as dirty unnecessarily by Artem Bityutskiy · 13 years ago
  27. 7335519 ext4: correct ext4_punch_hole return codes by Allison Henderson · 13 years ago
  28. 5375871 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  29. afcff5d ext4: remove restrictive checks for EOFBLOCKS_FL by Lukas Czerner · 13 years ago
  30. a7967f0 ext4: always set then trimmed blocks count into len by Lukas Czerner · 13 years ago
  31. 21e7fd2 ext4: fix trimmed block count accunting by Lukas Czerner · 13 years ago
  32. 913eed83 ext4: fix start and len arguments handling in ext4_trim_fs() by Lukas Czerner · 13 years ago
  33. ad12ab2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 13 years ago
  34. d1d5e05 hugetlbfs: return error code when initializing module by Hillf Danton · 13 years ago
  35. 40716e2 hugetlbfs: fix alignment of huge page requests by Steven Truelove · 13 years ago
  36. 21a3c27 mm, hugetlb: add thread name and pid to SHM_HUGETLB mlock rlimit warning by David Rientjes · 13 years ago
  37. 05af2e1 mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat() by David Rientjes · 13 years ago
  38. 9048162 hugepages: fix use after free bug in "quota" handling by David Gibson · 13 years ago
  39. a1d776e hugetlb: cleanup hugetlb.h by David Gibson · 13 years ago
  40. a05b085 hugetlbfs: avoid taking i_mutex from hugetlbfs_read() by Aneesh Kumar K.V · 13 years ago
  41. b764375 procfs: mark thread stack correctly in proc/<pid>/maps by Siddhesh Poyarekar · 13 years ago
  42. 092b50b pagemap: introduce data structure for pagemap entry by Naoya Horiguchi · 13 years ago
  43. e873c49 pagemap: export KPF_THP by Naoya Horiguchi · 13 years ago
  44. 025c5b2 thp: optimize away unnecessary page table locking by Naoya Horiguchi · 13 years ago
  45. 5aaabe8 pagemap: avoid splitting thp when reading /proc/pid/pagemap by Naoya Horiguchi · 13 years ago
  46. 4bfc130 hugetlbfs: fix hugetlb_get_unmapped_area() by Xiao Guangrong · 13 years ago
  47. 7904ac8 seq_file: fix mishandling of consecutive pread() invocations. by Earl Chew · 13 years ago
  48. 1de5b41 fs/namei.c: fix warnings on 32-bit by Andrew Morton · 13 years ago
  49. 1a5a990 mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode by Andrea Arcangeli · 13 years ago
  50. 49b25e0 btrfs: enhance transaction abort infrastructure by Jeff Mahoney · 13 years ago
  51. 4da3511 btrfs: add varargs to btrfs_error by Jeff Mahoney · 13 years ago
  52. 3acd395 btrfs: Remove BUG_ON from __finish_chunk_alloc() by Mark Fasheh · 13 years ago
  53. 1dd4602 btrfs: Remove BUG_ON from __btrfs_alloc_chunk() by Mark Fasheh · 13 years ago
  54. 2cdcecb btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent() by Mark Fasheh · 13 years ago
  55. 305a26a btrfs: Go readonly on tree errors in balance_level by Mark Fasheh · 13 years ago
  56. b68dc2a btrfs: Don't BUG_ON errors from update_ref_for_cow() by Mark Fasheh · 13 years ago
  57. e5df957 btrfs: Go readonly on bad extent refs in update_ref_for_cow() by Mark Fasheh · 13 years ago
  58. 4ed1d16 btrfs: Don't BUG_ON errors in __finish_chunk_alloc() by Mark Fasheh · 13 years ago
  59. 0678b61 btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range() by Mark Fasheh · 13 years ago
  60. be1a556 btrfs: Don't BUG_ON() errors in update_ref_for_cow() by Mark Fasheh · 13 years ago
  61. ce59897 btrfs: Don't BUG_ON errors from btrfs_create_subvol_root() by Mark Fasheh · 13 years ago
  62. 2c53679 btrfs: btrfs_drop_snapshot should return int by Jeff Mahoney · 13 years ago
  63. 3fbe5c0 btrfs: split extent_state ops by Jeff Mahoney · 13 years ago
  64. d008237 btrfs: drop gfp_t from lock_extent by Jeff Mahoney · 13 years ago
  65. 143bede btrfs: return void in functions without error conditions by Jeff Mahoney · 13 years ago
  66. ffd7b33 btrfs: __add_reloc_root error push-up by Jeff Mahoney · 13 years ago
  67. 355808c btrfs: ->submit_bio_hook error push-up by Jeff Mahoney · 13 years ago
  68. 3444a97 btrfs: Factor out tree->ops->merge_bio_hook call by Jeff Mahoney · 13 years ago
  69. 0417341 btrfs: Simplify btrfs_submit_bio_hook by Jeff Mahoney · 13 years ago
  70. b45a9d8 btrfs: btrfs_update_root error push-up by Jeff Mahoney · 13 years ago
  71. 200a5c1 btrfs: find_and_setup_root error push-up by Jeff Mahoney · 13 years ago
  72. 6763af8 btrfs: Remove set bits return from clear_extent_bit by Jeff Mahoney · 13 years ago
  73. 5380428 btrfs: avoid NULL deref in btrfs_reserve_extent with DEBUG_ENOSPC by Jeff Mahoney · 13 years ago
  74. d5c13f9 btrfs: clean_tree_block should panic on observed memory corruption and return void by Jeff Mahoney · 13 years ago
  75. d16cb05 btrfs: Simplify btrfs_insert_root by Jeff Mahoney · 13 years ago
  76. cddcd80 btrfs: Fix kfree of member instead of structure by Jeff Mahoney · 13 years ago
  77. 43c04fb btrfs: Panic on bad rbtree operations by Jeff Mahoney · 13 years ago
  78. c2d904e btrfs: Catch locking failures in {set,clear,convert}_extent_bit by Jeff Mahoney · 13 years ago
  79. 8c34293 btrfs: Add btrfs_panic() by Jeff Mahoney · 13 years ago
  80. 30d73f3 Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 13 years ago
  81. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  82. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 13 years ago
  83. c7c66c0 Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  84. 3dd9330 cifs: clean up ordering in exit_cifs by Jeff Layton · 13 years ago
  85. 815465c cifs: clean up call to cifs_dfs_release_automount_timer() by Jeff Layton · 13 years ago
  86. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 13 years ago
  87. 6dae51a CIFS: Delete echo_retries module parm by Pavel Shilovsky · 13 years ago
  88. bc205ed CIFS: Prepare credits code for a slot reservation by Pavel Shilovsky · 13 years ago
  89. 5bc5949 CIFS: Make wait_for_free_request killable by Pavel Shilovsky · 13 years ago
  90. 2d86dbc CIFS: Introduce credit-based flow control by Pavel Shilovsky · 13 years ago
  91. fc40f9c CIFS: Simplify inFlight logic by Pavel Shilovsky · 13 years ago
  92. 1daaae8 cifs: fix issue mounting of DFS ROOT when redirecting from one domain controller to the next by Jeff Layton · 13 years ago
  93. 5a7c9ee NFS: fix sb->s_id in nfs debug prints by Vivek Trivedi · 13 years ago
  94. 1b189b8 dlm: last element of dlm_local_addr[] never used by David Teigland · 13 years ago
  95. 18d98f6 pnfs-obj: autologin: Add support for protocol autologin by Sachin Bhamare · 13 years ago
  96. c6bfa1a NFS: Remove nfs4_setup_sequence from generic rename code by Bryan Schumaker · 13 years ago
  97. 34e137c NFS: Remove nfs4_setup_sequence from generic unlink code by Bryan Schumaker · 13 years ago
  98. ea7c330 NFS: Remove nfs4_setup_sequence from generic read code by Bryan Schumaker · 13 years ago
  99. c6cb80d NFS: Remove nfs4_setup_sequence from generic write code by Bryan Schumaker · 13 years ago
  100. 6f00866 NFS: Fix more NFS debug related build warnings by Trond Myklebust · 13 years ago