summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-bufio.c
Commit message (Expand)AuthorAgeFilesLines
* dm bufio: Fix missing decrement of no_sleep_enabled if dm_bufio_client_create...Zhihao Cheng2022-11-181-0/+2
* dm bufio: use the acquire memory barrier when testing for B_READINGMikulas Patocka2022-10-181-6/+7
* Merge tag 'for-6.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-111-7/+13
|\
| * dm bufio: fix some cases where the code sleeps with spinlock heldMikulas Patocka2022-08-111-1/+9
| * dm bufio: simplify DM_BUFIO_CLIENT_NO_SLEEP lockingMike Snitzer2022-08-091-6/+4
* | Merge tag 'for-6.0/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-061-4/+28
|\|
| * dm bufio: conditionally enable branching for DM_BUFIO_CLIENT_NO_SLEEPMike Snitzer2022-08-041-4/+11
| * dm bufio: Add DM_BUFIO_CLIENT_NO_SLEEP flagNathan Huckleberry2022-07-281-3/+19
| * dm bufio: Add flags argument to dm_bufio_client_createNathan Huckleberry2022-07-281-1/+2
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+2
|\ \
| * | mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+2
| |/
* | dm/core: Combine request operation type and flagsBart Van Assche2022-07-141-9/+10
* | dm/core: Reduce the size of struct dm_io_requestBart Van Assche2022-07-141-6/+3
|/
* block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig2022-04-171-5/+4
* Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-091-1/+0
|\
| * dm: Remove redundant flush_workqueue() callsChristophe JAILLET2021-11-011-1/+0
* | dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig2021-10-181-1/+1
|/
* dm bufio: subtract the number of initial sectors in dm_bufio_get_device_sizeMikulas Patocka2021-03-041-0/+4
* dm integrity: fix flush with external metadata deviceMikulas Patocka2021-01-081-0/+6
* dm bufio: do buffer cleanup from a workqueueMikulas Patocka2020-07-201-19/+41
* Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-051-12/+97
|\
| * dm bufio: introduce forget_buffer_lockedMikulas Patocka2020-06-051-4/+56
| * dm bufio: clean up rbtree block orderingMikulas Patocka2020-06-051-3/+3
| * dm bufio: delete unused and inefficient dm_bufio_discard_buffersMikulas Patocka2020-06-041-26/+0
| * dm bufio: implement discardMikulas Patocka2020-05-151-5/+64
* | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-2/+2
|/
* dm bufio: introduce a global cache replacementMikulas Patocka2019-09-131-7/+91
* dm bufio: remove old-style buffer cleanupMikulas Patocka2019-09-131-58/+3
* dm bufio: introduce a global queueMikulas Patocka2019-09-131-3/+12
* dm bufio: refactor adjust_total_allocatedMikulas Patocka2019-09-131-3/+11
* dm bufio: call adjust_total_allocated from __link_buffer and __unlink_bufferMikulas Patocka2019-09-131-4/+4
* Revert "dm bufio: fix deadlock with loop device"Mikulas Patocka2019-08-151-1/+3
* dm bufio: fix deadlock with loop deviceJunxiao Bi2019-07-121-3/+1
* dm bufio: Simplify stack trace retrievalThomas Gleixner2019-04-291-9/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-281-1/+1
|\
| * mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* | dm bufio: update comment in dm-bufio.cShenghui Wang2018-12-181-6/+6
|/
* dm bufio: fix buffer alignmentMikulas Patocka2018-04-301-2/+3
* dm bufio: don't embed a bio in the dm_buffer structureMikulas Patocka2018-04-031-60/+45
* dm bufio: support non-power-of-two block sizesMikulas Patocka2018-04-031-25/+39
* dm bufio: use slab cache for dm_buffer structure allocationsMikulas Patocka2018-04-031-9/+19
* dm bufio: reorder fields in dm_buffer structureMikulas Patocka2018-04-031-5/+5
* dm bufio: relax alignment constraint on slab cacheMikulas Patocka2018-04-031-2/+2
* dm bufio: remove code that merges slab cachesMikulas Patocka2018-04-031-39/+14
* dm bufio: get rid of slab cache name allocationsMikulas Patocka2018-04-031-18/+3
* dm bufio: move dm-bufio.h to include/linux/Mikulas Patocka2018-04-031-4/+4
* dm bufio: delete outdated commentMikulas Patocka2018-04-031-4/+0
* dm bufio: avoid false-positive Wmaybe-uninitialized warningArnd Bergmann2018-03-061-10/+6
* dm bufio: eliminate unnecessary labels in dm_bufio_client_create()Mike Snitzer2018-01-171-7/+5
* dm bufio: check result of register_shrinker()Aliaksei Karaliou2018-01-171-6/+9