summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-03-28drbd: fix effective error returned when refusing an invalidatePhilipp Reisner1-0/+7
2013-03-28drbd: move invalidating the whole bitmap out of after_state ch()Philipp Reisner2-23/+20
2013-03-28drbd: abort start of resync early, if it raced with connection breakagePhilipp Reisner1-1/+3
2013-03-28drbd: reset ap_in_flight counter for new connectionsPhilipp Reisner1-0/+1
2013-03-26bcache: Fix for the build fixesKent Overstreet1-1/+0
2013-03-26aoe: get rid of cached bv variable in bufinit()Jens Axboe1-4/+2
2013-03-25bcache: Style/checkpatch fixesKent Overstreet10-56/+51
2013-03-25bcache: Build fixes from test robotKent Overstreet5-5/+6
2013-03-25Merge branch 'bcache-for-upstream' of http://evilpiepirate.org/git/linux-bcac...Jens Axboe30-0/+15684
2013-03-24bcache: A block layer cacheKent Overstreet29-0/+15683
2013-03-24Export get_random_int()Kent Overstreet1-0/+1
2013-03-23drbd: adjust upper limit for activity log extentsLars Ellenberg1-9/+38
2013-03-23drbd: try hard to max out the updates per AL transactionLars Ellenberg1-0/+31
2013-03-23drbd: move start io accounting before activity log transactionLars Ellenberg1-3/+3
2013-03-23drbd: consolidate as many updates as possible into one AL transactionLars Ellenberg3-14/+107
2013-03-23drbd: queue writes on submitter thread, unless they pass the activity log fas...Lars Ellenberg1-8/+12
2013-03-23drbd: split out some helper functions to drbd_al_begin_ioLars Ellenberg1-21/+28
2013-03-23drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg2-33/+72
2013-03-23drbd: prepare to queue write requests on a submit workerLars Ellenberg4-1/+68
2013-03-23drbd: split __drbd_make_request in before and after drbd_al_begin_ioLars Ellenberg1-10/+30
2013-03-23drbd: drbd_al_being_io: short circuit to reduce latencyLars Ellenberg1-2/+12
2013-03-23drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg5-26/+31
2013-03-23drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg4-37/+123
2013-03-23drbd: mechanically rename la_size to la_size_sectLars Ellenberg3-12/+12
2013-03-23drbd: use the cached meta_dev_idxLars Ellenberg2-33/+6
2013-03-23drbd: prepare for new striped layout of activity logLars Ellenberg4-40/+94
2013-03-23drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg5-57/+123
2013-03-23drbd: cleanup bogus assert messageLars Ellenberg2-10/+4
2013-03-16Merge tag 'char-misc-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+6
2013-03-16Merge tag 'mfd-fixes-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-12/+53
2013-03-16Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-11/+17
2013-03-15mfd: twl4030-madc: Remove __exit_p annotationArnd Bergmann1-1/+1
2013-03-14hwmon: (pmbus/ltc2978) Fix temperature reportingGuenter Roeck1-6/+8
2013-03-14hwmon: (pmbus) Fix krealloc() misuse in pmbus_add_attribute()David Woodhouse1-5/+7
2013-03-14hwmon: (lineage-pem) Add missing terminating entry for pem_[input|fan]_attrib...Axel Lin1-0/+2
2013-03-14Merge branch 'akpm' (fixes from Andrew)Linus Torvalds3-60/+36
2013-03-14tidspbridge: convert to idr_alloc()Tejun Heo1-44/+26
2013-03-14zcache: convert to idr_alloc()Tejun Heo1-15/+10
2013-03-14mlx4: remove leftover idr_pre_get() callTejun Heo1-1/+0
2013-03-14Merge tag 'usb-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds36-216/+528
2013-03-14Merge tag 'tty-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-32/+84
2013-03-14Merge tag 'staging-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-87/+120
2013-03-13USB: quatech2: only write to the tty if the port is open.Bill Pemberton1-2/+5
2013-03-13qcserial: bind to DM/DIAG port on Gobi 1K devicesDan Williams1-2/+5
2013-03-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+11
2013-03-13Merge tag 'stable/for-linus-3.9-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-8/+8
2013-03-13USB: cdc-wdm: fix buffer overflowOliver Neukum1-3/+20
2013-03-13w1: fix oops when w1_search is called from netlink connectorMarcin Jurkowski1-1/+2
2013-03-13w1-gpio: fix unused variable warningJohan Hovold1-0/+2
2013-03-13w1-gpio: remove erroneous __exit and __exit_p()Johan Hovold1-2/+2