aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sch_generic.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-07blktrace: add missing probe argument to block_bio_completeMathieu Desnoyers1-1/+2
2011-01-07block cfq: don't use atomic_t for cfq_groupShaohua Li1-11/+12
2011-01-07block cfq: don't use atomic_t for cfq_queueShaohua Li1-11/+16
2011-01-07block: trace event block fix unassigned fieldJeff Moyer2-3/+5
2011-01-07block: add internal hd part table referencesJens Axboe7-25/+34
2011-01-05block: fix accounting bug on cross partition mergesJerome Marchand6-7/+36
2011-01-05kref: add kref_test_and_getJerome Marchand2-0/+13
2011-01-03bio-integrity: mark kintegrityd_wq highpri and CPU intensiveTejun Heo1-1/+6
2011-01-03block: make kblockd_workqueue smarterTejun Heo1-1/+3
2010-12-22Revert "sd: implement sd_check_events()"Jens Axboe2-47/+41
2010-12-21block: Clean up exit_io_context() source code.Bart Van Assche1-3/+2
2010-12-20Fix compile warnings due to missing removal of a 'ret' variableJens Axboe2-2/+1
2010-12-17fs/block: type signature of major_to_index(int) to major_to_index(unsigned)Yang Zhang2-2/+2
2010-12-17block: convert !IS_ERR(p) && p to !IS_ERR_NOR_NULL(p)Yang Zhang1-1/+1
2010-12-17cfq-iosched: don't check cfqg in choose_service_tree()Gui Jianfeng1-6/+0
2010-12-17fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław3-37/+14
2010-12-16cdrom: export cdrom_check_events()Jens Axboe1-0/+1
2010-12-16sd: implement sd_check_events()Tejun Heo2-41/+47
2010-12-16sr: implement sr_check_events()Tejun Heo3-53/+99
2010-12-16scsi: replace sr_test_unit_ready() with scsi_test_unit_ready()Tejun Heo5-51/+6
2010-12-16scsi: fix TUR error handling in sr_media_change()Tejun Heo1-7/+11
2010-12-16cdrom: add ->check_events() supportTejun Heo2-3/+58
2010-12-16implement in-kernel gendisk events handlingTejun Heo5-8/+484
2010-12-16block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo4-94/+87
2010-12-16block: kill genhd_media_change_notify()Tejun Heo2-26/+0
2010-12-13block cfq: select new workload if priority changedShaohua Li writes1-0/+5
2010-11-30cfq-iosched: Get rid of on_st flagGui Jianfeng1-4/+1
2010-11-30cfq-iosched: Get rid of st->activeGui Jianfeng1-14/+1
2010-11-16block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the event.Mike Snitzer4-16/+16
2010-11-15Linux 2.6.37-rc2Linus Torvalds1-1/+1
2010-11-15capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris7-40/+28
2010-11-15i2c: Sanity checks on adapter registrationJean Delvare1-0/+12
2010-11-15i2c: Mark i2c_adapter.id as deprecatedJean Delvare3-2/+11
2010-11-15i2c: Drivers shouldn't include <linux/i2c-id.h>Jean Delvare3-3/+0
2010-11-15i2c: Delete unused adapter IDsJean Delvare2-23/+0
2010-11-15i2c: Remove obsolete cleanup for clientdataWolfram Sang4-8/+0
2010-11-15include/linux/kernel.h: Move logging bits to include/linux/printk.hLinus Torvalds2-244/+249
2010-11-15Fix gcc 4.5.1 miscompiling drivers/char/i8k.c (again)Jim Bos1-4/+4
2010-11-15hwmon: (w83795) Check for BEEP pin availabilityJean Delvare1-7/+51
2010-11-15hwmon: (w83795) Clear intrusion alarm immediatelyJean Delvare1-0/+4
2010-11-15hwmon: (w83795) Read the intrusion state properlyJean Delvare1-3/+20
2010-11-15hwmon: (w83795) Print the actual temperature channels as sourcesJean Delvare1-10/+20
2010-11-15hwmon: (w83795) List all usable temperature sourcesJean Delvare1-3/+54
2010-11-15hwmon: (w83795) Expose fan control methodJean Delvare1-1/+18
2010-11-15hwmon: (w83795) Fix fan control mode attributesJean Delvare1-10/+8
2010-11-15hwmon: (lm95241) Check validity of input valuesJean Delvare1-5/+14
2010-11-15hwmon: Change mail address of Hans J. KochHans J. Koch3-4/+4
2010-11-15blk-cgroup: Allow creation of hierarchical cgroupsVivek Goyal2-4/+27
2010-11-15PCI: sysfs: fix printk warningsRandy Dunlap1-1/+2
2010-11-15GFS2: Fix inode deallocation raceSteven Whitehouse5-216/+98