summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_file.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-10scsi: 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-02block: 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-15scsi: target: target/file: Add support of direct and async I/OAndrei Vagin1-14/+123
2017-11-05target/file: Do not return error for UNMAP if length is zeroJiang Yi1-0/+4
2017-09-05fs: fix kernel_write prototypeChristoph Hellwig1-1/+1
2017-07-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-1/+6
2017-07-07target: break up free_device callbackMike Christie1-1/+6
2017-06-30fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig1-2/+2
2017-06-30fs: implement vfs_iter_read using do_iter_readChristoph Hellwig1-1/+1
2017-05-08target/fileio: Fix zero-length READ and WRITE handlingBart Van Assche1-2/+1
2017-05-02tcm: make pi data verification configurableDmitry Monakhov1-2/+4
2017-05-02tcm_fileio: Prevent information leak for short readsDmitry Monakhov1-6/+17
2016-12-09target: Minimize #include directivesBart Van Assche1-0/+1
2016-07-24target: 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-30target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsMike Christie1-20/+9
2015-07-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-188/+47
2015-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2015-06-24Merge 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-02Merge 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-31target: fix DPO and FUA bit checksChristoph Hellwig1-3/+1
2015-05-31target/file: Remove fd_prot bounce bufferSagi Grimberg1-100/+28
2015-05-31target: Merge sbc_verify_dif_read|writeSagi Grimberg1-4/+6
2015-05-31target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover1-1/+0
2015-05-29treewide: Add missing vmalloc.h inclusion.David S. Miller1-0/+1
2015-04-16target/file: Fix UNMAP with DIF protection supportAkinobu Mita1-25/+61
2015-04-16target/file: Fix SG table for prot_buf initializationAkinobu Mita1-15/+6
2015-04-16target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabledAkinobu Mita1-7/+8
2015-04-08target/file: Add checks for backend DIF emulationNicholas Bellinger1-4/+4
2015-03-27target: 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-22Merge 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-10target: Drop left-over fabric_max_sectors attributeNicholas Bellinger1-1/+0
2015-01-10target: Drop arbitrary maximum I/O size limitNicholas Bellinger1-1/+10
2014-12-02target/file: Convert to external fileio_backend_dev_attrsNicholas Bellinger1-0/+42
2014-10-08target/file: fix inclusive vfs_fsync_range() endZach Brown1-2/+7