1. 5af43c2 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  2. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  3. 41ef4eb aio: kill ki_retry by Kent Overstreet · 11 years ago
  4. 8a66089 aio: kill ki_key by Kent Overstreet · 11 years ago
  5. 4e23bca aio: give shared kioctx fields their own cachelines by Kent Overstreet · 11 years ago
  6. 58c85dc aio: kill struct aio_ring_info by Kent Overstreet · 11 years ago
  7. a1c8eae aio: kill batch allocation by Kent Overstreet · 11 years ago
  8. 3e845ce aio: change reqs_active to include unreaped completions by Kent Overstreet · 11 years ago
  9. 0460fef aio: use cancellation list lazily by Kent Overstreet · 11 years ago
  10. 21b4020 aio: use flush_dcache_page() by Kent Overstreet · 11 years ago
  11. a31ad38 aio: make aio_read_evt() more efficient, convert to hrtimers by Kent Overstreet · 11 years ago
  12. 36f5588 aio: refcounting cleanup by Kent Overstreet · 11 years ago
  13. 11599eb aio: make aio_put_req() lockless by Kent Overstreet · 11 years ago
  14. 1d98ebf aio: do fget() after aio_get_req() by Kent Overstreet · 11 years ago
  15. caf4167 aio: dprintk() -> pr_debug() by Kent Overstreet · 11 years ago
  16. 4e179bc aio: move private stuff out of aio.h by Kent Overstreet · 11 years ago
  17. 906b973 aio: add kiocb_cancel() by Kent Overstreet · 11 years ago
  18. 2d68449 aio: kill return value of aio_complete() by Kent Overstreet · 11 years ago
  19. 41003a7 aio: remove retry-based AIO by Zach Brown · 11 years ago
  20. af73e4d hugetlbfs: fix mmap failure in unaligned size request by Naoya Horiguchi · 11 years ago
  21. 292088e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  22. a26ea93 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  23. 0f47c94 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  24. 69df2ac Merge branch 'slab/next' into slab/for-linus by Pekka Enberg · 11 years ago
  25. 4385bab make blkdev_put() return void by Al Viro · 11 years ago
  26. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  27. 91f8575 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  28. 2e378f3 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  29. ce8a5db autofs - remove autofs dentry mount check by David Jeffery · 11 years ago
  30. 9548298 autofs - fix sparse warning for autofs4_d_manage() by Claudiu Ghioc · 11 years ago
  31. 1950267 hfs: SMP race on directory close() by Al Viro · 11 years ago
  32. b13ce4b cifs: small variable name cleanup by Dan Carpenter · 11 years ago
  33. efb79f2 CIFS: fix error return code in cifs_atomic_open() by Wei Yongjun · 11 years ago
  34. 0124cc4 cifs: store the real expected sequence number in the mid by Jeff Layton · 11 years ago
  35. ad313cb cifs: on send failure, readjust server sequence number downward by Jeff Layton · 11 years ago
  36. ce6c44e cifs: remove ENOSPC handling in smb_sendv by Jeff Layton · 11 years ago
  37. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 11 years ago
  38. f7f7c18 fs: cifs: use kmemdup instead of kmalloc + memcpy by Silviu-Mihai Popescu · 11 years ago
  39. d455b72 cifs: replaced kmalloc + memset with kzalloc by Dia Vasile · 11 years ago
  40. 73a999f cifs: ignore the unc= and prefixpath= mount options by Jeff Layton · 11 years ago
  41. bd932ae Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  42. 371fdab hostfs: use kmalloc instead of kzalloc by James Hogan · 11 years ago
  43. 2b3b9bb hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h> by James Hogan · 11 years ago
  44. 9dcc5e8 hostfs: remove "will unlock" comment by James Hogan · 11 years ago
  45. 9ed53b1 vfs: use list_move instead of list_del/list_add by Wei Yongjun · 11 years ago
  46. 75fc0cf proc_devtree: Replace include linux/module.h with linux/export.h by Syam Sidhardhan · 12 years ago
  47. b1983cd create_mnt_ns: unidiomatic use of list_add() by Al Viro · 11 years ago
  48. 61572bb fs: remove dentry_lru_prune() by Yan, Zheng · 11 years ago
  49. 6b13eb1 Removed unused typedef to avoid "unused local typedef" warnings. by Han Shen · 11 years ago
  50. c0bd14af kill fs/read_write.h by Al Viro · 11 years ago
  51. e86d35c do_coredump(): don't wait for thaw if coredump has already been interrupted by Al Viro · 11 years ago
  52. 0d5cadb do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission checks") by Al Viro · 11 years ago
  53. 1db7722 Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  54. 8665218 Merge tag 'jfs-3.10' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 11 years ago
  55. 14a9e5c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  56. 00fdffb5 Merge tag 'for-v3.10' of git://git.infradead.org/users/cbou/linux-pstore by Linus Torvalds · 11 years ago
  57. fb1c2d8 Merge branch 'for_next' into for_linus by Jan Kara · 11 years ago
  58. c8d8566 Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  59. 5a148af Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  60. 812164f8 ceph: use ceph_create_snap_context() by Alex Elder · 11 years ago
  61. 406e2c9 libceph: kill off osd data write_request parameters by Alex Elder · 11 years ago
  62. ac7f29b ceph: fix printk format warnings in file.c by Randy Dunlap · 11 years ago
  63. 1ac0fc8 ceph: fix race between writepages and truncate by Yan, Zheng · 11 years ago
  64. 03d254e ceph: apply write checks in ceph_aio_write by Yan, Zheng · 11 years ago
  65. 37505d5 ceph: take i_mutex before getting Fw cap by Yan, Zheng · 11 years ago
  66. 26be880 libceph: change how "safe" callback is used by Alex Elder · 11 years ago
  67. 7d7d51c ceph: let osd client clean up for interrupted request by Alex Elder · 11 years ago
  68. 0b93267 ceph: fix symlink inode operations by Yan, Zheng · 11 years ago
  69. a84cd29 ceph: Use pseudo-random numbers to choose mds by Sam Lang · 11 years ago
  70. 90af360 libceph: add, don't set data for a message by Alex Elder · 11 years ago
  71. a4ce40a libceph: combine initializing and setting osd data by Alex Elder · 11 years ago
  72. c99d2d4 libceph: specify osd op by index in request by Alex Elder · 11 years ago
  73. 8c042b0 libceph: add data pointers in osd op structures by Alex Elder · 11 years ago
  74. 7952873 libceph: keep source rather than message osd op array by Alex Elder · 11 years ago
  75. 87060c1 libceph: a few more osd data cleanups by Alex Elder · 11 years ago
  76. 43bfe5d libceph: define osd data initialization helpers by Alex Elder · 11 years ago
  77. e5975c7 ceph: build osd request message later for writepages by Alex Elder · 11 years ago
  78. 02ee07d libceph: hold off building osd request by Alex Elder · 11 years ago
  79. 8848695 ceph: kill ceph alloc_page_vec() by Alex Elder · 11 years ago
  80. 94fe842 ceph: define ceph_writepages_osd_request() by Alex Elder · 11 years ago
  81. acead00 libceph: don't build request in ceph_osdc_new_request() by Alex Elder · 11 years ago
  82. 25d71cb ceph: use page_offset() in ceph_writepages_start() by Alex Elder · 11 years ago
  83. 3bf5333 ceph: set up page array mempool with correct size by Alex Elder · 11 years ago
  84. 27859f9 libceph: wrap auth ops in wrapper functions by Sage Weil · 11 years ago
  85. 0bed9b5 libceph: add update_authorizer auth method by Sage Weil · 11 years ago
  86. 022f3e2 ceph: fix buffer pointer advance in ceph_sync_write by Henry C Chang · 11 years ago
  87. 2f276c5 ceph: use i_release_count to indicate dir's completeness by Yan, Zheng · 11 years ago
  88. ebf18f4 ceph: only set message data pointers if non-empty by Alex Elder · 12 years ago
  89. 27fa838 libceph: isolate other message data fields by Alex Elder · 12 years ago
  90. f1baeb2 libceph: set page info with byte length by Alex Elder · 11 years ago
  91. 02afca6 libceph: isolate message page field manipulation by Alex Elder · 12 years ago
  92. e0c5948 libceph: record byte count not page count by Alex Elder · 11 years ago
  93. 0fff87e libceph: separate read and write data by Alex Elder · 12 years ago
  94. 2ac2b7a6 libceph: distinguish page and bio requests by Alex Elder · 12 years ago
  95. 2794a82 libceph: separate osd request data info by Alex Elder · 12 years ago
  96. 153e516 libceph: don't assign page info in ceph_osdc_new_request() by Alex Elder · 12 years ago
  97. 3a42b6c ceph: simplify ceph_sync_write() page_align calculation by Alex Elder · 12 years ago
  98. cf7b7e1 ceph: use calc_pages_for() in start_read() by Alex Elder · 12 years ago
  99. 54ae075 libceph: no need for alignment for mds message by Alex Elder · 12 years ago
  100. 53ded49 libceph: define mds_alloc_msg() method by Alex Elder · 12 years ago