Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
18887ad910e56066233a07fd3cfb2fa11338b782
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
6984937
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 16 years ago
392eaef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
8806048
[MIPS] Sibyte: Register PIO PATA device only for Swarm and Litte Sur
by Ralf Baechle
· 16 years ago
9d2c27e
tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd.
by Daniele Lacamera
· 16 years ago
58ec3b4
net: Fix netdev_run_todo dead-lock
by Herbert Xu
· 16 years ago
742201e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6
by David S. Miller
· 16 years ago
53240c2
tcp: Fix possible double-ack w/ user dma
by Ali Saidi
· 16 years ago
b6c40d6
net: only invoke dev->change_rx_flags when device is UP
by Patrick McHardy
· 16 years ago
85ba94b
SLOB: fix bogus ksize calculation
by Matt Mackall
· 16 years ago
e09e6e2
Revert "V4L/DVB (8904): cx88: add missing unlock_kernel"
by Linus Torvalds
· 16 years ago
4330ed8
Linux 2.6.27-rc9
by Linus Torvalds
· 16 years ago
87f3b6b
Marker depmod fix core kernel list
by Mathieu Desnoyers
· 16 years ago
afed26d
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb
by Linus Torvalds
· 16 years ago
6106611
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
f1ea725
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 16 years ago
ba9b0c1
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 16 years ago
11f9b02
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb
by Linus Torvalds
· 16 years ago
e683b42
atmel-mci: Initialize BLKR before sending data transfer command
by Haavard Skinnemoen
· 16 years ago
859f4c7
netrom: Fix sock_orphan() use in nr_release
by Jarek Poplawski
· 16 years ago
33d1d2c
ax25: Quick fix for making sure unaccepted sockets get destroyed.
by David S. Miller
· 16 years ago
88a944e
Revert "ax25: Fix std timer socket destroy handling."
by David S. Miller
· 16 years ago
cc1e0f4
kgdb: call touch_softlockup_watchdog on resume
by Jason Wessel
· 16 years ago
e85ceae
kgdb, x86: Avoid invoking kgdb_nmicallback twice per NMI
by Jan Kiszka
· 16 years ago
e84956f
x86 ACPI: Blacklist two HP machines with buggy BIOSes
by Rafael J. Wysocki
· 16 years ago
1305e9e
[Bluetooth] Add reset quirk for A-Link BlueUSB21 dongle
by Marcel Holtmann
· 16 years ago
4f62f6c
[Bluetooth] Add reset quirk for new Targus and Belkin dongles
by Marcel Holtmann
· 16 years ago
36010ff
[Bluetooth] Fix double frees on error paths of btusb and bpa10x drivers
by Marcel Holtmann
· 16 years ago
fd3d276
[MIPS] IP27: Fix build errors if CONFIG_MAPPED_KERNEL=y
by Ralf Baechle
· 16 years ago
4a16ff4
[MIPS] Fix CMP Kconfig configuration and mark as broken.
by Ralf Baechle
· 16 years ago
ca09a23
ide: workaround for bogus gcc warning in ide_sysfs_register_port()
by Bartlomiej Zolnierkiewicz
· 16 years ago
f3e85ee
ide-cd: Optiarc DVD RW AD-7200A does play audio
by Bodo Eggert
· 16 years ago
2fef357
IDE: Fix platform device registration in Swarm IDE driver (v2)
by Ralf Baechle
· 16 years ago
22e05b4
ide-dma: fix ide_build_dmatable() for TRM290
by Sergei Shtylylov
· 16 years ago
f20f258
ide-cd: temporary tray close fix
by Borislav Petkov
· 16 years ago
d99e901
x86: gart iommu have direct mapping when agp is present too
by Yinghai Lu
· 16 years ago
db98fb8
V4L/DVB (9103): em28xx: HVR-900 B3C0 - fix audio clicking issue
by Wiktor Grebla
· 16 years ago
da3808e
V4L/DVB (9099): em28xx: Add detection for K-WORLD DVB-T 310U
by Darron Broad
· 16 years ago
674cbc6
V4L/DVB (9092): gspca: Bad init values for sonixj ov7660.
by Jean-Francois Moine
· 16 years ago
8d768e1
V4L/DVB (9080): gspca: Add a delay after writing to the sonixj sensors.
by Jean-Francois Moine
· 16 years ago
05d3c1e
V4L/DVB (9075): gspca: Bad check of returned status in i2c_read() spca561.
by Shane
· 16 years ago
fe6c700
V4L/DVB (9053): fix buffer overflow in uvc-video
by Ralph Loader
· 16 years ago
bda1cda
V4L/DVB (9043): S5H1420: Fix size of shadow-array to avoid overflow
by Patrick Boettcher
· 16 years ago
c18c5ff
V4L/DVB (9037): Fix support for Hauppauge Nova-S SE
by Patrick Boettcher
· 16 years ago
Next »