Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
ec53646fc74efaf5d26c5e706bb99c7c5fd8d9c1
/
include
/
linux
/
blkdev.h
« Previous
3f14d79
blkdev: add blkdev_issue_zeroout helper function
by Dmitry Monakhov
· 15 years ago
fbd9b09
blkdev: generalize flags for blkdev_issue_fn functions
by Dmitry Monakhov
· 15 years ago
7f1dc8a
blkio: Fix blkio crash during rq stat update
by Vivek Goyal
· 15 years ago
84c124d
blkio: Changes to IO controller additional stats patches
by Divyesh Shah
· 15 years ago
9195291
blkio: Increment the blkio cgroup stats for real now
by Divyesh Shah
· 15 years ago
181fdde
block: remove 16 bytes of padding from struct request on 64bits
by Richard Kennedy
· 15 years ago
ee714f2
block: Finalize conversion of block limits functions
by Martin K. Petersen
· 15 years ago
8a78362
block: Consolidate phys_segment and hw_segment limits
by Martin K. Petersen
· 15 years ago
086fa5f
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
by Martin K. Petersen
· 15 years ago
eb28d31
block: Add BLK_ prefix to definitions
by Martin K. Petersen
· 15 years ago
e751e76
block: Remove unused accessor function
by Martin K. Petersen
· 15 years ago
7f03292
Merge branch 'master' into for-2.6.34
by Jens Axboe
· 15 years ago
79da064
Revert "block: improve queue_should_plug() by looking at IO depths"
by Jens Axboe
· 15 years ago
488991e
block: Added in stricter no merge semantics for block I/O
by Alan D. Brunelle
· 15 years ago
e03a72e
block: Stop using byte offsets
by Martin K. Petersen
· 15 years ago
17be8c2
block: bdev_stack_limits wrapper
by Martin K. Petersen
· 15 years ago
dd3d145
block: Fix discard alignment calculation and printing
by Martin K. Petersen
· 15 years ago
9bd3f98
block: blk_rq_err_sectors cleanup
by Gui Jianfeng
· 15 years ago
81744ee
block: Fix incorrect alignment offset reporting and update documentation
by Martin K. Petersen
· 15 years ago
98262f2
block: Allow devices to indicate whether discarded blocks are zeroed
by Martin K. Petersen
· 15 years ago
2d4dc89
block: add helpers to run flush_dcache_page() against a bio and a request's pages
by Ilya Loginov
· 15 years ago
86b3728
block: Expose discard granularity
by Martin K. Petersen
· 15 years ago
b9d128f
block: move bdi/address_space unplug functions to backing-dev.h
by Jens Axboe
· 15 years ago
23e018a
block: get rid of kblock_schedule_delayed_work()
by Jens Axboe
· 15 years ago
ac481c2
block: Topology ioctls
by Martin K. Petersen
· 15 years ago
8e29675
cfq-iosched: implement slower async initiate and queue ramp up
by Jens Axboe
· 15 years ago
67efc92
block: allow large discard requests
by Christoph Hellwig
· 15 years ago
c15227d
block: use normal I/O path for discard requests
by Christoph Hellwig
· 15 years ago
746cd1e
block: use blkdev_issue_discard in blk_ioctl_discard
by Christoph Hellwig
· 15 years ago
3c5820c
block: Optimal I/O limit wrapper
by Martin K. Petersen
· 15 years ago
01e97f6
block: enable rq CPU completion affinity by default
by Jens Axboe
· 15 years ago
fb1e753
block: improve queue_should_plug() by looking at IO depths
by Jens Axboe
· 15 years ago
1f98a13
bio: first step in sanitizing the bio->bi_rw flag testing
by Jens Axboe
· 15 years ago
80a761f
block: implement mixed merge of different failfast requests
by Tejun Heo
· 15 years ago
a82afdf
block: use the same failfast bits for bio and request
by Tejun Heo
· 15 years ago
7c958e3
block: Add a wrapper for setting minimum request size without a queue
by Martin K. Petersen
· 15 years ago
373c0a7
Fix compile error due to congestion_wait() changes
by Trond Myklebust
· 15 years ago
ecb554a
block: fix sg SG_DXFER_TO_FROM_DEV regression
by FUJITA Tomonori
· 15 years ago
8aa7e84
Fix congestion_wait() sync/async vs read/write confusion
by Jens Axboe
· 15 years ago
018e044
block: get rid of queue-private command filter
by Jens Axboe
· 15 years ago
e475bba
block: Introduce helper to reset queue limits to default values
by Martin K. Petersen
· 15 years ago
d614aec
Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 15 years ago
b0fd271
block: add request clone interface (v2)
by Kiyoshi Ueda
· 15 years ago
9df1bb9
Revert "block: Fix bounce limit setting in DM"
by Jens Axboe
· 15 years ago
db429e9
partitions: add ->set_capacity block device method
by Bartlomiej Zolnierkiewicz
· 15 years ago
a05c020
block: Fix bounce limit setting in DM
by Martin K. Petersen
· 15 years ago
c72758f
block: Export I/O topology for block devices and partitions
by Martin K. Petersen
· 15 years ago
025146e
block: Move queue limits to an embedded struct
by Martin K. Petersen
· 15 years ago
ae03bf6
block: Use accessor functions for queue limits
by Martin K. Petersen
· 15 years ago
e1defc4
block: Do away with the notion of hardsect_size
by Martin K. Petersen
· 15 years ago
e4b6363
Merge branch 'master' into for-2.6.31
by Jens Axboe
· 15 years ago
0a7ae2f
block: change the tag sync vs async restriction logic
by Jens Axboe
· 15 years ago
a411f4b
block: Un-export blk_rq_append_bio
by Boaz Harrosh
· 15 years ago
79eb63e
block: Add blk_make_request(), takes bio, returns a request
by Boaz Harrosh
· 15 years ago
b1f7449
block: move completion related functions back to blk-core.c
by FUJITA Tomonori
· 16 years ago
1822952
block: let blk_end_request_all handle bidi requests
by FUJITA Tomonori
· 16 years ago
9934c8c
block: implement and enforce request peek/start/fetch
by Tejun Heo
· 16 years ago
a2dec7b
block: hide request sector and data_len
by Tejun Heo
· 16 years ago
2e46e8b
block: drop request->hard_* and *nr_sectors
by Tejun Heo
· 16 years ago
5b93629
block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones
by Tejun Heo
· 16 years ago
c3a4d78
block: add rq->resid_len
by Tejun Heo
· 16 years ago
7b39da7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 16 years ago
96c1674
ide-cd: fix REQ_QUIET tests in cdrom_decode_status
by Borislav Petkov
· 16 years ago
9fd8d0e
block: make blk_end_request_cur() return bool
by Tejun Heo
· 16 years ago
731ec49
block: kill rq->data
by Tejun Heo
· 16 years ago
f06d9a2
block: replace end_request() with [__]blk_end_request_cur()
by Tejun Heo
· 16 years ago
40cbbb7
block: implement and use [__]blk_end_request_all()
by Tejun Heo
· 16 years ago
2e60e02
block: clean up request completion API
by Tejun Heo
· 16 years ago
0b302d5
block: kill blk_end_request_callback()
by Tejun Heo
· 16 years ago
5efccd1
block: reorder request completion functions
by Tejun Heo
· 16 years ago
a7f5579
block: kill blk_start_queueing()
by Tejun Heo
· 16 years ago
42dad76
block: simplify I/O stat accounting
by Jerome Marchand
· 16 years ago
2385327
block: remove unused REQ_UNPLUG
by Jens Axboe
· 16 years ago
aeb6faf
block: Add flag for telling the IO schedulers NOT to anticipate more IO
by Jens Axboe
· 16 years ago
1faa16d
block: change the request allocation/congestion logic to be sync/async based
by Jens Axboe
· 16 years ago
1e42807
block: reduce stack footprint of blk_recount_segments()
by Jens Axboe
· 16 years ago
0648e10
block: fix inconsistent parenthesisation of QUEUE_FLAG_DEFAULT
by Jens Axboe
· 16 years ago
bc58ba9
block: add sysfs file for controlling io stats accounting
by Jens Axboe
· 16 years ago
213d941
block: seperate bio/request unplug and sync bits
by Jens Axboe
· 16 years ago
97ae77a
[SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITE
by FUJITA Tomonori
· 16 years ago
56c451f
[SCSI] block: fix the partial mappings with struct rq_map_data
by FUJITA Tomonori
· 16 years ago
b374d18
block: get rid of elevator_t typedef
by Jens Axboe
· 16 years ago
58eea92
block: simplify empty barrier implementation
by Tejun Heo
· 16 years ago
8f11b3e
block: make barrier completion more robust
by Tejun Heo
· 16 years ago
f671620
block: make every barrier action optional
by Tejun Heo
· 16 years ago
313e429
block: reorganize QUEUE_ORDERED_* constants
by Tejun Heo
· 16 years ago
64d01dc
block: use cancel_work_sync() instead of kblockd_flush_work()
by Cheng Renquan
· 16 years ago
88e740f
block: add queue flag for paravirt frontend drivers
by Fernando Luis Vázquez Cao
· 16 years ago
f2f1fa7
Enforce a minimum SG_IO timeout
by Linus Torvalds
· 16 years ago
0e435ac
block: fix setting of max_segment_size and seg_boundary mask
by Milan Broz
· 16 years ago
53a0880
block: internal dequeue shouldn't start timer
by Tejun Heo
· 16 years ago
90b8f28
[PATCH] end of methods switch: remove the old ones
by Al Viro
· 17 years ago
d4430d6
[PATCH] beginning of methods conversion
by Al Viro
· 17 years ago
633a08b
[PATCH] introduce __blkdev_driver_ioctl()
by Al Viro
· 17 years ago
08f8585
[PATCH] move block_device_operations to blkdev.h
by Al Viro
· 17 years ago
74f3c8a
[PATCH] switch scsi_cmd_ioctl() to passing fmode_t
by Al Viro
· 17 years ago
e915e87
[PATCH] switch sg_scsi_ioctl() to passing fmode_t
by Al Viro
· 16 years ago
aeb5d72
[PATCH] introduce fmode_t, do annotations
by Al Viro
· 16 years ago
c53dbf5
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 16 years ago
f73e2d1
block: remove __generic_unplug_device() from exports
by Jens Axboe
· 16 years ago
Next »