index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
null_blk.h
Age
Commit message (
Expand
)
Author
2020-12-07
null_blk: Move driver into its own directory
Damien Le Moal
2020-12-07
null_blk: Allow controlling max_hw_sectors limit
Damien Le Moal
2020-12-07
null_blk: discard zones on reset
Damien Le Moal
2020-12-07
null_blk: Improve implicit zone close
Damien Le Moal
2020-12-07
null_blk: improve zone locking
Damien Le Moal
2020-11-06
null_blk: Fix scheduling in atomic with zoned mode
Damien Le Moal
2020-10-29
null_blk: Fix locking in zoned mode
Damien Le Moal
2020-10-27
null_blk: synchronization fix for zoned device
Kanchan Joshi
2020-09-29
null_blk: add support for max open/active zone limit for zoned devices
Niklas Cassel
2020-07-08
null_blk: introduce zone capacity for zoned device
Aravind Ramesh
2020-04-23
null_blk: Cleanup zoned device initialization
Damien Le Moal
2020-04-23
null_blk: Fix zoned command handling
Damien Le Moal
2020-02-25
null_blk: remove unused fields in 'nullb_cmd'
Dongli Zhang
2019-11-12
block: rework zone reporting
Christoph Hellwig
2019-11-12
null_blk: clean up report zones
Christoph Hellwig
2019-10-17
null_blk: return fixed zoned reads > write pointer
Ajay Joshi
2019-09-16
null_blk: format pr_* logs with pr_fmt
André Almeida
2019-08-23
null_blk: fix inline misuse
Jens Axboe
2019-08-23
null_blk: create a helper for zoned devices
Chaitanya Kulkarni
2019-07-12
null_blk: fixup ->report_zones() for !CONFIG_BLK_DEV_ZONED
Jens Axboe
2019-07-11
block: Kill gfp_t argument of blkdev_report_zones()
Damien Le Moal
2019-01-06
null_blk: add zoned config support information
John Pittman
2018-11-07
null_blk: Add conventional zone configuration for zoned support
Masato Suzuki
2018-10-25
block: add a report_zones method
Christoph Hellwig
2018-09-12
null_blk: fix zoned support for non-rq based operation
Jens Axboe
2018-07-09
null_blk: add zone support
Matias Bjørling
2018-07-09
null_blk: move shared definitions to header file
Matias Bjørling