Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3fe52289105823867226355e8e957119af50e3a1
/
block
ee89f81
Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
ac2e532
block/partitions: optimize memory allocation in check_partition()
by Ming Lei
· 12 years ago
06004e6
block/partitions/mac.c: obey the state->limit constraint
by Ming Lei
· 12 years ago
8b8a6e1
block/partitions/efi.c: ensure that the GPT header is at least the size of the structure.
by Peter Jones
· 12 years ago
86ee8ba
block/partition/msdos: detect AIX formatted disks even without 55aa
by Philippe De Muyter
· 12 years ago
bab998d
block: convert to idr_alloc()
by Tejun Heo
· 12 years ago
ce23bba
block: fix synchronization and limit check in blk_alloc_devt()
by Tejun Heo
· 12 years ago
7b74e91
block: fix ext_devt_idr handling
by Tomas Henzl
· 12 years ago
25e823c
block/genhd.c: apply pm_runtime_set_memalloc_noio on block devices
by Ming Lei
· 12 years ago
a3cc86c
cfq: fix lock imbalance with failed allocations
by Glauber Costa
· 12 years ago
79d0b7f
block: don't select PERCPU_RWSEM
by Mikulas Patocka
· 12 years ago
ffecfd1
block: optionally snapshot page contents to provide stable pages during write
by Darrick J. Wong
· 12 years ago
7d311cd
bdi: allow block devices to say that they require stable page writes
by Darrick J. Wong
· 12 years ago
ece8e0b
Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
d652e1eb
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
5577022
block: account iowait time when waiting for completion of IO request
by Vladimir Davydov
· 12 years ago
cf4aebc2
sched: Move sched.h sysctl bits into separate header
by Clark Williams
· 12 years ago
21c3c5d
block: don't request module during elevator init
by Tejun Heo
· 12 years ago
bb813f4
init, block: try to load default elevator module early during boot
by Tejun Heo
· 12 years ago
8c1cf6b
block: add @req to bio_{front|back}_merge tracepoints
by Tejun Heo
· 12 years ago
3a366e6
block: add missing block_bio_complete() tracepoint
by Tejun Heo
· 12 years ago
ac9a197
Merge branch 'blkcg-cfq-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup into for-3.9/core
by Jens Axboe
· 12 years ago
422765c
block: Remove should_sort judgement when flush blk_plug
by Jianpeng Ma
· 12 years ago
242d98f
block,elevator: use new hashtable implementation
by Sasha Levin
· 12 years ago
4311401
cfq-iosched: add hierarchical cfq_group statistics
by Tejun Heo
· 12 years ago
0b39920
cfq-iosched: collect stats from dead cfqgs
by Tejun Heo
· 12 years ago
689665a
cfq-iosched: separate out cfqg_stats_reset() from cfq_pd_reset_stats()
by Tejun Heo
· 12 years ago
810ecfa
blkcg: make blkcg_print_blkgs() grab q locks instead of blkcg lock
by Tejun Heo
· 12 years ago
548bc8e
block: RCU free request_queue
by Tejun Heo
· 12 years ago
16b3de6
blkcg: implement blkg_[rw]stat_recursive_sum() and blkg_[rw]stat_merge()
by Tejun Heo
· 12 years ago
b50da39
blkcg: export __blkg_prfill_rwstat()
by Tejun Heo
· 12 years ago
4d5e80a
blkcg: s/blkg_rwstat_sum()/blkg_rwstat_total()/
by Tejun Heo
· 12 years ago
f427d90
blkcg: implement blkcg_policy->on/offline_pd_fn() and blkcg_gq->online
by Tejun Heo
· 12 years ago
b276a87
blkcg: add blkg_policy_data->plid
by Tejun Heo
· 12 years ago
d02f7aa
cfq-iosched: enable full blkcg hierarchy support
by Tejun Heo
· 12 years ago
41cad6a
cfq-iosched: convert cfq_group_slice() to use cfqg->vfraction
by Tejun Heo
· 12 years ago
1d3650f
cfq-iosched: implement hierarchy-ready cfq_group charge scaling
by Tejun Heo
· 12 years ago
7918ffb
cfq-iosched: implement cfq_group->nr_active and ->children_weight
by Tejun Heo
· 12 years ago
e71357e
cfq-iosched: add leaf_weight
by Tejun Heo
· 12 years ago
3c54786
blkcg: make blkcg_gq's hierarchical
by Tejun Heo
· 12 years ago
93e6d5d
blkcg: cosmetic updates to blkg_create()
by Tejun Heo
· 12 years ago
86cde6b
blkcg: reorganize blkg_lookup_create() and friends
by Tejun Heo
· 12 years ago
356d2e5
blkcg: fix minor bug in blkg_alloc()
by Tejun Heo
· 12 years ago
b226e5c
cfq-iosched: Print sync-noidle information in blktrace messages
by Vivek Goyal
· 12 years ago
1f23f12
cfq-iosched: Get rid of unnecessary local variable
by Vivek Goyal
· 12 years ago
6d816ec
cfq-iosched: Rename few functions related to selecting workload
by Vivek Goyal
· 12 years ago
34b98d0
cfq-iosched: Rename "service_tree" to "st" at some places
by Vivek Goyal
· 12 years ago
4d2ceea
cfq-iosched: More renaming to better represent wl_class and wl_type
by Vivek Goyal
· 12 years ago
3bf10fe
cfq-iosched: Properly name all references to IO class
by Vivek Goyal
· 12 years ago
12c2bdb
block: prevent race/cleanup
by Derek Basehore
· 12 years ago
aea24a8
block: remove deadlock in disk_clear_events
by Derek Basehore
· 12 years ago
848b814
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
22b361d
percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEM
by Oleg Nesterov
· 12 years ago
9228ff9
Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
60da5bf
Merge branch 'for-3.8/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
cbae8d4
block: export block_unplug tracepoint
by NeilBrown
· 12 years ago
0cfbcaf
block: add plug for blkdev_issue_discard
by Shaohua Li
· 12 years ago
8dd2cb7
block: discard granularity might not be power of 2
by Shaohua Li
· 12 years ago
d206e09
Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
7527455
deadline: Allow 0ms deadline latency, increase the read speed
by xiaobing tu
· 12 years ago
5f6f38d
partitions: enable EFI/GPT support by default
by Diego Calleja
· 12 years ago
80729be
bsg: Remove unused function bsg_goose_queue()
by Bart Van Assche
· 12 years ago
24faf6f
block: Make blk_cleanup_queue() wait until request_fn finished
by Bart Van Assche
· 12 years ago
7046057
block: Avoid scheduling delayed work on a dead queue
by Bart Van Assche
· 12 years ago
c246e80
block: Avoid that request_fn is invoked on a dead queue
by Bart Van Assche
· 12 years ago
807592a
block: Let blk_drain_queue() caller obtain the queue lock
by Bart Van Assche
· 12 years ago
3f3299d
block: Rename queue dead flag
by Bart Van Assche
· 12 years ago
893d290
block: Don't access request after it might be freed
by Roland Dreier
· 12 years ago
d33b98f
block: partition: msdos: provide UUIDs for partitions
by Stephen Warren
· 12 years ago
1ad7e89
block: store partition_meta_info.uuid as a string
by Stephen Warren
· 12 years ago
92fb974
cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free()
by Tejun Heo
· 12 years ago
c304a51
block: use NUMA_NO_NODE instead of -1
by Ezequiel Garcia
· 12 years ago
bee0393
block: recursive merge requests
by Shaohua Li
· 12 years ago
5b805f2
Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8
by Tejun Heo
· 12 years ago
3d106fba
block CFQ: avoid moving request to different queue
by Shaohua Li
· 12 years ago
1db1e31
Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8
by Tejun Heo
· 12 years ago
bcf6de1
cgroup: make ->pre_destroy() return void
by Tejun Heo
· 12 years ago
975927b
block: Add blk_rq_pos(rq) to sort rq when plushing
by Jianpeng Ma
· 12 years ago
8e42e0a
block: remove CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
65c77fd
blkcg: stop iteration early if root_rl is the only request list
by Jun'ichi Nomura
· 12 years ago
65635cb
blkcg: Fix use-after-free of q->root_blkg and q->root_rl.blkg
by Jun'ichi Nomura
· 12 years ago
ce40be7
Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
68d47a1
Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
033d995
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
46e8894
s390/partitions: make partition detection independent from DASD ioctls
by Stefan Weinhuber
· 12 years ago
60ea822
block: fix request_queue->flags initialization
by Tejun Heo
· 12 years ago
749fefe
block: lift the initial queue bypass mode on blk_register_queue() instead of blk_init_allocated_queue()
by Tejun Heo
· 12 years ago
66ba32d
block: ioctl to zero block ranges
by Martin K. Petersen
· 12 years ago
579e8f3
block: Make blkdev_issue_zeroout use WRITE SAME
by Martin K. Petersen
· 12 years ago
4363ac7
block: Implement support for WRITE SAME
by Martin K. Petersen
· 12 years ago
f31dc1c
block: Consolidate command flag and queue limit checks for merges
by Martin K. Petersen
· 12 years ago
e2a60da
block: Clean up special command handling logic
by Martin K. Petersen
· 12 years ago
2bd6efa
blk: add an upper sanity check on partition adding
by Alan Cox
· 12 years ago
8c7f6ed
cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them
by Tejun Heo
· 12 years ago
d41570b
block/blk-tag.c: Remove useless kfree
by Peter Senna Tschudin
· 12 years ago
e32463b
block: remove the duplicated setting for congestion_threshold
by Jaehoon Chung
· 12 years ago
b1f3b64
block: reject invalid queue attribute values
by Dave Reisner
· 12 years ago
bf800ef
block: Add bio_clone_bioset(), bio_clone_kmalloc()
by Kent Overstreet
· 12 years ago
4254bba
block: Kill bi_destructor
by Kent Overstreet
· 12 years ago
Next »