1. f83b0a4 Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  2. 32dad03 Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  3. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  4. fc6d0b0 Merge branch 'lockref' (locked reference counts) by Linus Torvalds · 11 years ago
  5. 1557008 vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock() by Linus Torvalds · 11 years ago
  6. df3d0bb vfs: use lockref_get_not_zero() for optimistic lockless dget_parent() by Waiman Long · 11 years ago
  7. 3bd11cf pstore/ram: (really) fix undefined usage of rounddown_pow_of_two by Maxime Bizon · 11 years ago
  8. c95389b Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  9. 49fa814 fs/ocfs2/super.c: Use bigger nodestr to accomodate 32-bit node numbers by Goldwyn Rodrigues · 11 years ago
  10. 9847423 vfs: make the dentry cache use the lockref infrastructure by Waiman Long · 11 years ago
  11. f0cc6ff Revert "fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flink" by Linus Torvalds · 11 years ago
  12. 83c425d Merge tag 'jfs-3.11-rc8' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 11 years ago
  13. 4d4323e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  14. 5befb98 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  15. 52e220d VFS: collect_mounts() should return an ERR_PTR by Dan Carpenter · 11 years ago
  16. 821ff77 bfs: iget_locked() doesn't return an ERR_PTR by Dan Carpenter · 11 years ago
  17. 136eefa efs: iget_locked() doesn't return an ERR_PTR() by Dan Carpenter · 11 years ago
  18. a5a1955 proc: kill the extra proc_readfd_common()->dir_emit_dots() by Oleg Nesterov · 11 years ago
  19. 118b230 cope with potentially long ->d_dname() output for shmem/hugetlb by Al Viro · 11 years ago
  20. 4bf93b5 nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP error detection by Vyacheslav Dubeyko · 11 years ago
  21. 2df37a1 nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP error by Vyacheslav Dubeyko · 11 years ago
  22. 09239ed sysfs: group.c: fix up kerneldoc by Greg Kroah-Hartman · 11 years ago
  23. 2c3a908 sysfs: sysfs.h: fix coding style issues by Greg Kroah-Hartman · 11 years ago
  24. 07ac62a sysfs: file.c: fix up broken string warnings by Greg Kroah-Hartman · 11 years ago
  25. 37814ee sysfs: dir.c: fix up odd do/while indentation by Greg Kroah-Hartman · 11 years ago
  26. 060cc74 sysfs: fix up uaccess.h coding style warnings by Greg Kroah-Hartman · 11 years ago
  27. ddfd6d0 sysfs: fix up 80 column coding style issues by Greg Kroah-Hartman · 11 years ago
  28. 1b18dc2 sysfs: fix up space coding style issues by Greg Kroah-Hartman · 11 years ago
  29. ab9bf4b sysfs: remove trailing whitespace by Greg Kroah-Hartman · 11 years ago
  30. 1b86675 sysfs: fix placement of EXPORT_SYMBOL() by Greg Kroah-Hartman · 11 years ago
  31. 9e2a47e sysfs: group: update copyright to add myself and the LF by Greg Kroah-Hartman · 11 years ago
  32. f9ae443 sysfs: group.c: add kerneldoc for sysfs_remove_group by Greg Kroah-Hartman · 11 years ago
  33. 16aebf1 sysfs: group.c: fix up broken string coding style by Greg Kroah-Hartman · 11 years ago
  34. 995d8ed sysfs: group.c: fix up some * coding style issues by Greg Kroah-Hartman · 11 years ago
  35. e6c5692 sysfs: group.c: fix trailing whitespace by Greg Kroah-Hartman · 11 years ago
  36. d363bc5 sysfs: group.c: move EXPORT_SYMBOL_GPL() to the proper location by Greg Kroah-Hartman · 11 years ago
  37. 3e9b2ba sysfs: add sysfs_create/remove_groups() by Greg Kroah-Hartman · 11 years ago
  38. 35dc248 [SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signal by Roland Dreier · 11 years ago
  39. fd3930f proc: more readdir conversion bug-fixes by Linus Torvalds · 11 years ago
  40. 3f8f80f pstore/ram: Read and write to the 'compressed' flag of pstore by Aruna Balakrishnaiah · 11 years ago
  41. 9ad2cbe pstore: Add file extension to pstore file if compressed by Aruna Balakrishnaiah · 11 years ago
  42. adb42f5 pstore: Add decompression support to pstore by Aruna Balakrishnaiah · 11 years ago
  43. 9a4e139 pstore: Introduce new argument 'compressed' in the read callback by Aruna Balakrishnaiah · 11 years ago
  44. b0aad7a pstore: Add compression support to pstore by Aruna Balakrishnaiah · 11 years ago
  45. 90ce4ca pstore/Kconfig: Select ZLIB_DEFLATE and ZLIB_INFLATE when PSTORE is selected by Aruna Balakrishnaiah · 11 years ago
  46. b3b515b pstore: Add new argument 'compressed' in pstore write callback by Aruna Balakrishnaiah · 11 years ago
  47. c39524e pstore: d_alloc_name() doesn't return an ERR_PTR by Dan Carpenter · 11 years ago
  48. 94fc5d9 proc: return on proc_readdir error by Richard Genoud · 11 years ago
  49. d6a5e06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes by Linus Torvalds · 11 years ago
  50. 7bd9ee5 GFS2: Check for glock already held in gfs2_getxattr by Steven Whitehouse · 11 years ago
  51. dfc4616 GFS2: alloc_workqueue() doesn't return an ERR_PTR by Dan Carpenter · 11 years ago
  52. 1bc333f GFS2: don't overrun reserved revokes by Benjamin Marzinski · 12 years ago
  53. d08fa65 GFS2: WQ_NON_REENTRANT is meaningless and going away by Tejun Heo · 11 years ago
  54. 2523d47 GFS2: Fix typo in gfs2_create_inode() by Steven Whitehouse · 12 years ago
  55. a08797e Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  56. a361293 jbd2: Fix oops in jbd2_journal_file_inode() by Jan Kara · 11 years ago
  57. 2b04725 Fix TLB gather virtual address range invalidation corner cases by Linus Torvalds · 11 years ago
  58. 4451244 jfs: fix readdir cookie incompatibility with NFSv4 by Dave Kleikamp · 11 years ago
  59. 8c82962 fs/proc/task_mmu.c: fix buffer overflow in add_page_map() by yonghua zheng · 11 years ago
  60. d6394b5 ocfs2: fix null pointer dereference in ocfs2_dir_foreach_blk_id() by Jeff Liu · 11 years ago
  61. c7dd339 ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_page by Tiger Yang · 11 years ago
  62. 6115ea2 ocfs2: Revert 40bd62e to avoid regression in extended allocation by Jie Liu · 11 years ago
  63. b610ded hugetlb: fix lockdep splat caused by pmd sharing by Michal Hocko · 11 years ago
  64. 41bb347 mm: save soft-dirty bits on file pages by Cyrill Gorcunov · 11 years ago
  65. 179ef71 mm: save soft-dirty bits on swapped pages by Cyrill Gorcunov · 11 years ago
  66. 584d88b Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  67. fd4f35d Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  68. 91aa11f jbd2: Fix use after free after error in jbd2_journal_dirty_metadata() by Jan Kara · 11 years ago
  69. cde2d7a ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOT by Theodore Ts'o · 11 years ago
  70. d92581f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  71. b8ea0d0 Merge tag 'nfs-for-3.11-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  72. 022e5d0 Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  73. db62efb btrfs: don't loop on large offsets in readdir by Zach Brown · 12 years ago
  74. cfad392 Btrfs: check to see if root_list is empty before adding it to dead roots by Josef Bacik · 12 years ago
  75. f3b15cc Btrfs: release both paths before logging dir/changed extents by Josef Bacik · 12 years ago
  76. ee20a98 Btrfs: allow splitting of hole em's when dropping extent cache by Josef Bacik · 12 years ago
  77. ed8c491 Btrfs: make sure the backref walker catches all refs to our extent by Josef Bacik · 12 years ago
  78. 8ca15e0 Btrfs: fix backref walking when we hit a compressed extent by Josef Bacik · 12 years ago
  79. b76bb70 Btrfs: do not offset physical if we're compressed by Josef Bacik · 12 years ago
  80. b5b9b5b Btrfs: fix extent buffer leak after backref walking by Liu Bo · 12 years ago
  81. e68afa4 Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extents by Liu Bo · 12 years ago
  82. 7cddc19 btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specified by Jie Liu · 12 years ago
  83. 201d3df dlm: kill the unnecessary and wrong device_close()->recalc_sigpending() by Oleg Nesterov · 11 years ago
  84. 6ae6514 ext4: fix mount/remount error messages for incompatible mount options by Piotr Sarna · 11 years ago
  85. 59d9fa5 ext4: allow the mount options nodelalloc and data=journal by Theodore Ts'o · 11 years ago
  86. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  87. 55f5bfd Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  88. b72888c NFSv4: Fix up nfs4_proc_lookup_mountpoint by Trond Myklebust · 11 years ago
  89. eddffa4 NFS: Remove unnecessary call to nfs_setsecurity in nfs_fhget() by Trond Myklebust · 11 years ago
  90. e890db0 NFSv4: Fix the sync mount option for nfs4 mounts by Scott Mayhew · 11 years ago
  91. f8806c8 NFS: Fix writeback performance issue on cache invalidation by Trond Myklebust · 11 years ago
  92. b7bc9e7 Merge tag 'trace-fixes-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  93. 58cd57b nfsd: Fix SP4_MACH_CRED negotiation in EXCHANGE_ID by Weston Andros Adamson · 11 years ago
  94. c472059 nfsd4: Fix MACH_CRED NULL dereference by J. Bruce Fields · 11 years ago
  95. 757c4f6 cifs: don't instantiate new dentries in readdir for inodes that need to be revalidated immediately by Jeff Layton · 11 years ago
  96. 9a1b6bf LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargs by Trond Myklebust · 11 years ago
  97. 3d62c45 vfs: add missing check for __O_TMPFILE in fcntl_init() by Zheng Liu · 12 years ago
  98. bb2314b fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flink by Andy Lutomirski · 11 years ago
  99. e305f48 fs: Fix file mode for O_TMPFILE by Andy Lutomirski · 11 years ago
  100. 672fe15 reiserfs: fix deadlock in umount by Al Viro · 11 years ago