summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/atmel-ecc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-30dm rq: fix double free of blk_mq_tag_set in dev remove after table load failsBenjamin Block1-0/+2
2021-04-30dm integrity: use discard support when recalculatingMikulas Patocka1-24/+33
2021-04-30dm integrity: increase RECALC_SECTORS to improve recalculate speedMikulas Patocka1-1/+1
2021-04-30dm integrity: don't re-write metadata if discarding same blocksMikulas Patocka1-2/+4
2021-04-22dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload seque...Heinz Mauelshagen1-6/+28
2021-04-21dm raid: fix fall-through warning in rs_check_takeover() for ClangGustavo A. R. Silva1-0/+1
2021-04-19dm clone metadata: remove unused functionJiapeng Chong1-6/+0
2021-04-19dm integrity: fix missing goto in bitmap_flush_interval error handlingTian Tao1-0/+1
2021-04-19dm: replace dm_vcalloc()Matthew Wilcox (Oracle)4-34/+12
2021-04-19dm space map common: fix division bug in sm_ll_find_free_block()Joe Thornber1-0/+2
2021-04-19dm persistent data: packed struct should have an aligned() attribute tooJoe Thornber2-6/+6
2021-04-19dm btree spine: remove paranoid node_check call in node_prep_for_write()Joe Thornber1-2/+0
2021-04-19dm space map disk: remove redundant calls to sm_disk_get_nr_free()Joe Thornber1-9/+0
2021-03-26dm integrity: add the "reset_recalculate" feature flagMikulas Patocka1-4/+17
2021-03-26dm persistent data: remove unused return from exit_shadow_spine()Jiapeng Chong2-5/+3
2021-03-26dm cache: remove needless request_queue NULL pointer checksXu Wang1-1/+1
2021-03-26dm thin: remove needless request_queue NULL pointer checkXu Wang1-1/+1
2021-03-26dm: unexport dm_{get,put}_table_deviceChristoph Hellwig1-2/+0
2021-03-26dm ebs: fix a few typosBhaskar Chowdhury1-3/+3
2021-03-26dm ioctl: filter the returned values according to name or uuid prefixMikulas Patocka1-0/+28
2021-03-26dm ioctl: return UUID in DM_LIST_DEVICES_CMD resultMikulas Patocka2-5/+33
2021-03-26dm ioctl: replace device hash with red-black treeMikulas Patocka1-112/+142
2021-03-26dm verity: allow only one error handling modeJeongHyeon Lee1-11/+29
2021-03-26dm: remove useless loop in __split_and_process_bioMikulas Patocka1-32/+29
2021-03-26dm writecache: fix flexible_array.cocci warningsJulia Lawall1-1/+1
2021-03-26dm ioctl: fix out of bounds array access when no devicesMikulas Patocka1-1/+1
2021-03-22dm: don't report "detected capacity change" on device creationMikulas Patocka1-1/+4
2021-03-22dm table: Fix zoned model check and zone sectors checkShin'ichiro Kawasaki3-10/+40
2021-03-22dm verity: fix DM_VERITY_OPTS_MAX valueJeongHyeon Lee1-1/+1
2021-03-21Linux 5.12-rc4v5.12-rc4Linus Torvalds1-1/+1
2021-03-21io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...Stefan Metzmacher1-4/+20
2021-03-21io-wq: ensure task is running before processing task_workJens Axboe1-2/+6
2021-03-21signal: don't allow STOP on PF_IO_WORKER threadsEric W. Biederman1-1/+2
2021-03-21signal: don't allow sending any signals to PF_IO_WORKER threadsJens Axboe1-0/+3
2021-03-21ext4: initialize ret to suppress smatch warningTheodore Ts'o1-1/+1
2021-03-21ext4: stop inode update before returnPan Bian1-1/+3
2021-03-21ext4: fix rename whiteout with fast commitHarshad Shirwadkar3-2/+12
2021-03-21ext4: fix timer use-after-free on failed mountJan Kara1-1/+1
2021-03-21ext4: fix potential error in ext4_do_update_inodeShijie Luo1-4/+4
2021-03-21ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)1-1/+1
2021-03-21ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)1-9/+9
2021-03-21ext4: find old entry again if failed to rename whiteoutzhangyi (F)1-2/+27
2021-03-21genirq: Disable interrupts for force threaded handlersThomas Gleixner1-0/+4
2021-03-19x86/apic/of: Fix CPU devicetree-node lookupsJohan Hovold1-0/+5
2021-03-19cifs: fix allocation size on newly created filesSteve French1-1/+9
2021-03-19Revert "PM: runtime: Update device status before letting suppliers suspend"Rafael J. Wysocki1-37/+25
2021-03-19static_call: Fix static_call_update() sanity checkPeter Zijlstra2-1/+18
2021-03-19static_call: Align static_call_is_init() patching conditionPeter Zijlstra1-10/+4
2021-03-19static_call: Fix static_call_set_init()Peter Zijlstra1-7/+10
2021-03-19x86/ioapic: Ignore IRQ2 againThomas Gleixner1-0/+10