1. d559db0 mm: clean up mm_counter by KAMEZAWA Hiroyuki · 14 years ago
  2. 19b629f infiniband: use for_each_set_bit() by Akinobu Mita · 14 years ago
  3. 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 14 years ago
  4. e3cb91c timbgpio: fix build by David Miller · 14 years ago
  5. 781b167 Fix a dumb typo - use of & instead of && by Al Viro · 14 years ago
  6. 64096c1 Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  7. cc7889f Merge branch 'nfs-for-2.6.34' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  8. b13d3c6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  9. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  10. c812a51 Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  11. 5717144 fs/9p: Add hardlink support to .u extension by Aneesh Kumar K.V · 14 years ago
  12. c5a7697 9P2010.L handshake: .L protocol negotiation by Sripathi Kodi · 14 years ago
  13. 342fee1 9P2010.L handshake: Remove "dotu" variable by Sripathi Kodi · 14 years ago
  14. 0fb80ab 9P2010.L handshake: Add mount option by Sripathi Kodi · 14 years ago
  15. dd6102f 9P2010.L handshake: Add VFS flags by Sripathi Kodi · 14 years ago
  16. c1a7c22 net/9p: Handle mount errors correctly. by Aneesh Kumar K.V · 14 years ago
  17. 37c1209d4 net/9p: Remove MAX_9P_CHAN limit by Aneesh Kumar K.V · 14 years ago
  18. f75580c net/9p: Add multi channel support. by Aneesh Kumar K.V · 14 years ago
  19. 3fa04ec Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34 by Trond Myklebust · 14 years ago
  20. 1cda707 NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mapping by Trond Myklebust · 14 years ago
  21. 5cf9521 NFS: Clean up nfs_sync_mapping by Trond Myklebust · 14 years ago
  22. 7f2f12d NFS: Simplify nfs_wb_page() by Trond Myklebust · 14 years ago
  23. acdc53b NFS: Replace __nfs_write_mapping with sync_inode() by Trond Myklebust · 14 years ago
  24. c988950 NFS: Simplify nfs_wb_page_cancel() by Trond Myklebust · 14 years ago
  25. 2928db1 NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pages by Trond Myklebust · 14 years ago
  26. 5bad5ab NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is set by Trond Myklebust · 14 years ago
  27. 420e364 NFS: Reduce the number of unnecessary COMMIT calls by Trond Myklebust · 14 years ago
  28. ff778d0 NFS: Add a count of the number of unstable writes carried by an inode by Trond Myklebust · 14 years ago
  29. 8fc795f NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c by Trond Myklebust · 14 years ago
  30. 9467c4f Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  31. 35c2e96 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  32. 6c550ee x86: fix mtrr missing kernel-doc by Randy Dunlap · 14 years ago
  33. 660f6a3 Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  34. 586fac1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  35. 1f63b9c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  36. b24bc1e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 14 years ago
  37. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  38. 26821ed make sure data is on disk before calling ->write_inode by Christoph Hellwig · 14 years ago
  39. 06862f8 Squashfs: get rid of obsolete definition in header file by Phillip Lougher · 14 years ago
  40. ae4a317 Squashfs: get rid of obsolete variable in struct squashfs_sb_info by Phillip Lougher · 14 years ago
  41. 1f36f77 Switch !O_CREAT case to use of do_last() by Al Viro · 14 years ago
  42. def4af3 Get rid of symlink body copying by Al Viro · 14 years ago
  43. 3866248 Finish pulling of -ESTALE handling to upper level in do_filp_open() by Al Viro · 14 years ago
  44. 806b681 Turn do_link spaghetty into a normal loop by Al Viro · 14 years ago
  45. 10fa8e6 Unify exits in O_CREAT handling by Al Viro · 14 years ago
  46. 9e67f36 Kill is_link argument of do_last() by Al Viro · 14 years ago
  47. 67ee3ad Pull handling of LAST_BIND into do_last(), clean up ok: part in do_filp_open() by Al Viro · 14 years ago
  48. 4296e2c Leave mangled flag only for setting nd.intent.open.flag by Al Viro · 14 years ago
  49. 5b369df Get rid of passing mangled flag to do_last() by Al Viro · 14 years ago
  50. 9a66179 Don't pass mangled open_flag to finish_open() by Al Viro · 14 years ago
  51. a2c36b4 pull more into do_last() by Al Viro · 14 years ago
  52. c99658f bail out with ELOOP earlier in do_link loop by Al Viro · 14 years ago
  53. a1e2803 pull the common predecessors into do_last() by Al Viro · 14 years ago
  54. c41c140 postpone __putname() until after do_last() by Al Viro · 14 years ago
  55. 27bff34 unroll do_last: loop in do_filp_open() by Al Viro · 14 years ago
  56. 3343eb8 Shift releasing nd->root from do_last() to its caller by Al Viro · 14 years ago
  57. fb1cc55 gut do_filp_open() a bit more (do_last separation) by Al Viro · 14 years ago
  58. 648fa86 beginning to untangle do_filp_open() by Al Viro · 14 years ago
  59. 64e290e ext4: fix up rb_root initializations to use RB_ROOT by Venkatesh Pallipadi · 14 years ago
  60. efd8f0e quota: stop using QUOTA_OK / NO_QUOTA by Christoph Hellwig · 14 years ago
  61. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  62. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  63. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 14 years ago
  64. 257ba15 dquot: move dquot drop responsibility into the filesystem by Christoph Hellwig · 14 years ago
  65. b43fa82 dquot: cleanup dquot transfer routine by Christoph Hellwig · 14 years ago
  66. 759bfee dquot: move dquot transfer responsibility into the filesystem by Christoph Hellwig · 14 years ago
  67. 63936dd dquot: cleanup inode allocation / freeing routines by Christoph Hellwig · 14 years ago
  68. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 14 years ago
  69. 49792c8 ext3: add writepage sanity checks by Dmitry Monakhov · 14 years ago
  70. 7eb4969 ext3: Truncate allocated blocks if direct IO write fails to update i_size by Jan Kara · 14 years ago
  71. ab94c39 quota: Properly invalidate caches even for filesystems with blocksize < pagesize by Jan Kara · 14 years ago
  72. 8ddd69d quota: generalize quota transfer interface by Dmitry Monakhov · 14 years ago
  73. ad1e6e8 quota: sb_quota state flags cleanup by Dmitry Monakhov · 14 years ago
  74. 8696391 jbd: Delay discarding buffers in journal_unmap_buffer by Jan Kara · 14 years ago
  75. e547214 ext3: quota_write cross block boundary behaviour by Dmitry Monakhov · 14 years ago
  76. ac0e773 quota: drop permission checks from xfs_fs_set_xstate/xfs_fs_set_xquota by Christoph Hellwig · 14 years ago
  77. 5582c76 quota: split out compat_sys_quotactl support from quota.c by Christoph Hellwig · 14 years ago
  78. 799a9d4 quota: split out netlink notification support from quota.c by Christoph Hellwig · 14 years ago
  79. a56fca2 quota: remove invalid optimization from quota_sync_all by Christoph Hellwig · 14 years ago
  80. 5fb324a quota: move code from sync_quota_sb into vfs_quota_sync by Christoph Hellwig · 14 years ago
  81. 8c4e4ac quota: clean up Q_XQUOTASYNC by Christoph Hellwig · 14 years ago
  82. c988afb quota: simplify permission checking by Christoph Hellwig · 14 years ago
  83. 6ae0957 quota: special case Q_SYNC without device name by Christoph Hellwig · 14 years ago
  84. f450d4f quota: clean up checks for supported quota methods by Christoph Hellwig · 14 years ago
  85. c411e5f quota: split do_quotactl by Christoph Hellwig · 14 years ago
  86. 0a5a9c7 quota: Fix warning when a delayed write happens before quota is enabled by Jan Kara · 14 years ago
  87. c469070 quota: manage reserved space when quota is not active [v2] by Dmitry Monakhov · 14 years ago
  88. c7e8d4d6 jbd[2]: remove references to BUFFER_DEBUG by Christoph Egger · 14 years ago
  89. e1f5c67 ext3: trivial quota cleanup by Dmitry Monakhov · 14 years ago
  90. e3c9643 ext3: mount flags manipulation cleanup by Dmitry Monakhov · 14 years ago
  91. 9df9393 ext3: Use bitops to read/modify EXT3_I(inode)->i_state by Jan Kara · 14 years ago
  92. 26245c9 quota: Cleanup S_NOQUOTA handling by Jan Kara · 14 years ago
  93. 64ba992 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 14 years ago
  94. 6895210 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago
  95. 4c10c93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6 by Linus Torvalds · 14 years ago
  96. 9bb6769 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  97. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  98. 1fae4cf Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 14 years ago
  99. c8bf9fe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 14 years ago
  100. a2e28fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago