1. 89a897f Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstream by Linus Torvalds · 12 years ago
  2. e1d33a5 Merge tag 'for-linus-v3.6-rc4' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  3. 8497ae6 Merge branch 'for-3.6' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  4. a7e546f Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  5. 62688e5 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  6. f4673d6 Merge tag 'upstream-3.6-rc3' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 12 years ago
  7. a672e1b xfs: check for possible overflow in xfs_ioc_trim by Tomas Racek · 12 years ago
  8. 7612903 xfs: unlock the AGI buffer when looping in xfs_dialloc by Christoph Hellwig · 12 years ago
  9. 0b9e3f6 xfs: fix uninitialised variable in xfs_rtbuf_get() by Dave Chinner · 12 years ago
  10. 676ce6d block: replace __getblk_slow misfix by grow_dev_page fix by Hugh Dickins · 12 years ago
  11. f753c4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  12. ad746be Merge tag 'nfs-for-3.6-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  13. 467e9e5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  14. 69f9025 UBIFS: fix error messages spelling by Artem Bityutskiy · 12 years ago
  15. 5585263 fs: fix fs/namei.c kernel-doc warnings by Randy Dunlap · 12 years ago
  16. 9802274 eventpoll: use-after-possible-free in epoll_create1() by Al Viro · 12 years ago
  17. 65b455b UBIFS: fix complaints about too small debug buffer size by Artem Bityutskiy · 12 years ago
  18. 45f2e08 ceph: avoid divide by zero in __validate_layout() by Sage Weil · 12 years ago
  19. 6c5e50f ceph: tolerate (and warn on) extraneous dentry from mds by Sage Weil · 12 years ago
  20. c212f40 UBIFS: fix replay regression by Artem Bityutskiy · 12 years ago
  21. 11e3be0 UBIFS: fix crash on error path by Artem Bityutskiy · 12 years ago
  22. 73e8712 UBIFS: remove stale commentary by Artem Bityutskiy · 12 years ago
  23. 3930765 nfsd4: fix security flavor of NFSv4.0 callback by J. Bruce Fields · 12 years ago
  24. 0e665d5 vfs: missed source of ->f_pos races by Al Viro · 12 years ago
  25. d1c338a libceph: delay debugfs initialization until we learn global_id by Sage Weil · 12 years ago
  26. 0866004 NFSv3: Ensure that do_proc_get_root() reports errors correctly by Trond Myklebust · 12 years ago
  27. 7653f6f NFSv4: Ensure that nfs4_alloc_client cleans up on error. by Trond Myklebust · 12 years ago
  28. 20fb193 Merge branch 'vfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 12 years ago
  29. ef824bf Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  30. d807ff8 autofs4 - fix expire check by Ian Kent · 12 years ago
  31. 89a4e48 ext4: fix kernel BUG on large-scale rm -rf commands by Theodore Ts'o · 12 years ago
  32. 0548bbb ext4: fix long mount times on very big file systems by Theodore Ts'o · 12 years ago
  33. 7a4c5de ext4: don't call ext4_error while block group is locked by Theodore Ts'o · 12 years ago
  34. 12dfd08 NFS: return -ENOKEY when the upcall fails to map the name by Bryan Schumaker · 12 years ago
  35. c506694 NFS: Clear key construction data if the idmap upcall fails by Bryan Schumaker · 12 years ago
  36. cff298c NFSv4: Don't use private xdr_stream fields in decode_getacl by Trond Myklebust · 12 years ago
  37. b291f1b NFSv4: Fix the acl cache size calculation by Trond Myklebust · 12 years ago
  38. 519d395 NFSv4: Fix pointer arithmetic in decode_getacl by Trond Myklebust · 12 years ago
  39. 425e776 NFS: Alias the nfs module to nfs4 by bjschuma@gmail.com · 12 years ago
  40. 1ae811e NFS: Fix a regression when loading the NFS v4 module by bjschuma@gmail.com · 12 years ago
  41. a45440f autofs4 - fix get_next_positive_subdir() by Ian Kent · 12 years ago
  42. 2eac9eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  43. 62b2ce9 vfs: fix propagation of atomic_open create error on negative dentry by Sage Weil · 12 years ago
  44. 68766a2 udf: fix retun value on error path in udf_load_logicalvol by Nikola Pajkovsky · 12 years ago
  45. 2e84f26 jbd: don't write superblock when unmounting an ro filesystem by Jan Kara · 12 years ago
  46. af109bc fuse: check create mode in atomic open by Miklos Szeredi · 12 years ago
  47. 38227f7 vfs: pass right create mode to may_o_create() by Miklos Szeredi · 12 years ago
  48. 62b259d vfs: atomic_open(): fix create mode usage by Miklos Szeredi · 12 years ago
  49. e68726f vfs: canonicalize create mode in build_open_flags() by Miklos Szeredi · 12 years ago
  50. 48d1788 reiserfs: fix deadlocks with quotas by Jeff Mahoney · 12 years ago
  51. 6ea2eea quota: Move down dqptr_sem read after initializing default warn[] type at __dquot_alloc_space(). by Jeff Liu · 12 years ago
  52. dc141a4 UDF: During mount free lvid_bh before rescanning with different blocksize by Ashish Sangwan · 12 years ago
  53. bb2b6d1 udf: fix udf_setsize() for file data in ICB by Ian Abbott · 12 years ago
  54. 15fc5de Merge branch 'for-linus-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  55. e00da20 Btrfs: remove mnt_want_write call in btrfs_mksubvol by Alexander Block · 12 years ago
  56. 647d1e4 block: move down direct IO plugging by Fengguang Wu · 12 years ago
  57. 389d7b2 bio: Fix potential memory leak in bio_find_or_create_slab() by Alexey Khoroshilov · 12 years ago
  58. 47fbf797 NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_done by Trond Myklebust · 12 years ago
  59. fb6ccff fuse: verify all ioctl retry iov elements by Zach Brown · 12 years ago
  60. 7e731bc ext4: avoid kmemcheck complaint from reading uninitialized memory by Theodore Ts'o · 12 years ago
  61. d796c52 ext4: make sure the journal sb is written in ext4_clear_journal_err() by Theodore Ts'o · 12 years ago
  62. fe7c805 missed mnt_drop_write() in do_dentry_open() by Al Viro · 12 years ago
  63. 5c57f20 UBIFS: nuke pdflush from comments by Artem Bityutskiy · 12 years ago
  64. e76e0ec gfs2: nuke pdflush from comments by Artem Bityutskiy · 12 years ago
  65. 166ac34 nilfs2: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  66. 50640bc hfs: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  67. 0d5c3eb vfs: nuke pdflush from comments by Artem Bityutskiy · 12 years ago
  68. 12810ad jbd/jbd2: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  69. b257031 btrfs: nuke pdflush from comments by Artem Bityutskiy · 12 years ago
  70. 34eaada btrfs: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  71. f6463b0 ext4: nuke pdflush from comments by Artem Bityutskiy · 12 years ago
  72. 7652bdf ext4: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  73. d3009c6 ext3: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  74. f0cd2db vfs: kill write_super and sync_supers by Artem Bityutskiy · 12 years ago
  75. d42d1da Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 12 years ago
  76. 7de6e28 pnfs-obj: Better IO pattern in case of unaligned offset by Boaz Harrosh · 12 years ago
  77. f616638 NFS41: add pg_layout_private to nfs_pageio_descriptor by Peng Tao · 12 years ago
  78. 21d1f58 pnfs: nfs4_proc_layoutget returns void by Idan Kedar · 12 years ago
  79. 8554116 pnfs: defer release of pages in layoutget by Idan Kedar · 12 years ago
  80. 3dd4765 nfs: tear down caches in nfs_init_writepagecache when allocation fails by Jeff Layton · 12 years ago
  81. c892423 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  82. 410fc4ce Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
  83. 630103e Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  84. 5ef50c3 ceph: simplify+fix atomic_open by Sage Weil · 12 years ago
  85. 9e62bb4 ore: Fix out-of-bounds access in _ios_obj() by Boaz Harrosh · 12 years ago
  86. be388f3 exofs: Use proper max_IO calculations from ore by Boaz Harrosh · 12 years ago
  87. 4b74f6e exofs: Fix __r4w_get_page when offset is beyond i_size by Boaz Harrosh · 12 years ago
  88. 66153f6 exofs: stop using s_dirt by Artem Bityutskiy · 12 years ago
  89. 0e8d96d exofs: readpage_strip: Add a BUG_ON to check for PageLocked(page) by Kautuk Consul · 13 years ago
  90. 53362a0 fs/block-dev.c:fix performance regression in O_DIRECT writes to md block devices by Jianpeng Ma · 12 years ago
  91. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  92. 068535f locks: remove unused lm_release_private by J. Bruce Fields · 12 years ago
  93. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  94. 6dbb35b Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  95. 192e501 nfs: prevent page allocator recursions with swap over NFS. by Mel Gorman · 12 years ago
  96. a564b8f nfs: enable swap on NFS by Mel Gorman · 12 years ago
  97. 29418aa nfs: disable data cache revalidation for swapfiles by Mel Gorman · 12 years ago
  98. d56b4dd nfs: teach the NFS client how to treat PG_swapcache pages by Mel Gorman · 12 years ago
  99. 8e125cd vmscan: remove obsolete shrink_control comment by Minchan Kim · 12 years ago
  100. 24669e5 hugetlb: use mmu_gather instead of a temporary linked list for accumulating pages by Aneesh Kumar K.V · 12 years ago