index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-sysfs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: pass a gendisk to the queue_sysfs_entry methods
Christoph Hellwig
2024-06-28
1
-91
/
+89
*
block: add helper macros to de-duplicate the queue sysfs attributes
Christoph Hellwig
2024-06-28
1
-173
/
+82
*
block: convert features and flags to __bitwise types
Christoph Hellwig
2024-06-26
1
-3
/
+3
*
block: correctly report cache type
Christoph Hellwig
2024-06-26
1
-3
/
+3
*
block: Add core atomic write support
John Garry
2024-06-20
1
-0
/
+33
*
block: renumber and rename the cache disabled flag
Christoph Hellwig
2024-06-20
1
-3
/
+3
*
block: move the poll flag to queue_limits
Christoph Hellwig
2024-06-19
1
-2
/
+2
*
block: move the stable_writes flag to queue_limits
Christoph Hellwig
2024-06-19
1
-28
/
+1
*
block: move the io_stat flag setting to queue_limits
Christoph Hellwig
2024-06-19
1
-1
/
+1
*
block: move the add_random flag to queue_limits
Christoph Hellwig
2024-06-19
1
-3
/
+3
*
block: move the nonrot flag to queue_limits
Christoph Hellwig
2024-06-19
1
-3
/
+36
*
block: move cache control settings out of queue->flags
Christoph Hellwig
2024-06-19
1
-10
/
+19
*
block: freeze the queue in queue_attr_store
Christoph Hellwig
2024-06-19
1
-7
/
+2
*
blk-throttle: delay initialization until configuration
Yu Kuai
2024-05-09
1
-1
/
+0
*
blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW
Yu Kuai
2024-05-09
1
-7
/
+0
*
block: Allow zero value of max_zone_append_sectors queue limit
Damien Le Moal
2024-04-17
1
-1
/
+1
*
block: use queue_limits_commit_update in queue_discard_max_store
Christoph Hellwig
2024-02-13
1
-3
/
+10
*
block: add a max_user_discard_sectors queue limit
Christoph Hellwig
2024-02-13
1
-9
/
+8
*
block: use queue_limits_commit_update in queue_max_sectors_store
Christoph Hellwig
2024-02-13
1
-25
/
+12
*
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
2024-01-11
1
-8
/
+3
|
\
|
*
block: rename and document BLK_DEF_MAX_SECTORS
Christoph Hellwig
2023-12-27
1
-1
/
+1
|
*
block: remove support for the host aware zone model
Christoph Hellwig
2023-12-20
1
-7
/
+2
*
|
block: Document the role of the two attribute groups
Bart Van Assche
2023-11-29
1
-0
/
+2
|
/
*
block: don't allow enabling a cache on devices that don't support it
Christoph Hellwig
2023-07-17
1
-4
/
+7
*
block: cleanup queue_wc_store
Christoph Hellwig
2023-07-17
1
-11
/
+3
*
blk-sysfs: add a new attr_group for blk_mq
Yu Kuai
2023-06-26
1
-11
/
+31
*
blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is disabled
Yu Kuai
2023-06-26
1
-69
/
+74
*
blk-mq: include <linux/blk-mq.h> in block/blk-mq.h
Christoph Hellwig
2023-04-13
1
-1
/
+0
*
blk-mq: remove hybrid polling
Keith Busch
2023-03-20
1
-24
/
+1
*
block: make kobj_type structures constant
Thomas Weißschuh
2023-02-09
1
-1
/
+1
*
blk-wbt: move private information from blk-wbt.h to blk-wbt.c
Christoph Hellwig
2023-02-03
1
-0
/
+1
*
blk-wbt: pass a gendisk to wbt_init
Christoph Hellwig
2023-02-03
1
-1
/
+1
*
blk-wbt: pass a gendisk to wbt_{enable,disable}_default
Christoph Hellwig
2023-02-03
1
-1
/
+1
*
block: save user max_sectors limit
Keith Busch
2023-01-29
1
-6
/
+15
*
block: untangle request_queue refcounting from sysfs
Christoph Hellwig
2022-11-30
1
-63
/
+23
*
block: fix error unwinding in blk_register_queue
Christoph Hellwig
2022-11-30
1
-12
/
+16
*
block: factor out a blk_debugfs_remove helper
Christoph Hellwig
2022-11-30
1
-7
/
+14
*
blk-crypto: pass a gendisk to blk_crypto_sysfs_{,un}register
Christoph Hellwig
2022-11-30
1
-2
/
+2
*
blk-mq: move the srcu_struct used for quiescing to the tagset
Christoph Hellwig
2022-11-02
1
-7
/
+2
*
blk-wbt: don't show valid wbt_lat_usec in sysfs while wbt is disabled
Yu Kuai
2022-10-24
1
-0
/
+3
*
blk-throttle: pass a gendisk to blk_throtl_register_queue
Christoph Hellwig
2022-09-27
1
-1
/
+1
*
block: move ->bio_split to the gendisk
Christoph Hellwig
2022-08-03
1
-2
/
+0
*
block: move zone related fields to struct gendisk
Christoph Hellwig
2022-07-06
1
-1
/
+1
*
block: remove queue_max_open_zones and queue_max_active_zones
Christoph Hellwig
2022-07-06
1
-2
/
+2
*
block: call blk_queue_free_zone_bitmaps from disk_release
Christoph Hellwig
2022-07-06
1
-2
/
+0
*
block: simplify disk_set_independent_access_ranges
Christoph Hellwig
2022-06-29
1
-1
/
+1
*
blk-mq: cleanup disk sysfs registration
Christoph Hellwig
2022-06-28
1
-5
/
+4
*
block: use default groups to register the queue attributes
Christoph Hellwig
2022-06-28
1
-6
/
+6
*
block: remove a superflous queue kobject reference
Christoph Hellwig
2022-06-28
1
-5
/
+1
*
block: simplify blktrace sysfs attribute creation
Christoph Hellwig
2022-06-28
1
-10
/
+1
[next]