Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9edece72e2cfb449a8c1a18275cb369861ab8fc8
/
block
/
blk-settings.c
ca369d5
block/sd: Fix device-imposed transfer length limits
by Martin K. Petersen
· 9 years ago
1081230
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
03100aa
block: Replace SG_GAPS with new queue limits mask
by Keith Busch
· 9 years ago
30e2bc0
Revert "block: remove artifical max_hw_sectors cap"
by Jeff Moyer
· 9 years ago
8ae1266
block: kill merge_bvec_fn() completely
by Kent Overstreet
· 10 years ago
4f258a4
sd: Fix maximum I/O size for BLOCK_PC requests
by Martin K. Petersen
· 9 years ago
0034af0
block: make /sys/block/<dev>/queue/discard_max_bytes writeable
by Jens Axboe
· 9 years ago
e963741
block: fix blk_stack_limits() regression due to lcm() change
by Mike Snitzer
· 10 years ago
34b48db
block: remove artifical max_hw_sectors cap
by Christoph Hellwig
· 10 years ago
b8839b8
block: fix alignment_offset math that assumes io_min is a power-of-2
by Mike Snitzer
· 10 years ago
58a4915
block: ensure that bio_add_page() always accepts a page for an empty bio
by Jens Axboe
· 10 years ago
762380a
block: add notion of a chunk size for request merging
by Jens Axboe
· 10 years ago
c78afc6
bcache/md: Use raid stripe size
by Kent Overstreet
· 11 years ago
0910c0b
Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
d82ae52
block: properly stack underlying max_segment_size to DM device
by Mike Snitzer
· 11 years ago
9f7e45d
ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounce_limit()
by Santosh Shilimkar
· 11 years ago
8dd2cb7
block: discard granularity might not be power of 2
by Shaohua Li
· 12 years ago
4363ac7
block: Implement support for WRITE SAME
by Martin K. Petersen
· 12 years ago
fe86cdc
block: do not artificially constrain max_sectors for stacking drivers
by Mike Snitzer
· 12 years ago
b1bd055
block: Introduce blk_set_stacking_limits function
by Martin K. Petersen
· 13 years ago
a934a00
block: Fix discard topology stacking and reporting
by Martin K. Petersen
· 13 years ago
f387693
block: add a non-queueable flush flag
by shaohua.li@intel.com
· 14 years ago
b4cb290
Revert "block: add callback function for unplug notification"
by Jens Axboe
· 14 years ago
f756645
block: add callback function for unplug notification
by Jens Axboe
· 14 years ago
4c63f56
Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core
by Jens Axboe
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
c94a96a
block: Initialize ->queue_lock to internal lock at queue allocation time
by Vivek Goyal
· 14 years ago
72d4cd9
block: max hardware sectors limit wrapper
by Mike Snitzer
· 14 years ago
e692cb6
block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits instead
by Martin K. Petersen
· 14 years ago
a288709
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
892b6f9
block: Ensure physical block size is unsigned int
by Martin K. Petersen
· 14 years ago
efb012b3
block: set the bounce_pfn to the actual DMA limit rather than to max memory
by Malahal Naineni
· 14 years ago
260a67a
block: revert bad fix for memory hotplug causing bounces
by Jens Axboe
· 14 years ago
c49825f
block: set the bounce_pfn to the actual DMA limit rather than to max memory
by Malahal Naineni
· 14 years ago
13f05c8
block/scsi: Provide a limit on the number of integrity segments
by Martin K. Petersen
· 14 years ago
c8bf133
Consolidate min_not_zero
by Martin K. Petersen
· 14 years ago
4913efe
block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()
by Tejun Heo
· 14 years ago
28018c2
block: implement an unprep function corresponding directly to prep
by James Bottomley
· 14 years ago
2f40842
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
2cda272
block: Fix overrun in lcm() and move it to lib
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
2800aac
block: Update blk_queue_max_sectors and documentation
by Martin K. Petersen
· 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
fe0b393
block: Correct handling of bottom device misaligment
by Martin K. Petersen
· 15 years ago
81744ee
block: Fix incorrect alignment offset reporting and update documentation
by Martin K. Petersen
· 15 years ago
9504e08
block: Fix topology stacking for data and discard alignment
by Martin K. Petersen
· 15 years ago
b568be6
block: temporarily disable discard granularity
by Jens Axboe
· 15 years ago
98262f2
block: Allow devices to indicate whether discarded blocks are zeroed
by Martin K. Petersen
· 15 years ago
ad5ebd2
block: jiffies fixes
by Randy Dunlap
· 15 years ago
86b3728
block: Expose discard granularity
by Martin K. Petersen
· 15 years ago
c7ebf06
blk-settings: fix function parameter kernel-doc notation
by Randy Dunlap
· 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
5dee247
block: Do not clamp max_hw_sectors for stacking devices
by Martin K. Petersen
· 15 years ago
80ddf24
block: Set max_sectors correctly for stacking devices
by Martin K. Petersen
· 15 years ago
3c5820c
block: Optimal I/O limit wrapper
by Martin K. Petersen
· 15 years ago
7e5f5fb
block: Update topology documentation
by Martin K. Petersen
· 15 years ago
70dd5bf
block: Stack optimal I/O size
by Martin K. Petersen
· 15 years ago
7c958e3
block: Add a wrapper for setting minimum request size without a queue
by Martin K. Petersen
· 15 years ago
fef2466
block: Make blk_queue_stack_limits use the new stacking interface
by Martin K. Petersen
· 15 years ago
a4e7d46
block: always assign default lock to queues
by Jens Axboe
· 15 years ago
f740f5ca
Fix kernel-doc parameter name typo in blk-settings.c:
by Randy Dunlap
· 15 years ago
3a02c8e
block: Fix bounce_pfn setting
by Martin K. Petersen
· 15 years ago
e475bba
block: Introduce helper to reset queue limits to default values
by Martin K. Petersen
· 15 years ago
0989a02
block: don't overwrite bdi->state after bdi_init() has been run
by Jens Axboe
· 15 years ago
8ebf975
block: fix kernel-doc in recent block/ changes
by Randy Dunlap
· 15 years ago
77634f3
block: Add missing bounce_pfn stacking and fix comments
by Martin K. Petersen
· 15 years ago
9df1bb9
Revert "block: Fix bounce limit setting in DM"
by Jens Axboe
· 15 years ago
a05c0205
block: Fix bounce limit setting in DM
by Martin K. Petersen
· 15 years ago
5d85d32
block: export blk_stack_limits()
by Mike Snitzer
· 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
cd0aca2
block: fix queue bounce limit setting
by Tejun Heo
· 16 years ago
8feb4d2
pata_artop: typo
by Alan Cox
· 16 years ago
18af8b2
block: use min_not_zero in blk_queue_stack_limits
by FUJITA Tomonori
· 16 years ago
0e435ac
block: fix setting of max_segment_size and seg_boundary mask
by Milan Broz
· 16 years ago
713ada9
block: move q->unplug_work initialization
by Peter Zijlstra
· 16 years ago
ef9e3fa
block: add lld busy state exporting interface
by Kiyoshi Ueda
· 16 years ago
242f9dc
block: unify request timeout handling
by Jens Axboe
· 16 years ago
aeb3d3a
block: kmalloc args reversed, small function definition fixes
by Harvey Harrison
· 16 years ago
c7c22e4
block: add support for IO CPU affinity
by Jens Axboe
· 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
fb2dce8
Add 'discard' request handling
by David Woodhouse
· 16 years ago
27f8221
block: add blk_queue_update_dma_pad
by FUJITA Tomonori
· 16 years ago
e7e72bf
Remove blkdev warning triggered by using md
by Neil Brown
· 16 years ago
24c03d4
block: remove remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
75ad23b
block: make queue flags non-atomic
by Nick Piggin
· 17 years ago
657e93b
unexport blk_max_pfn
by Adrian Bunk
· 17 years ago
00d61e3
Fix bounce setting for 64-bit
by Andrea Arcangeli
· 17 years ago
448da4d
block: remove extern on function definition
by Harvey Harrison
· 17 years ago
419c434
Fix DMA access of block device in 64-bit kernel on some non-x86 systems with 4GB or upper 4GB memory
by Yang Shi
· 17 years ago
e3790c7
block: separate out padding from alignment
by Tejun Heo
· 17 years ago
5d87a05
block: fix kernel-docbook parameters and files
by Randy Dunlap
· 17 years ago
Next »