aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_file.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-11scsi: target: Rename sbc_ops to exec_cmd_opsMike Christie1-2/+2
2023-02-03target: use bvec_set_page to initialize bvecsChristoph Hellwig1-12/+6
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-25[target] fix iov_iter_bvec() "direction" argumentAl Viro1-2/+2
2022-11-24scsi: target: core: Send max transfer length in blocksAnastasia Kovaleva1-1/+0
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-18/+19
2022-07-07scsi: target: Add file configure_unmap calloutMike Christie1-14/+19
2022-07-07scsi: target: Remove incorrect zero blocks WRITE_SAME checkMike Christie1-4/+0
2022-07-07scsi: target: Fix WRITE_SAME No Data Buffer crashMike Christie1-0/+3
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+1
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig1-2/+1
2022-04-17target: pass a block_device to target_configure_unmap_from_queueChristoph Hellwig1-3/+4
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-2/+2
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig1-0/+1
2021-03-09scsi: target: core: file: Don't duplicate memset(0xff)Chaitanya Kulkarni1-2/+1
2021-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2021-01-25target/file: allocate the bvec array as part of struct target_core_file_cmdChristoph Hellwig1-14/+6
2021-01-13scsi: target: file: Don't zero iter before iov_iter_bvecPavel Begunkov1-1/+1
2020-12-01block: remove i_bdevChristoph Hellwig1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-3/+3
2018-05-14scsi: target: target/file: Add support of direct and async I/OAndrei Vagin1-14/+123
2017-11-04target/file: Do not return error for UNMAP if length is zeroJiang Yi1-0/+4
2017-09-04fs: fix kernel_write prototypeChristoph Hellwig1-1/+1
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-1/+6
2017-07-06target: break up free_device callbackMike Christie1-1/+6
2017-06-29fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig1-2/+2
2017-06-29fs: implement vfs_iter_read using do_iter_readChristoph Hellwig1-1/+1
2017-05-07target/fileio: Fix zero-length READ and WRITE handlingBart Van Assche1-2/+1
2017-05-01tcm: make pi data verification configurableDmitry Monakhov1-2/+4
2017-05-01tcm_fileio: Prevent information leak for short readsDmitry Monakhov1-6/+17
2016-12-09target: Minimize #include directivesBart Van Assche1-0/+1
2016-07-23target: fix spelling mistake: "limitiation" -> "limitation"Colin Ian King1-1/+1
2016-07-20target: Fix max_unmap_lba_count calc overflowMike Christie1-2/+1
2016-01-29target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsMike Christie1-20/+9
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-188/+47
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2015-06-23target: consolidate version definesChristoph Hellwig1-1/+1
2015-06-23target: implement WRITE_SAME with UNMAP bit using ->execute_unmapChristoph Hellwig1-21/+0
2015-06-23target: simplify UNMAP handlingChristoph Hellwig1-14/+3
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-2/+1
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2015-06-01target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger1-2/+9
2015-06-01target: consolidate backend attribute implementationsChristoph Hellwig1-37/+1
2015-06-01target: simplify backend driver registrationChristoph Hellwig1-12/+4
2015-05-30target: fix DPO and FUA bit checksChristoph Hellwig1-3/+1
2015-05-30target/file: Remove fd_prot bounce bufferSagi Grimberg1-100/+28
2015-05-30target: Merge sbc_verify_dif_read|writeSagi Grimberg1-4/+6
2015-05-30target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover1-1/+0
2015-05-28treewide: Add missing vmalloc.h inclusion.David S. Miller1-0/+1
2015-04-15target/file: Fix UNMAP with DIF protection supportAkinobu Mita1-25/+61
2015-04-15target/file: Fix SG table for prot_buf initializationAkinobu Mita1-15/+6
2015-04-15target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabledAkinobu Mita1-7/+8
2015-04-07target/file: Add checks for backend DIF emulationNicholas Bellinger1-4/+4
2015-03-26target: add missing sense_reason_t annotationsChristoph Hellwig1-1/+1
2015-02-27target: rewrite fd_execute_write_sameChristoph Hellwig1-78/+22
2015-02-27target: use vfs_iter_read/write in fd_do_rwChristoph Hellwig1-17/+14
2015-02-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-0/+5
2015-02-14target: Perform PROTECT sanity checks for WRITE_SAMENicholas Bellinger1-0/+5
2015-01-09target: Drop left-over fabric_max_sectors attributeNicholas Bellinger1-1/+0
2015-01-09target: Drop arbitrary maximum I/O size limitNicholas Bellinger1-1/+10
2014-12-01target/file: Convert to external fileio_backend_dev_attrsNicholas Bellinger1-0/+42
2014-10-07target/file: fix inclusive vfs_fsync_range() endZach Brown1-2/+7
2014-09-17target: correctly handle match_int errors in FILEIO + PSCSIJoern Engel1-1/+3
2014-04-07Target/file: place escape values for protection information formatSagi Grimberg1-39/+1
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-1/+255
2014-01-19target/file: Add DIF protection support to fd_execute_rwNicholas Bellinger1-1/+118
2014-01-19target/file: Add DIF protection init/format supportNicholas Bellinger1-0/+137
2013-12-19target/file: Update hw_max_sectors based on current block_sizeNicholas Bellinger1-4/+4
2013-11-20target core: rename (ex,im)plict -> (ex,im)plicitHannes Reinecke1-1/+1
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger1-1/+1
2013-09-09target: Allow sbc_ops->execute_rw() to accept SGLs + data_directionNicholas Bellinger1-4/+2
2013-08-12target: replace strict_strto*() with kstrto*()Jingoo Han1-2/+2
2013-05-30target/file: Fix off-by-one READ_CAPACITY bug for !S_ISBLK exportNicholas Bellinger1-5/+6
2013-05-03target: Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileioAndy Grover1-7/+2
2013-04-25target/file: Set is_nonrot attributeAsias He1-0/+3
2013-04-25target: Add sbc_execute_unmap() helperAsias He1-78/+4
2013-04-25target/file: Add fd_do_unmap() helperAsias He1-42/+30
2013-04-25target/file: Add UNMAP emulation supportAsias He1-0/+111
2013-04-25target/file: Add WRITE_SAME w/ UNMAP=1 emulation supportAsias He1-5/+89
2013-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-1/+1
2013-02-27target: Add __exit annotation for module_exit functionsAsias He1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-23target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectorsRoland Dreier1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-20target/file: Add WRITE_SAME w/ UNMAP=0 emulation supportNicholas Bellinger1-0/+114
2012-12-05target/file: merge fd_do_readv() and fd_do_writev()Sebastian Andrzej Siewior1-60/+32
2012-12-05target/file: Fix 32-bit highmem breakage for SGL -> iovec mappingSebastian Andrzej Siewior1-2/+7
2012-11-27target: Update copyright information to 2012Nicholas Bellinger1-4/+1
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig1-11/+11
2012-11-06target: remove ->get_device_revChristoph Hellwig1-1/+0
2012-11-06target: provide generic sbc device type/revision helpersChristoph Hellwig1-20/+2
2012-11-06target: rename spc_opsChristoph Hellwig1-2/+2
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig1-88/+50
2012-10-02target/file: Re-enable optional fd_buffered_io=1 operationNicholas Bellinger1-3/+38
2012-09-17target: Drop se_subsystem_api->[write_cache,fua_write]_emulated flagsNicholas Bellinger1-2/+0
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-27/+5
2012-08-01delousing target_core_file a bitAl Viro1-27/+5
2012-07-16target: move sync_cache to struct spc_opsChristoph Hellwig1-3/+5
2012-07-16target: add struct spc_ops + initial ->execute_rw pointer usageChristoph Hellwig1-4/+14
2012-07-16target: add a parse_cdb method to the backend driversChristoph Hellwig1-0/+1
2012-06-02target/file: Use O_DSYNC by default for FILEIO backendsNicholas Bellinger1-53/+17
2012-05-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-84/+47
2012-05-17target: Fix bug in handling of FILEIO + block_device resize opsNicholas Bellinger1-6/+16
2012-05-06target: remove struct se_taskChristoph Hellwig1-75/+42
2012-05-06target: replace ->execute_task with ->execute_cmdChristoph Hellwig1-2/+1
2012-05-06target: remove the task_size field in struct se_taskChristoph Hellwig1-5/+6
2012-05-06target: remove the task_lba field in struct se_taskChristoph Hellwig1-4/+5
2012-04-14target/iscsi: Misc cleanups from Agrover (round 2)Andy Grover1-8/+3
2011-12-14target: remove useless castsJörn Engel1-5/+5
2011-12-14target: use \n as a separator for configurationSebastian Andrzej Siewior1-1/+1
2011-12-14target: header reshuffle, part2Christoph Hellwig1-2/+1
2011-12-06target/file: walk properly over sg listSebastian Andrzej Siewior1-6/+6
2011-12-06target: remove the t_tasks_fua se_cmd fieldChristoph Hellwig1-1/+1
2011-12-06target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger1-2/+4
2011-10-31drivers/target: Add module.h to drivers/target files as required.Paul Gortmaker1-0/+1
2011-10-24target: clean up the backend interface to caching parametersChristoph Hellwig1-31/+2
2011-10-24target: make the ->get_cdb method optionalChristoph Hellwig1-12/+0
2011-10-24target: Cleanup unused se_task bitsChristoph Hellwig1-4/+6
2011-10-11target: Remove unneeded version.h includesJesper Juhl1-1/+0
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Andy Grover1-56/+44
2011-07-22target: Updates from AGrover and HCH (round 3)Andy Grover1-4/+4
2011-07-22target: More core cleanups from AGrover (round 2)Andy Grover1-6/+6
2011-07-22target: Core cleanups from AGrover (round 1)Andy Grover1-23/+22
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23[SCSI] target: Fix FILEIO fd_buffered_io= token typoNicholas Bellinger1-1/+1
2011-03-23[SCSI] target: Convert backend ->create_virtdevice() call to return ERR_PTRNicholas Bellinger1-4/+9
2011-03-23[SCSI] target: Fix match_strdup() memory leaksJesper Juhl1-1/+12
2011-03-02drivers: remove extraneous includes of smp_lock.hArnd Bergmann1-1/+0
2011-01-14[SCSI] target: Add LIO target core v4.0.0-rc6Nicholas Bellinger1-0/+688