Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
6feef531f55cf4a20fd9eb39f5352e5745203603
/
include
6feef53
block: mark bio_split_pool static
by Denis ChengRq
· 16 years ago
ad3316b
block: Find bio sector offset given idx and offset
by Martin K. Petersen
· 16 years ago
b02739b
block: gendisk integrity wrapper
by Martin K. Petersen
· 16 years ago
ad7fce9
block: Switch blk_integrity_compare from bdev to gendisk
by Martin K. Petersen
· 16 years ago
74aa8c2
block: Introduce integrity data ownership flag
by Martin K. Petersen
· 16 years ago
b04accc
block: revert part of d7533ad0e132f92e75c1b2eb7c26387b25a583c1
by Jens Axboe
· 16 years ago
8deaf72
bio.h: Remove unused conditional code
by Alberto Bertogli
· 16 years ago
d00e29f
block: remove end_{queued|dequeued}_request()
by Kiyoshi Ueda
· 16 years ago
0497b34
blktrace: use BLKTRACE_BDEV_SIZE as the name size for setup structure
by Jens Axboe
· 16 years ago
ef9e3fa
block: add lld busy state exporting interface
by Kiyoshi Ueda
· 16 years ago
c0ddffa
include blktrace_api.h in headers_install
by Sven Schuetz
· 16 years ago
8bff7c6
libata: set queue SSD flag for SSD devices
by Jens Axboe
· 16 years ago
a68bbdd
block: add queue flag for SSD/non-rotational devices
by Jens Axboe
· 16 years ago
9e49184
floppy: support arbitrary first-sector numbers
by Keith Wansbrough
· 16 years ago
4ee5eaf
block: add a queue flag for request stacking support
by Kiyoshi Ueda
· 16 years ago
82124d6
block: add request submission interface
by Kiyoshi Ueda
· 16 years ago
32fab44
block: add request update interface
by Kiyoshi Ueda
· 16 years ago
9c02f2b
block: cleanup some of the integrity stuff in blkdev.h
by Jens Axboe
· 16 years ago
581d4e2
block: add fault injection mechanism for faking request timeouts
by Jens Axboe
· 16 years ago
0a0d96b
block: add bio_kmalloc()
by Jens Axboe
· 16 years ago
3e6053d
block: adjust blkdev_issue_discard for swap
by Hugh Dickins
· 16 years ago
11914a5
block: Add interface to abort queued requests
by Mike Anderson
· 16 years ago
242f9dc
block: unify request timeout handling
by Jens Axboe
· 16 years ago
c3279d1
Adjust block device size after an online resize of a disk.
by Andrew Patterson
· 16 years ago
0c002c2
Wrapper for lower-level revalidate_disk routines.
by Andrew Patterson
· 16 years ago
8188276
block: make blk_rq_map_user take a NULL user-space buffer
by FUJITA Tomonori
· 16 years ago
8790407
block: add blk_rq_aligned helper function
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
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
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
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
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
5b99c2f
block: make bi_phys_segments an unsigned int instead of short
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
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
27b29e8
blktrace: support discard requests
by David Woodhouse
· 16 years ago
eae9acd
Support 'discard sectors' operation in translation layer support core
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
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
f1ea725
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 16 years ago
fd3d276
[MIPS] IP27: Fix build errors if CONFIG_MAPPED_KERNEL=y
by Ralf Baechle
· 16 years ago
f20f258
ide-cd: temporary tray close fix
by Borislav Petkov
· 16 years ago
897312b
include/linux/stacktrace.h: declare struct task_struct
by Andrew Morton
· 16 years ago
8531a35
[MIPS] SMTC: Fix SMTC dyntick support.
by Kevin D. Kissell
· 16 years ago
d2bb01b
[MIPS] SMTC: Close tiny holes in the SMTC IPI replay system.
by Kevin D. Kissell
· 16 years ago
b7e4226
[MIPS] Build fix: Fix irq flags type
by Ralf Baechle
· 16 years ago
4b19de6
mm: tiny-shmem nommu fix
by Nick Piggin
· 16 years ago
16dbc6c
inotify: fix lock ordering wrt do_page_fault's mmap_sem
by Nick Piggin
· 16 years ago
ae1cfb1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
cf4b0b2
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
ba01667
sctp: Fix kernel panic while process protocol violation parameter
by Wei Yongjun
· 16 years ago
ccc7dad
hrtimer: prevent migration of per CPU hrtimers
by Thomas Gleixner
· 16 years ago
b00c1a9
hrtimer: mark migration state
by Thomas Gleixner
· 16 years ago
703a1ed
kgdb, x86_64: fix PS CS SS registers in gdb serial
by Jason Wessel
· 16 years ago
95dbf1d
kgdb, x86_64: gdb serial has BX and DX reversed
by Jason Wessel
· 16 years ago
1126388
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 16 years ago
b4f151f
MN10300: Move asm-arm/cnt32_to_63.h to include/linux/
by David Howells
· 16 years ago
7a52815
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 16 years ago
72029fe
9p: implement proper trans module refcounting and unregistration
by Tejun Heo
· 16 years ago
5291925
[MIPS] Fixe the definition of PTRS_PER_PGD
by Jack Tan
· 16 years ago
8553f32
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
e002bcc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 16 years ago
c32a162
smb.h: do not include linux/time.h in userspace
by Kirill A. Shutemov
· 16 years ago
a8d6829
x86: prevent C-states hang on AMD C1E enabled machines
by Thomas Gleixner
· 16 years ago
4faac97
x86: prevent stale state of c1e_mask across CPU offline/online
by Thomas Gleixner
· 16 years ago
5a0cd4e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 16 years ago
45e9c0d
warn: Turn the netdev timeout WARN_ON() into a WARN()
by Arjan van de Ven
· 16 years ago
ef3d771
Fix PNP build failure, bugzilla #11276
by David Miller
· 16 years ago
b08508c
PCI: fix compiler warnings in pci_get_subsys()
by Greg KH
· 16 years ago
29bdc88
IB/mlx4: Fix up fast register page list format
by Vladimir Sokolovsky
· 16 years ago
7c22a3d
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 16 years ago
c19e808
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
Next »