index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
/
zram_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-18
/
+48
2021-11-06
zram: introduce an aged idle interface
Brian Geffon
1
-16
/
+46
2021-11-06
zram: off by one in read_block_state()
Dan Carpenter
1
-1
/
+1
2021-11-06
zram_drv: allow reclaim on bio_alloc
Jaewon Kim
1
-1
/
+1
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
1
-7
/
+3
2021-06-01
block: move bd_mutex to struct gendisk
Christoph Hellwig
1
-9
/
+9
2021-06-01
zram: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-15
/
+4
2021-03-13
zram: fix broken page writeback
Minchan Kim
1
-3
/
+3
2021-03-13
zram: fix return value on writeback_store
Minchan Kim
1
-3
/
+8
2021-02-26
zsmalloc: account the number of compacted pages correctly
Rokudo Yan
1
-1
/
+1
2021-01-26
zram: fix NULL check before some freeing functions is not needed
Tian Tao
1
-2
/
+1
2021-01-24
block: store a block_device pointer in struct bio
Christoph Hellwig
1
-1
/
+1
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-28
/
+6
2020-12-15
zram: break the strict dependency from lzo
Rui Salvaterra
1
-1
/
+1
2020-12-15
zram: add stat to gather incompressible pages since zram set up
Minchan Kim
1
-2
/
+4
2020-12-15
zram: support page writeback
Minchan Kim
1
-4
/
+17
2020-12-01
block: stop using bdget_disk for partition 0
Christoph Hellwig
1
-12
/
+2
2020-12-01
block: switch partition lookup to use struct block_device
Christoph Hellwig
1
-1
/
+1
2020-12-01
block: allocate struct hd_struct as part of struct bdev_inode
Christoph Hellwig
1
-1
/
+1
2020-12-01
zram: do not call set_blocksize
Christoph Hellwig
1
-10
/
+1
2020-11-16
zram: use set_capacity_and_notify
Christoph Hellwig
1
-5
/
+2
2020-10-24
Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+5
2020-10-19
zram: Fix __zram_bvec_{read,write}() locking order
Peter Zijlstra
1
-3
/
+5
2020-10-16
zram: failing to decompress is WARN_ON worthy
Douglas Anderson
1
-1
/
+1
2020-09-24
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
1
-1
/
+1
2020-09-24
bdi: remove BDI_CAP_SYNCHRONOUS_IO
Christoph Hellwig
1
-6
/
+13
2020-09-23
zram: cleanup backing_dev_store
Christoph Hellwig
1
-3
/
+4
2020-09-02
block: add a new revalidate_disk_size helper
Christoph Hellwig
1
-2
/
+2
2020-08-03
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+7
2020-07-01
Revert "zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()"
Wade Mealing
1
-1
/
+2
2020-07-01
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
1
-5
/
+6
2020-07-01
zram: stop using ->queuedata
Christoph Hellwig
1
-2
/
+1
2020-05-27
zram: nvdimm: use bio_{start,end}_io_acct and disk_{start,end}_io_acct
Christoph Hellwig
1
-14
/
+10
2020-03-27
block: simplify queue allocation
Christoph Hellwig
1
-3
/
+1
2020-03-25
block: move the part_stat* helpers from genhd.h to a new header
Christoph Hellwig
1
-0
/
+1
2020-01-31
drivers/block/zram/zram_drv.c: fix error return codes not being returned in w...
Colin Ian King
1
-2
/
+1
2020-01-31
zram: try to avoid worst-case scenario on same element pages
Taejoon Song
1
-2
/
+5
2019-10-19
zram: fix race between backing_dev_show and backing_dev_store
Chenwandun
1
-2
/
+3
2019-04-26
zram: pass down the bvec we need to read into in the work struct
Jérôme Glisse
1
-2
/
+3
2019-03-29
drivers/block/zram/zram_drv.c: fix idle/writeback string compare
Minchan Kim
1
-26
/
+6
2019-03-14
zram: default to lzo-rle instead of lzo
Dave Rodgman
1
-1
/
+1
2019-01-08
zram: idle writeback fixes and cleanup
Minchan Kim
1
-24
/
+66
2018-12-28
zram: writeback throttle
Minchan Kim
1
-3
/
+49
2018-12-28
zram: add bd_stat statistics
Minchan Kim
1
-0
/
+29
2018-12-28
zram: support idle/huge page writeback
Minchan Kim
1
-74
/
+173
2018-12-28
zram: introduce ZRAM_IDLE flag
Minchan Kim
1
-3
/
+54
2018-12-28
zram: refactor flags and writeback stuff
Minchan Kim
1
-65
/
+40
2018-12-28
zram: fix double free backing device
Minchan Kim
1
-1
/
+3
2018-12-28
zram: fix lockdep warning of free block handling
Minchan Kim
1
-17
/
+21
2018-09-28
zram: register default groups with device_add_disk()
Hannes Reinecke
1
-21
/
+7
[next]