1. 82dab10 security: remove dead hook sb_post_remount by Eric Paris · 14 years ago
  2. 4b61d12 security: remove dead hook sb_umount_busy by Eric Paris · 14 years ago
  3. 231923b security: remove dead hook sb_umount_close by Eric Paris · 14 years ago
  4. 3536331 security: remove sb_check_sb hooks by Eric Paris · 14 years ago
  5. 4660d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs by Linus Torvalds · 14 years ago
  6. 9623e5a Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  7. 9f32160 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  8. de32982 ext3: fix broken handling of EXT3_STATE_NEW by Linus Torvalds · 14 years ago
  9. 6be7fa0 [LogFS] Erase new journal segments by Joern Engel · 14 years ago
  10. 0943846 [LogFS] Move reserved segments with journal by Joern Engel · 14 years ago
  11. a53f4f9 SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUG by David Howells · 14 years ago
  12. 94aa8ae ceph: fix use after free on mds __unregister_request by Sage Weil · 14 years ago
  13. 723b2ff [LogFS] Clear PagePrivate when moving journal by Joern Engel · 14 years ago
  14. 81def6b Simplify and fix pad_wbuf by Joern Engel · 14 years ago
  15. 1932191 Prevent data corruption in logfs_rewrite_block() by Joern Engel · 14 years ago
  16. 6f2e9e6 Use deactivate_locked_super by Joern Engel · 14 years ago
  17. 7db8064 Fix logfs_get_sb_final error path by Joern Engel · 14 years ago
  18. faaa27a Write out both superblocks on mismatch by Joern Engel · 14 years ago
  19. e326068 Prevent schedule while atomic in __logfs_readdir by Joern Engel · 14 years ago
  20. e07bf55 Plug memory leak in writeseg_end_io by Joern Engel · 14 years ago
  21. 59fe27c Limit max_pages for insane devices by Joern Engel · 14 years ago
  22. 49137f2 Open segment file before using it by Joern Engel · 14 years ago
  23. e4d5042 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  24. e0df9c0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  25. 3e297b6 Restore LOOKUP_DIRECTORY hint handling in final lookup on open() by Al Viro · 14 years ago
  26. 39f1cd6 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  27. 6c75969 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  28. 1147d0f fscache: add missing unlock by Dan Carpenter · 14 years ago
  29. 61964eb do_sync_read/write() should set kiocb.ki_nbytes to be consistent by David Howells · 14 years ago
  30. 47568d4 FDPIC: For-loop in elf_core_vma_data_size() is incorrect by David Howells · 14 years ago
  31. 8e0cc81 fs/partition/msdos: fix unusable extended partition for > 512B sector by OGAWA Hirofumi · 14 years ago
  32. 3fbf586 fs/partitions/msdos: add support for large disks by Daniel Taylor · 14 years ago
  33. 4fd2c20 kcore: fix test for end of list by Dan Carpenter · 14 years ago
  34. 3f8b5ee reiserfs: properly honor read-only devices by Jeff Mahoney · 14 years ago
  35. 6cb4aff reiserfs: fix oops while creating privroot with selinux enabled by Jeff Mahoney · 14 years ago
  36. 7731d9a fs/binfmt_aout.c: fix pointer warnings by Borislav Petkov · 14 years ago
  37. c4caae2 ext4: Fixed inode allocator to correctly track a flex_bg's used_dirs by Eric Sandeen · 14 years ago
  38. ba69f9a ext4: Don't use delayed allocation by default when used instead of ext3 by Jan Kara · 14 years ago
  39. 37f328e ext4: Fix spelling of CONTIG_FS_EXT3 to CONFIG_FS_EXT3 by Theodore Ts'o · 14 years ago
  40. 1474147 ocfs2: Fix a race in o2dlm lockres mastery by Srinivas Eeda · 14 years ago
  41. b54c2ca Ocfs2: Handle deletion of reflinked oprhan inodes correctly. by Tristan Ye · 14 years ago
  42. 3939fda Ocfs2: Journaling i_flags and i_orphaned_slot when adding inode to orphan dir. by Tristan Ye · 14 years ago
  43. b4414ee ocfs2: Clear undo bits when local alloc is freed by Mark Fasheh · 14 years ago
  44. d067633 nilfs2: fix imperfect completion wait in nilfs_wait_on_logs by Ryusuke Konishi · 14 years ago
  45. 110d735 nilfs2: fix hang-up of cleaner after log writer returned with error by Ryusuke Konishi · 14 years ago
  46. 393f662 ceph: fix possible double-free of mds request reference by Sage Weil · 14 years ago
  47. d96d604 ceph: fix session check on mds reply by Sage Weil · 14 years ago
  48. 4736b00 ceph: handle kmalloc() failure by Dan Carpenter · 14 years ago
  49. 9c423956 ceph: propagate mds session allocation failures to caller by Sage Weil · 14 years ago
  50. 8f883c2 ceph: make write_begin wait propagate ERESTARTSYS by Sage Weil · 14 years ago
  51. ec4318bc ceph: fix snap rebuild condition by Sage Weil · 14 years ago
  52. 87b315a ceph: avoid reopening osd connections when address hasn't changed by Sage Weil · 14 years ago
  53. 3dd72fc ceph: rename r_sent_stamp r_stamp by Sage Weil · 14 years ago
  54. 3c3f2e3 ceph: fix connection fault con_work reentrancy problem by Sage Weil · 14 years ago
  55. e4cb4cb ceph: prevent dup stale messages to console for restarting mds by Sage Weil · 14 years ago
  56. efd7576 ceph: fix pg pool decoding from incremental osdmap update by Sage Weil · 14 years ago
  57. 80fc731 ceph: fix mds sync() race with completing requests by Sage Weil · 14 years ago
  58. 916623d ceph: only release unused caps with mds requests by Sage Weil · 14 years ago
  59. 15637c8 ceph: clean up handle_cap_grant, handle_caps wrt session mutex by Sage Weil · 14 years ago
  60. cdc2ce0 ceph: fix session locking in handle_caps, ceph_check_caps by Sage Weil · 14 years ago
  61. 4ea0043 ceph: drop unnecessary WARN_ON in caps migration by Sage Weil · 14 years ago
  62. 12eadc1 ceph: fix null pointer deref of r_osd in debug output by Sage Weil · 14 years ago
  63. 0a990e7 ceph: clean up service ticket decoding by Sage Weil · 14 years ago
  64. 99b437a AFS: Potential null dereference by Dan Carpenter · 14 years ago
  65. 556ae3b NFS: don't try to decode GETATTR if DELEGRETURN returned error by Jeff Layton · 14 years ago
  66. 2d8428a nilfs2: fix duplicate call to nilfs_segctor_cancel_freev by Ryusuke Konishi · 14 years ago
  67. 5b3dbb4 ceph: release old ticket_blob buffer by Sage Weil · 14 years ago
  68. 807c86e ceph: fix authenticator buffer size calculation by Sage Weil · 14 years ago
  69. 63733a0 ceph: fix authenticator timeout by Sage Weil · 14 years ago
  70. 8b218b8 ceph: fix inode removal from snap realm when racing with migration by Sage Weil · 14 years ago
  71. 052bb34 ceph: add missing locking to protect i_snap_realm_item during split by Sage Weil · 14 years ago
  72. 978097c ceph: implemented caps should always be superset of issued caps by Sage Weil · 14 years ago
  73. b231796 ocfs2: Init meta_ac properly in ocfs2_create_empty_xattr_block. by Tao Ma · 14 years ago
  74. dfe4d3d ocfs2: Fix the update of name_offset when removing xattrs by Tao Ma · 14 years ago
  75. d812e57 NFS: Prevent another deadlock in nfs_release_page() by Trond Myklebust · 14 years ago
  76. fc7f99c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  77. 0a492fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  78. 441f405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  79. 7c34691 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  80. 01d61d0 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  81. b22b63e ocfs2: Always try for maximum bits with new local alloc windows by Mark Fasheh · 14 years ago
  82. 8ad6fca Btrfs: fix the inode ref searches done by btrfs_search_path_in_tree by Chris Mason · 14 years ago
  83. 1b53ac4 Btrfs: allow treeid==0 in the inode lookup ioctl by Chris Mason · 14 years ago
  84. 90fdde1 Btrfs: return keys for large items to the search ioctl by Chris Mason · 14 years ago
  85. abc6e13 Btrfs: fix key checks and advance in the search ioctl by Chris Mason · 14 years ago
  86. c4af964 ntfs: use bitmap_weight by Akinobu Mita · 14 years ago
  87. bcc54e2 jffs2: fix up rb_root initializations to use RB_ROOT by Venkatesh Pallipadi · 14 years ago
  88. fcefd25 ocfs2: set i_mode on disk during acl operations by Mark Fasheh · 14 years ago
  89. 6527f8f ocfs2: Update i_blocks in reflink operations. by Tao Ma · 14 years ago
  90. 78c37eb ocfs2: Change bg_chain check for ocfs2_validate_gd_parent. by Tao Ma · 14 years ago
  91. ee860b6 by Sachin Prabhu · 14 years ago
  92. e8c3753 xfs: don't warn about page discards on shutdown by Dave Chinner · 14 years ago
  93. 8a262e5 xfs: use scalable vmap API by Alex Elder · 14 years ago
  94. cd9640a xfs: remove old vmap cache by Alex Elder · 14 years ago
  95. 7fde62b Btrfs: buffer results in the space_info ioctl by Chris Mason · 14 years ago
  96. ce769a2 Btrfs: use __u64 types in ioctl.h by Sage Weil · 14 years ago
  97. 854d2c3 Btrfs: fix search_ioctl key advance by Sage Weil · 14 years ago
  98. cfbc068 NFS: ensure bdi_unregister is called on mount failure. by NeilBrown · 14 years ago
  99. 8212cf7 cifs: trivial white space by Dan Carpenter · 14 years ago
  100. ef5780c0 Btrfs: fix gfp flags masking in the compression code by Nick Piggin · 14 years ago