summaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-19dm zoned: replace 'target' pointer in the bio contextHannes Reinecke1-20/+24
2020-05-19dm zoned: remove 'dev' argument from reclaimHannes Reinecke3-30/+32
2020-05-15dm zoned: Introduce dmz_dev_is_dying() and dmz_check_dev()Hannes Reinecke4-5/+18
2020-05-15dm zoned: introduce dmz_metadata_label() to format device nameHannes Reinecke4-42/+62
2020-05-15dm zoned: move fields from struct dmz_dev to dmz_metadataHannes Reinecke4-63/+95
2020-05-15dm zoned: store device in struct dmz_sbHannes Reinecke1-31/+59
2020-05-15dm zoned: use array for superblock zonesHannes Reinecke1-16/+25
2020-05-15dm zoned: store zone id within the zone structure and kill dmz_id()Hannes Reinecke4-36/+31
2020-05-15dm zoned: add 'message' callbackHannes Reinecke2-0/+27
2020-05-15dm zoned: add 'status' callbackHannes Reinecke4-0/+60
2020-05-15dm mpath: add Historical Service Time Path SelectorKhazhismel Kumykov3-0/+573
2020-05-15dm mpath: pass IO start time to path selectorGabriel Krisman Bertazi6-6/+20
2020-05-15dm writecache: improve performance on DDR persistent memory (Optane)Mikulas Patocka1-1/+37
2020-05-15dm writecache: remove superfluous test in persistent_memory_claimMikulas Patocka1-4/+0
2020-05-15dm persistent data: switch exit_ro_spine to return voidZhiqiang Liu2-5/+3
2020-05-15dm integrity: remove set but not used variablesYueHaibing1-4/+0
2020-05-15dm ebs: pass discards down to underlying deviceHeinz Mauelshagen1-7/+34
2020-05-15dm bufio: implement discardMikulas Patocka2-5/+76
2020-05-15dm: add emulated block size targetHeinz Mauelshagen4-0/+505
2020-05-15dm mpath: switch paths in dm_blk_ioctl() code pathMartin Wilck1-1/+1
2020-05-15dm crypt: support using encrypted keysDmitry Baryshkov2-19/+58
2020-05-11Linux 5.7-rc5v5.7-rc5Linus Torvalds1-1/+1
2020-05-10gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds2-2/+2
2020-05-10gcc-10: avoid shadowing standard library 'free()' in cryptoLinus Torvalds2-6/+6
2020-05-10gcc-10: disable 'restrict' warning for nowLinus Torvalds1-0/+3
2020-05-10gcc-10: disable 'stringop-overflow' warning for nowLinus Torvalds1-0/+1
2020-05-10nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg1-1/+1
2020-05-10nvme-pci: fix "slimmer CQ head update"Alexey Dobriyan1-1/+5
2020-05-10bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig2-2/+4
2020-05-10bdi: use bdi_dev_name() to get device nameYufen Yu4-8/+10
2020-05-09gcc-10: disable 'array-bounds' warning for nowLinus Torvalds1-0/+1
2020-05-09gcc-10: disable 'zero-length-bounds' warning for nowLinus Torvalds1-0/+3
2020-05-09Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds3-23/+3
2020-05-08ceph: demote quotarealm lookup warning to a debug messageLuis Henriques1-2/+2
2020-05-08iommu/virtio: Reverse arguments to list_addJulia Lawall1-1/+1
2020-05-08mm: limit boost_watermark on small zonesHenry Willard1-0/+8
2020-05-08ubsan: disable UBSAN_ALIGNMENT under COMPILE_TESTKees Cook2-10/+6
2020-05-08mm/vmscan: remove unnecessary argument description of isolate_lru_pages()Qiwu Chen1-1/+0
2020-05-08epoll: atomically remove wait entry on wake upRoman Penyaev1-19/+24
2020-05-08kselftests: introduce new epoll60 testcase for catching lost wakeupsRoman Penyaev1-0/+146
2020-05-08percpu: make pcpu_alloc() aware of current gfp contextFilipe Manana1-4/+10
2020-05-08mm/slub: fix incorrect interpretation of s->offsetWaiman Long1-15/+30
2020-05-08scripts/gdb: repair rb_first() and rb_last()Aymeric Agon-Rambosson1-2/+2
2020-05-08eventpoll: fix missing wakeup for ovflist in ep_poll_callbackKhazhismel Kumykov1-9/+9
2020-05-08arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()Janakarajan Natarajan1-1/+1
2020-05-08scripts/decodecode: fix trapping instruction formattingIvan Delalande1-1/+1
2020-05-08kernel/kcov.c: fix typos in kcov_remote_start documentationMaciej Grochowski1-2/+2
2020-05-08mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()David Hildenbrand1-0/+1
2020-05-08mm, memcg: fix error return value of mem_cgroup_css_alloc()Yafang Shao1-6/+9
2020-05-08ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()Oleg Nesterov1-8/+26