summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig2022-02-233-24/+0
* scsi: dm: Remove WRITE_SAME supportChristoph Hellwig2022-02-231-6/+0
* scsi: core: Remove struct scsi_pointer from struct scsi_cmndBart Van Assche2022-02-231-7/+7
* scsi: libfc: Stop using the SCSI pointerBart Van Assche2022-02-231-0/+9
* scsi: iscsi: Stop using the SCSI pointerBart Van Assche2022-02-231-0/+12
* scsi: libsas: Add sas_execute_ata_cmd()John Garry2022-02-232-4/+11
* scsi: libsas: Add sas_abort_task()John Garry2022-02-191-0/+1
* scsi: libsas: Add sas_query_task()John Garry2022-02-191-0/+1
* scsi: libsas: Add sas_lu_reset()John Garry2022-02-191-0/+1
* scsi: libsas: Add sas_clear_task_set()John Garry2022-02-191-0/+1
* scsi: libsas: Add sas_abort_task_set()John Garry2022-02-191-0/+2
* scsi: libsas: Add TMF handler aborted callbackJohn Garry2022-02-191-0/+1
* scsi: libsas: Add TMF handler exec complete callbackJohn Garry2022-02-191-0/+3
* scsi: libsas: Add sas_task.tmfJohn Garry2022-02-191-0/+1
* scsi: libsas: Add struct sas_tmf_taskJohn Garry2022-02-191-0/+9
* scsi: libsas: Delete SAS_SG_ERRJohn Garry2022-02-191-1/+0
* scsi: libsas: Delete lldd_clear_aca callbackJohn Garry2022-02-191-1/+0
* scsi: libsas: Use enum for response frame DATAPRES fieldJohn Garry2022-02-191-0/+7
* scsi: Remove unused member cmd_pool for structure scsi_host_templateXiang Chen2022-02-111-3/+0
* scsi: libsas: Remove unused parameter for function sas_ata_eh()Xiang Chen2022-02-111-4/+2
* scsi: libsas: Use void for sas_discover_event() return codeXiang Chen2022-02-111-1/+1
* scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry2022-02-111-1/+0
* scsi: ibmvscsis: Silence -Warray-bounds warningKees Cook2022-02-111-6/+11
* scsi: core: Add scsi_done_direct() for immediate completionSebastian Andrzej Siewior2022-02-081-0/+1
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-237-330/+409
|\
| * bitmap: unify find_bit operationsYury Norov2022-01-152-33/+56
| * find: micro-optimize for_each_{set,clear}_bit()Yury Norov2022-01-151-2/+2
| * include/linux: move for_each_bit() macros from bitops.h to find.hYury Norov2022-01-152-34/+34
| * cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov2022-01-151-0/+16
| * cpumask: use find_first_and_bit()Yury Norov2022-01-151-10/+20
| * lib: add find_first_and_bit()Yury Norov2022-01-151-0/+27
| * arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov2022-01-151-13/+0
| * include: move find.h from asm_generic to linuxYury Norov2022-01-153-4/+10
| * bitops: move find_bit_*_le functions from le.h to find.hYury Norov2022-01-152-64/+69
| * bitops: protect find_first_{,zero}_bit properlyYury Norov2022-01-151-0/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-2229-264/+127
|\ \
| * | frontswap: remove support for multiple opsChristoph Hellwig2022-01-221-2/+1
| * | mm: mark swap_lock and swap_active_head staticChristoph Hellwig2022-01-221-2/+0
| * | frontswap: remove frontswap_testChristoph Hellwig2022-01-221-11/+0
| * | mm: simplify try_to_unuseChristoph Hellwig2022-01-223-10/+1
| * | frontswap: simplify frontswap_initChristoph Hellwig2022-01-221-8/+1
| * | frontswap: remove frontswap_curr_pagesChristoph Hellwig2022-01-221-1/+0
| * | frontswap: remove frontswap_shrinkChristoph Hellwig2022-01-221-1/+0
| * | frontswap: remove frontswap_tmem_exclusive_getsChristoph Hellwig2022-01-221-2/+0
| * | frontswap: remove frontswap_writethroughChristoph Hellwig2022-01-221-1/+0
| * | mm: remove cleancacheChristoph Hellwig2022-01-222-129/+0
| * | lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka2022-01-222-9/+18
| * | proc: remove PDE_DATA() completelyMuchun Song2022-01-222-4/+2
| * | fs: proc: store PDE()->data into inode->i_privateMuchun Song2022-01-221-1/+12
| * | locking/rwlocks: introduce write_lock_nestedMinchan Kim2022-01-224-0/+25