aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus 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/target-pendingLinus 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/target-pendingLinus 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/target-pendingLinus 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/viro/vfsLinus Torvalds1-1/+1
2013-02-23target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectorsRoland Dreier1-1/+1