summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_file.c
Commit message (Expand)AuthorAgeFilesLines
* target: Minimize #include directivesBart Van Assche2016-12-091-0/+1
* target: fix spelling mistake: "limitiation" -> "limitation"Colin Ian King2016-07-231-1/+1
* target: Fix max_unmap_lba_count calc overflowMike Christie2016-07-201-2/+1
* target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsMike Christie2016-01-291-20/+9
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-188/+47
|\
| * target: consolidate version definesChristoph Hellwig2015-06-231-1/+1
| * target: implement WRITE_SAME with UNMAP bit using ->execute_unmapChristoph Hellwig2015-06-231-21/+0
| * target: simplify UNMAP handlingChristoph Hellwig2015-06-231-14/+3
| * target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger2015-06-011-2/+9
| * target: consolidate backend attribute implementationsChristoph Hellwig2015-06-011-37/+1
| * target: simplify backend driver registrationChristoph Hellwig2015-06-011-12/+4
| * target: fix DPO and FUA bit checksChristoph Hellwig2015-05-301-3/+1
| * target/file: Remove fd_prot bounce bufferSagi Grimberg2015-05-301-100/+28
| * target: Merge sbc_verify_dif_read|writeSagi Grimberg2015-05-301-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-0/+1
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-011-1/+0
| |\|
| * | treewide: Add missing vmalloc.h inclusion.David S. Miller2015-05-281-0/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-231-2/+1
|\ \ \ | |_|/ |/| |
| * | target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-2/+1
| |/
* / target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover2015-05-301-1/+0
|/
* target/file: Fix UNMAP with DIF protection supportAkinobu Mita2015-04-151-25/+61
* target/file: Fix SG table for prot_buf initializationAkinobu Mita2015-04-151-15/+6
* target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabledAkinobu Mita2015-04-151-7/+8
* target/file: Add checks for backend DIF emulationNicholas Bellinger2015-04-071-4/+4
* target: add missing sense_reason_t annotationsChristoph Hellwig2015-03-261-1/+1
* target: rewrite fd_execute_write_sameChristoph Hellwig2015-02-271-78/+22
* target: use vfs_iter_read/write in fd_do_rwChristoph Hellwig2015-02-271-17/+14
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-02-211-0/+5
|\
| * target: Perform PROTECT sanity checks for WRITE_SAMENicholas Bellinger2015-02-141-0/+5
* | target: Drop left-over fabric_max_sectors attributeNicholas Bellinger2015-01-091-1/+0
* | target: Drop arbitrary maximum I/O size limitNicholas Bellinger2015-01-091-1/+10
|/
* target/file: Convert to external fileio_backend_dev_attrsNicholas Bellinger2014-12-011-0/+42
* target/file: fix inclusive vfs_fsync_range() endZach Brown2014-10-071-2/+7
* target: correctly handle match_int errors in FILEIO + PSCSIJoern Engel2014-09-171-1/+3
* Target/file: place escape values for protection information formatSagi Grimberg2014-04-071-39/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-01-311-1/+255
|\
| * target/file: Add DIF protection support to fd_execute_rwNicholas Bellinger2014-01-191-1/+118
| * target/file: Add DIF protection init/format supportNicholas Bellinger2014-01-191-0/+137
* | target/file: Update hw_max_sectors based on current block_sizeNicholas Bellinger2013-12-191-4/+4
|/
* target core: rename (ex,im)plict -> (ex,im)plicitHannes Reinecke2013-11-201-1/+1
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-101-1/+1
* target: Allow sbc_ops->execute_rw() to accept SGLs + data_directionNicholas Bellinger2013-09-091-4/+2
* target: replace strict_strto*() with kstrto*()Jingoo Han2013-08-121-2/+2
* target/file: Fix off-by-one READ_CAPACITY bug for !S_ISBLK exportNicholas Bellinger2013-05-301-5/+6
* target: Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileioAndy Grover2013-05-031-7/+2
* target/file: Set is_nonrot attributeAsias He2013-04-251-0/+3
* target: Add sbc_execute_unmap() helperAsias He2013-04-251-78/+4
* target/file: Add fd_do_unmap() helperAsias He2013-04-251-42/+30
* target/file: Add UNMAP emulation supportAsias He2013-04-251-0/+111
* target/file: Add WRITE_SAME w/ UNMAP=1 emulation supportAsias He2013-04-251-5/+89