aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | USB: EHCI: fix ITD list orderClemens Ladisch2010-03-191-5/+19
| | * | | | | | | | USB: Option: Add support for a variant of DLink DWM 652 U5Huang Ying2010-03-191-1/+2
| | * | | | | | | | USB: unusual_devs.h: Fix capacity for SL11R-IDE 2.6cOndrej Zary2010-03-191-0/+9
| | * | | | | | | | USB: serial: use port endpoint size to determine if ep is availableJohan Hovold2010-03-191-11/+19
| | * | | | | | | | USB: serial: fix softint not being called on errorsJohan Hovold2010-03-191-10/+5
| | * | | | | | | | USB: serial: fix error message on close in generic driverJohan Hovold2010-03-191-1/+3
| | * | | | | | | | USB: fix usbfs regressionAlan Stern2010-03-191-3/+14
| | |/ / / / / / /
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-03-1967-0/+28066
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ceph: update for write_inode API changeStephen Rothwell2010-03-052-2/+5
| | * | | | | | | | ceph: reset osd after relevant messages timed outYehuda Sadeh2010-03-044-57/+113
| | * | | | | | | | ceph: fix flush_dirty_caps race with caps migrationSage Weil2010-03-012-7/+39
| | * | | | | | | | ceph: include migrating caps in issued setSage Weil2010-03-011-1/+1
| | * | | | | | | | ceph: fix osdmap decoding when pools include (removed) snapsSage Weil2010-03-011-2/+2
| | * | | | | | | | ceph: return EBADF if waiting for caps on closed fileSage Weil2010-03-012-3/+9
| | * | | | | | | | ceph: set osd request message front length correctlySage Weil2010-03-011-0/+3
| | * | | | | | | | ceph: reset front len on return to msgpool; BUG on mismatched front iovSage Weil2010-03-012-0/+6
| | * | | | | | | | ceph: fix snaptrace decoding on cap migration between mdsSage Weil2010-03-011-2/+3
| | * | | | | | | | ceph: use single osd op reply msgSage Weil2010-03-012-97/+46
| | * | | | | | | | ceph: reset bits on connection closeSage Weil2010-03-012-1/+3
| | * | | | | | | | ceph: remove bogus mds forward warningSage Weil2010-02-261-5/+1
| | * | | | | | | | ceph: remove fragile __map_osds optimizationSage Weil2010-02-261-17/+4
| | * | | | | | | | ceph: fix connection fault STANDBY checkSage Weil2010-02-251-18/+13
| | * | | | | | | | ceph: invalidate_authorizer without con->mutex heldSage Weil2010-02-251-8/+9
| | * | | | | | | | ceph: don't clobber write return value when using O_SYNCYehuda Sadeh2010-02-231-3/+6
| | * | | | | | | | ceph: fix client_request_forward decodingSage Weil2010-02-231-8/+2
| | * | | | | | | | ceph: drop messages on unregistered mds sessions; cleanupSage Weil2010-02-234-59/+46
| | * | | | | | | | ceph: fix comments, locking in destroy_inodeSage Weil2010-02-231-7/+4
| | * | | | | | | | ceph: move dereference after NULL testAlexander Beregalov2010-02-231-1/+3
| | * | | | | | | | ceph: fix up unexpected message handlingSage Weil2010-02-233-17/+43
| | * | | | | | | | ceph: cleanup redundant code in handle_cap_grantYehuda Sadeh2010-02-191-5/+1
| | * | | | | | | | ceph: don't truncate dirty pages in invalidate work threadYehuda Sadeh2010-02-191-1/+45
| | * | | | | | | | ceph: remove page upon writeback completion if lost cache capYehuda Sadeh2010-02-191-0/+11
| | * | | | | | | | ceph: fix check for invalidate_mapping_pages successSage Weil2010-02-191-32/+50
| | * | | | | | | | ceph: fix typo in ceph_queue_writeback debug outputSage Weil2010-02-171-2/+2
| | * | | | | | | | ceph: v0.19 releaseSage Weil2010-02-171-1/+1
| | * | | | | | | | ceph: use rbtree for pg pools; decode new osdmap formatSage Weil2010-02-174-50/+104
| | * | | | | | | | ceph: fix memory leak when destroying osdmap with pg_temp mappingsSage Weil2010-02-171-16/+33
| | * | | | | | | | ceph: fix iterate_caps removal raceSage Weil2010-02-174-36/+70
| | * | | | | | | | ceph: clean up readdir caps reservationSage Weil2010-02-174-13/+33
| | * | | | | | | | ceph: fix authentication races, auth_none oopsSage Weil2010-02-161-16/+13
| | * | | | | | | | ceph: use rbtree for mon statfs requestsSage Weil2010-02-163-32/+54
| | * | | | | | | | ceph: use rbtree for snap_realmsSage Weil2010-02-164-24/+48
| | * | | | | | | | ceph: use rbtree for mds requestsSage Weil2010-02-163-69/+97
| | * | | | | | | | ceph: cancel delayed work when closing connectionSage Weil2010-02-161-2/+5
| | * | | | | | | | ceph: allow connection to be reopened by fault callbackSage Weil2010-02-161-1/+1
| | * | | | | | | | ceph: reset osd connections after faultSage Weil2010-02-151-2/+3
| | * | | | | | | | ceph: fix msgr to keep sent messages until ackedSage Weil2010-02-131-2/+2
| | * | | | | | | | ceph: remove bogus invalidate_mapping_pagesSage Weil2010-02-111-6/+0
| | * | | | | | | | ceph: invalidate pages even if truncate is pendingSage Weil2010-02-111-1/+0
| | * | | | | | | | ceph: cleanup async writeback, truncation, invalidate helpersSage Weil2010-02-114-43/+65