aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-bufio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-18dm bufio: use the acquire memory barrier when testing for B_READINGMikulas Patocka1-6/+7
2022-08-11Merge tag 'for-6.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-7/+13
2022-08-11dm bufio: fix some cases where the code sleeps with spinlock heldMikulas Patocka1-1/+9
2022-08-09dm bufio: simplify DM_BUFIO_CLIENT_NO_SLEEP lockingMike Snitzer1-6/+4
2022-08-06Merge tag 'for-6.0/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-4/+28
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+2
2022-08-04dm bufio: conditionally enable branching for DM_BUFIO_CLIENT_NO_SLEEPMike Snitzer1-4/+11
2022-07-28dm bufio: Add DM_BUFIO_CLIENT_NO_SLEEP flagNathan Huckleberry1-3/+19
2022-07-28dm bufio: Add flags argument to dm_bufio_client_createNathan Huckleberry1-1/+2
2022-07-14dm/core: Combine request operation type and flagsBart Van Assche1-9/+10
2022-07-14dm/core: Reduce the size of struct dm_io_requestBart Van Assche1-6/+3
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+2
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig1-5/+4
2021-11-09Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-1/+0
2021-11-01dm: Remove redundant flush_workqueue() callsChristophe JAILLET1-1/+0
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig1-1/+1
2021-03-04dm bufio: subtract the number of initial sectors in dm_bufio_get_device_sizeMikulas Patocka1-0/+4
2021-01-08dm integrity: fix flush with external metadata deviceMikulas Patocka1-0/+6
2020-07-20dm bufio: do buffer cleanup from a workqueueMikulas Patocka1-19/+41
2020-06-05Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-12/+97
2020-06-05dm bufio: introduce forget_buffer_lockedMikulas Patocka1-4/+56
2020-06-05dm bufio: clean up rbtree block orderingMikulas Patocka1-3/+3
2020-06-04dm bufio: delete unused and inefficient dm_bufio_discard_buffersMikulas Patocka1-26/+0
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-2/+2
2020-05-15dm bufio: implement discardMikulas Patocka1-5/+64
2019-09-13dm bufio: introduce a global cache replacementMikulas Patocka1-7/+91
2019-09-13dm bufio: remove old-style buffer cleanupMikulas Patocka1-58/+3
2019-09-13dm bufio: introduce a global queueMikulas Patocka1-3/+12
2019-09-13dm bufio: refactor adjust_total_allocatedMikulas Patocka1-3/+11
2019-09-13dm bufio: call adjust_total_allocated from __link_buffer and __unlink_bufferMikulas Patocka1-4/+4
2019-08-15Revert "dm bufio: fix deadlock with loop device"Mikulas Patocka1-1/+3
2019-07-12dm bufio: fix deadlock with loop deviceJunxiao Bi1-3/+1
2019-04-29dm bufio: Simplify stack trace retrievalThomas Gleixner1-9/+6
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-18dm bufio: update comment in dm-bufio.cShenghui Wang1-6/+6
2018-04-30dm bufio: fix buffer alignmentMikulas Patocka1-2/+3
2018-04-03dm bufio: don't embed a bio in the dm_buffer structureMikulas Patocka1-60/+45
2018-04-03dm bufio: support non-power-of-two block sizesMikulas Patocka1-25/+39
2018-04-03dm bufio: use slab cache for dm_buffer structure allocationsMikulas Patocka1-9/+19
2018-04-03dm bufio: reorder fields in dm_buffer structureMikulas Patocka1-5/+5
2018-04-03dm bufio: relax alignment constraint on slab cacheMikulas Patocka1-2/+2
2018-04-03dm bufio: remove code that merges slab cachesMikulas Patocka1-39/+14
2018-04-03dm bufio: get rid of slab cache name allocationsMikulas Patocka1-18/+3
2018-04-03dm bufio: move dm-bufio.h to include/linux/Mikulas Patocka1-4/+4
2018-04-03dm bufio: delete outdated commentMikulas Patocka1-4/+0
2018-03-06dm bufio: avoid false-positive Wmaybe-uninitialized warningArnd Bergmann1-10/+6
2018-01-17dm bufio: eliminate unnecessary labels in dm_bufio_client_create()Mike Snitzer1-7/+5
2018-01-17dm bufio: check result of register_shrinker()Aliaksei Karaliou1-6/+9
2018-01-17dm bufio: add missed destroys of client mutexAliaksei Karaliou1-0/+2