Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
66c721e184e594d5761c5db804ade08fab81930d
« Previous
8790407
block: add blk_rq_aligned helper function
by FUJITA Tomonori
· 16 years ago
4d8ab62
bio: convert bio_copy_kern to use bio_copy_user
by FUJITA Tomonori
· 16 years ago
10db10d
sg: convert the indirect IO path to use the block layer
by FUJITA Tomonori
· 16 years ago
6e5a30c
sg: convert the direct IO path to use the block layer
by FUJITA Tomonori
· 16 years ago
10865df
sg: convert the non-data path to use the block layer
by FUJITA Tomonori
· 16 years ago
152e283
block: introduce struct rq_map_data to use reserved pages
by FUJITA Tomonori
· 16 years ago
a3bce90
block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov
by FUJITA Tomonori
· 16 years ago
45333d5
cfq-iosched: fix queue depth detection
by Aaron Carroll
· 16 years ago
6054016
block: don't use bio_has_data() in the completion path
by Jens Axboe
· 16 years ago
ab780f1
block: inherit CPU completion on bio->rq and rq->rq merges
by Jens Axboe
· 16 years ago
c7c22e4
block: add support for IO CPU affinity
by Jens Axboe
· 16 years ago
18887ad
block: make kblockd_schedule_work() take the queue as parameter
by Jens Axboe
· 16 years ago
b646fc5
block: split softirq handling into blk-softirq.c
by Jens Axboe
· 16 years ago
0835da6
block: use linux/uaccess.h in elevator.c instead of asm variant
by Jens Axboe
· 16 years ago
3e1a7ff
block: allow disk to have extended device number
by Tejun Heo
· 16 years ago
689d6fa
block: replace @ext_minors with GENHD_FL_EXT_DEVT
by Tejun Heo
· 16 years ago
540eed5
block: make partition array dynamic
by Tejun Heo
· 16 years ago
074a7ac
block: move stats from disk to part0
by Tejun Heo
· 16 years ago
eddb2e2
block: kill GENHD_FL_FAIL and use part0->make_it_fail
by Tejun Heo
· 16 years ago
0762b8b
block: always set bdev->bd_part
by Tejun Heo
· 16 years ago
4c46501
block: move holder_dir from disk to part0
by Tejun Heo
· 16 years ago
b7db995
block: move policy from disk to part0
by Tejun Heo
· 16 years ago
e561052
block: unify sysfs size node handling
by Tejun Heo
· 16 years ago
548b10e
block: move __dev from disk to part0
by Tejun Heo
· 16 years ago
80795ae
block: move capacity from disk to part0
by Tejun Heo
· 16 years ago
b5d0b9d
block: introduce partition 0
by Tejun Heo
· 16 years ago
ed9e198
block: implement and use {disk|part}_to_dev()
by Tejun Heo
· 16 years ago
870d665
block: implement CONFIG_DEBUG_BLOCK_EXT_DEVT
by Tejun Heo
· 16 years ago
f615b48
sd/ide-disk: apply extended minors to sd and ide
by Tejun Heo
· 16 years ago
1f01429
block: adjust formatting for large minors and add ext_range sysfs attr
by Tejun Heo
· 16 years ago
bcce3de
block: implement extended dev numbers
by Tejun Heo
· 16 years ago
c995905
block: fix diskstats access
by Tejun Heo
· 16 years ago
e71bf0d
block: fix disk->part[] dereferencing race
by Tejun Heo
· 16 years ago
f331c02
block: don't depend on consecutive minor space
by Tejun Heo
· 16 years ago
cf771cb
block: make variable and argument names more consistent
by Tejun Heo
· 16 years ago
310a2c1
block: misc updates
by Tejun Heo
· 16 years ago
88e3412
block: update add_partition() error handling
by Tejun Heo
· 16 years ago
ec2cded
block: allow deleting zero length partition
by Tejun Heo
· 16 years ago
def4e38
block: use class_dev_iterator instead of class_for_each_device()
by Tejun Heo
· 16 years ago
2ac3cee
block: don't grab block_class_lock unnecessarily
by Tejun Heo
· 16 years ago
ac65ece
block: fix partition info printouts
by Tejun Heo
· 16 years ago
5a3ceb8
driver-core: use klist for class device list and implement iterator
by Tejun Heo
· 16 years ago
a1ed5b0
klist: don't iterate over deleted entries
by Tejun Heo
· 16 years ago
710027a
Add some block/ source files to the kernel-api docbook. Fix kernel-doc notation in them as needed. Fix changed function parameter names. Fix typos/spellos. In comments, change REQ_SPECIAL to REQ_TYPE_SPECIAL and REQ_BLOCK_PC to REQ_TYPE_BLOCK_PC.
by Randy Dunlap
· 16 years ago
5b99c2f
block: make bi_phys_segments an unsigned int instead of short
by Jens Axboe
· 16 years ago
960e739
block: raid fixups for removal of bi_hw_segments
by Jens Axboe
· 16 years ago
5df97b9
drop vmerge accounting
by Mikulas Patocka
· 16 years ago
b8b3e16
block: drop virtual merging accounting
by Mikulas Patocka
· 16 years ago
6a421c1
block: update documentation for deadline fifo_batch tunable
by Aaron Carroll
· 16 years ago
4fb72f7
deadline-iosched: non-functional fixes
by Aaron Carroll
· 16 years ago
63de428
deadline-iosched: allow non-sequential batching
by Aaron Carroll
· 16 years ago
766ca44
virtio_blk: use a wrapper function to access io context information of IO requests
by Fernando Luis Vázquez Cao
· 16 years ago
1a8e2bd
Kill REQ_TYPE_FLUSH
by David Woodhouse
· 16 years ago
e17fc0a
Allow elevators to sort/merge discard requests
by David Woodhouse
· 16 years ago
d30a260
Add BLKDISCARD ioctl to allow userspace to discard sectors
by David Woodhouse
· 16 years ago
2ebca85
Use WRITE_BARRIER in blkdev_issue_flush(), not (1<<BIO_RW_BARRIER)
by OGAWA Hirofumi
· 16 years ago
35ba8f7
blktrace: simplify flags handling in __blk_add_trace
by David Woodhouse
· 16 years ago
27b29e8
blktrace: support discard requests
by David Woodhouse
· 16 years ago
fdc5397
Support 'discard sectors' operation.
by David Woodhouse
· 16 years ago
eae9acd
Support 'discard sectors' operation in translation layer support core
by David Woodhouse
· 16 years ago
8c540a9
Let the block device know when sectors can be discarded
by David Woodhouse
· 16 years ago
fb2dce8
Add 'discard' request handling
by David Woodhouse
· 16 years ago
d628eae
Fix up comments about matching flags between bio and rq
by David Woodhouse
· 16 years ago
3614407
highmem: use bio_has_data() in the bounce path
by Jens Axboe
· 16 years ago
051cc39
block: use bio_has_data() in the IO completion path
by Jens Axboe
· 16 years ago
a9c701e
block: use bio_has_data() to check for data carrying bio
by Jens Axboe
· 16 years ago
7a67f63
block: add bio_has_data() to detect whether a bio carries data or not
by Jens Axboe
· 16 years ago
35e396c
SG_IO block filter whitelist missing MMC SET READ AHEAD command
by xiphmont@xiph.org
· 16 years ago
dd4354f
Blackfin arch: fix define error in BF561 memory map macros
by Graf Yang
· 16 years ago
f099f39
Blackfin arch: Make L2 SRAM cacheable
by Sonic Zhang
· 16 years ago
8606801
Blackfin arch: flags of UART3 mem resource is missing
by Sonic Zhang
· 16 years ago
27707d3
Blackfin arch: Fix bug - kernel build with config kernel debugging with remote gdb fails
by Sonic Zhang
· 16 years ago
e8f462d
Input: ads7846 - fix cache line sharing issue
by Dmitry Torokhov
· 16 years ago
2d517ca
Input: cm109 - add missing newlines to messages
by Daniel Gimpelevich
· 16 years ago
5e9e768
Blackfin arch: Fix BUG -- BF533 + 0.5 silicon + MPU + UART PIO -> crash
by Michael Hennerich
· 16 years ago
49f7253
Blackfin arch: add support for BF52x-0.2, BF533-0.6, and BF54x-0.2
by Mike Frysinger
· 16 years ago
46ce0d9
Blackfin arch: fix default silicon rev selection so it works for all supported parts
by Mike Frysinger
· 16 years ago
cd88b4d
Blackfin arch: BF561 is supported, no longer a work in progress
by Mike Frysinger
· 16 years ago
202d7bd
Blackfin arch: Make sure we program the correct values in only when necessary for MUSB driver
by Robin Getz
· 16 years ago
36d9573
Input: document i8042.debug in kernel-parameters.txt
by Jiri Kosina
· 16 years ago
161c609
Input: keyboard - fix potential out of bound access to key_map
by Dmitry Torokhov
· 16 years ago
3343c1d
Blackfin arch: Fix BUG: anomaly_threshold is used with ANOMALY_05000363
by Michael Hennerich
· 16 years ago
d57f5f7
IB/mlx4: Set RLKEY bit for kernel QPs
by Vladimir Sokolovsky
· 16 years ago
724f880
jme: Fix warnings with CONFIG_PM disabled.
by David S. Miller
· 16 years ago
6dc0c97
jme: Advances version number
by Guo-Fu Tseng
· 16 years ago
576b522
jme: Faulty IRQ handle bug fix
by akeemting
· 16 years ago
a821ebe
jme: Added half-duplex mode and IPv6 RSS fix
by Guo-Fu Tseng
· 16 years ago
0ce2f03
cxgb3: Add 1G fiber support
by Divy Le Ray
· 16 years ago
1e88202
cxgb3: Support for Aeluros 2005 PHY
by Divy Le Ray
· 16 years ago
9b1e365
cxgb3: commnonize LASI phy code
by Divy Le Ray
· 16 years ago
f231e0a
cxgb3: More flexible support for PHY interrupts.
by Divy Le Ray
· 16 years ago
0449798
cxgb3: simplify port type struct and usage
by Divy Le Ray
· 16 years ago
78e4689
cxgb3: allow for PHY reset status
by Divy Le Ray
· 16 years ago
8c26376
cxgb3: Allocate multiqueues at init time
by Divy Le Ray
· 16 years ago
20d3fc1
cxgb3: reset the adapter on fatal error
by Divy Le Ray
· 16 years ago
45cec1b
dsa: Need to select PHYLIB.
by David S. Miller
· 16 years ago
2e16a77
dsa: add support for the Marvell 88E6060 switch chip
by Lennert Buytenhek
· 16 years ago
396138f
dsa: add support for Trailer tagging format
by Lennert Buytenhek
· 16 years ago
2e5f032
dsa: add support for the Marvell 88E6131 switch chip
by Lennert Buytenhek
· 16 years ago
cf85d08
dsa: add support for original DSA tagging format
by Lennert Buytenhek
· 16 years ago
Next »