Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
992196f28c3c0a589a3d461aab83b7af2eb7b3cf
/
block
/
blk-settings.c
c78afc6
bcache/md: Use raid stripe size
by Kent Overstreet
· 12 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
· 12 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
· 13 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
· 14 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
efb012b
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
· 15 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
· 16 years ago
70dd5bf
block: Stack optimal I/O size
by Martin K. Petersen
· 16 years ago
7c958e3
block: Add a wrapper for setting minimum request size without a queue
by Martin K. Petersen
· 16 years ago
fef2466
block: Make blk_queue_stack_limits use the new stacking interface
by Martin K. Petersen
· 16 years ago
a4e7d46
block: always assign default lock to queues
by Jens Axboe
· 16 years ago
f740f5ca
Fix kernel-doc parameter name typo in blk-settings.c:
by Randy Dunlap
· 16 years ago
3a02c8e
block: Fix bounce_pfn setting
by Martin K. Petersen
· 16 years ago
e475bba
block: Introduce helper to reset queue limits to default values
by Martin K. Petersen
· 16 years ago
0989a02
block: don't overwrite bdi->state after bdi_init() has been run
by Jens Axboe
· 16 years ago
8ebf975
block: fix kernel-doc in recent block/ changes
by Randy Dunlap
· 16 years ago
77634f3
block: Add missing bounce_pfn stacking and fix comments
by Martin K. Petersen
· 16 years ago
9df1bb9
Revert "block: Fix bounce limit setting in DM"
by Jens Axboe
· 16 years ago
a05c0205
block: Fix bounce limit setting in DM
by Martin K. Petersen
· 16 years ago
5d85d32
block: export blk_stack_limits()
by Mike Snitzer
· 16 years ago