summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm integrity: whitespace, coding style and dead code cleanupMike Snitzer2019-05-091-43/+61
* dm integrity: implement synchronous mode for reboot handlingMikulas Patocka2019-05-081-5/+38
* dm integrity: handle machine reboot in bitmap modeMikulas Patocka2019-05-081-0/+24
* dm integrity: add a bitmap modeMikulas Patocka2019-05-082-33/+525
* dm integrity: introduce a function add_new_range_and_wait()Mikulas Patocka2019-05-081-4/+8
* dm integrity: allow large ranges to be describedMikulas Patocka2019-05-071-3/+3
* dm ingerity: pass size to dm_integrity_alloc_page_list()Mikulas Patocka2019-05-071-15/+15
* dm integrity: introduce rw_journal_sectors()Mikulas Patocka2019-05-071-6/+14
* dm integrity: update documentationMikulas Patocka2019-05-072-2/+12
* dm integrity: don't report unused optionsMikulas Patocka2019-05-071-3/+7
* dm integrity: don't check null pointer before kvfree and vfreeMikulas Patocka2019-05-071-4/+2
* dm integrity: correctly calculate the size of metadata areaMikulas Patocka2019-05-071-2/+2
* dm dust: Make dm_dust_init and dm_dust_exit staticYueHaibing2019-05-071-2/+2
* dm dust: remove redundant unsigned comparison to less than zeroColin Ian King2019-05-071-1/+1
* dm mpath: always free attached_handler_name in parse_path()Martin Wilck2019-04-301-1/+1
* dm init: fix max devices/targets checksHelen Koike2019-04-301-4/+4
* dm: add dust targetBryan Gurney2019-04-304-0/+797
* dm writecache: avoid unnecessary lookups in writecache_find_entry()Mikulas Patocka2019-04-261-6/+5
* dm writecache: remove unused member page_offset in writeback_structHuaisheng Ye2019-04-261-2/+0
* dm delay: fix a crash when invalid device is specifiedMikulas Patocka2019-04-261-1/+2
* dm: only initialize md->dax_dev if CONFIG_DAX_DRIVER is enabledPeng Wang2019-04-261-4/+2
* dm mpath: fix missing call of path selector type->end_ioYufen Yu2019-04-254-7/+24
* dm thin metadata: do not write metadata if no changes occurredMike Snitzer2019-04-181-3/+23
* dm thin metadata: add wrappers for managing write locking of metadataMike Snitzer2019-04-181-44/+64
* dm thin metadata: check __commit_transaction()'s returnMike Snitzer2019-04-181-1/+6
* dm space map common: zero entire ll_diskMike Snitzer2019-04-181-0/+2
* dm writecache: add unlikely for returned value of rb_next/prevHuaisheng Ye2019-04-181-2/+2
* dm writecache: remove needless dereferences in __writecache_writeback_pmem()Huaisheng Ye2019-04-181-6/+6
* dm snapshot: Use fine-grained locking schemeNikos Tsironis2019-04-181-40/+44
* dm snapshot: Make exception tables scalableNikos Tsironis2019-04-182-24/+116
* dm snapshot: Replace mutex with rw semaphoreNikos Tsironis2019-04-181-45/+43
* dm snapshot: Don't sleep holding the snapshot lockNikos Tsironis2019-04-181-37/+65
* list_bl: Add hlist_bl_add_before/behind helpersNikos Tsironis2019-04-181-0/+26
* list: Don't use WRITE_ONCE() in hlist_add_behind()Nikos Tsironis2019-04-181-1/+1
* dm cache metadata: Fix loading discard bitsetNikos Tsironis2019-04-181-1/+8
* dm zoned: Fix zone report handlingDamien Le Moal2019-04-181-0/+5
* dm zoned: Silence a static checker warningDan Carpenter2019-04-181-1/+2
* dm crypt: fix endianness annotations around org_sector_of_dmreqChristoph Hellwig2019-04-181-4/+4
* Linux 5.1-rc5v5.1-rc5Linus Torvalds2019-04-151-1/+1
* Merge branch 'page-refs' (page ref overflow)Linus Torvalds2019-04-158-28/+92
|\
| * fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-04-145-15/+29
| * mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds2019-04-142-12/+49
| * mm: add 'try_get_page()' helper functionLinus Torvalds2019-04-141-0/+9
| * mm: make page ref count overflow check tighter and more explicitLinus Torvalds2019-04-141-1/+5
* | Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockLinus Torvalds2019-04-1420-109/+174
|\ \
| * | block: fix the return errno for direct IOJason Yan2019-04-121-4/+4
| * | Merge branch 'nvme-5.1' of git://git.infradead.org/nvme into for-linusJens Axboe2019-04-115-30/+73
| |\ \
| | * | nvmet: fix discover log page when offsets are usedKeith Busch2019-04-114-25/+58
| | * | nvme-fc: correct csn initialization and increments on errorJames Smart2019-04-111-5/+15
| |/ /
| * | block: do not leak memory in bio_copy_user_iov()Jérôme Glisse2019-04-111-1/+4