Age | Commit message (Expand) | Author | Files | Lines |
2015-05-31 | target: Use a PASSTHROUGH flag instead of transport_types | Andy Grover | 1 | -1/+0 |
2015-04-16 | target/file: Fix UNMAP with DIF protection support | Akinobu Mita | 1 | -25/+61 |
2015-04-16 | target/file: Fix SG table for prot_buf initialization | Akinobu Mita | 1 | -15/+6 |
2015-04-16 | target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabled | Akinobu Mita | 1 | -7/+8 |
2015-04-08 | target/file: Add checks for backend DIF emulation | Nicholas Bellinger | 1 | -4/+4 |
2015-03-27 | target: add missing sense_reason_t annotations | Christoph Hellwig | 1 | -1/+1 |
2015-02-27 | target: rewrite fd_execute_write_same | Christoph Hellwig | 1 | -78/+22 |
2015-02-27 | target: use vfs_iter_read/write in fd_do_rw | Christoph Hellwig | 1 | -17/+14 |
2015-02-22 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -0/+5 |
2015-02-14 | target: Perform PROTECT sanity checks for WRITE_SAME | Nicholas Bellinger | 1 | -0/+5 |
2015-01-10 | target: Drop left-over fabric_max_sectors attribute | Nicholas Bellinger | 1 | -1/+0 |
2015-01-10 | target: Drop arbitrary maximum I/O size limit | Nicholas Bellinger | 1 | -1/+10 |
2014-12-02 | target/file: Convert to external fileio_backend_dev_attrs | Nicholas Bellinger | 1 | -0/+42 |
2014-10-08 | target/file: fix inclusive vfs_fsync_range() end | Zach Brown | 1 | -2/+7 |
2014-09-18 | target: correctly handle match_int errors in FILEIO + PSCSI | Joern Engel | 1 | -1/+3 |
2014-04-07 | Target/file: place escape values for protection information format | Sagi Grimberg | 1 | -39/+1 |
2014-02-01 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -1/+255 |
2014-01-19 | target/file: Add DIF protection support to fd_execute_rw | Nicholas Bellinger | 1 | -1/+118 |
2014-01-19 | target/file: Add DIF protection init/format support | Nicholas Bellinger | 1 | -0/+137 |
2013-12-19 | target/file: Update hw_max_sectors based on current block_size | Nicholas Bellinger | 1 | -4/+4 |
2013-11-20 | target core: rename (ex,im)plict -> (ex,im)plicit | Hannes Reinecke | 1 | -1/+1 |
2013-09-11 | target: Update copyright ownership/year information to 2013 | Nicholas Bellinger | 1 | -1/+1 |
2013-09-10 | target: Allow sbc_ops->execute_rw() to accept SGLs + data_direction | Nicholas Bellinger | 1 | -4/+2 |
2013-08-13 | target: replace strict_strto*() with kstrto*() | Jingoo Han | 1 | -2/+2 |
2013-05-31 | target/file: Fix off-by-one READ_CAPACITY bug for !S_ISBLK export | Nicholas Bellinger | 1 | -5/+6 |
2013-05-04 | target: Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileio | Andy Grover | 1 | -7/+2 |
2013-04-25 | target/file: Set is_nonrot attribute | Asias He | 1 | -0/+3 |
2013-04-25 | target: Add sbc_execute_unmap() helper | Asias He | 1 | -78/+4 |
2013-04-25 | target/file: Add fd_do_unmap() helper | Asias He | 1 | -42/+30 |
2013-04-25 | target/file: Add UNMAP emulation support | Asias He | 1 | -0/+111 |
2013-04-25 | target/file: Add WRITE_SAME w/ UNMAP=1 emulation support | Asias He | 1 | -5/+89 |
2013-03-02 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -1/+1 |
2013-02-28 | target: Add __exit annotation for module_exit functions | Asias He | 1 | -1/+1 |
2013-02-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2013-02-24 | target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectors | Roland Dreier | 1 | -1/+1 |
2013-02-23 | new helper: file_inode(file) | Al Viro | 1 | -1/+1 |
2013-02-21 | target/file: Add WRITE_SAME w/ UNMAP=0 emulation support | Nicholas Bellinger | 1 | -0/+114 |
2012-12-06 | target/file: merge fd_do_readv() and fd_do_writev() | Sebastian Andrzej Siewior | 1 | -60/+32 |
2012-12-06 | target/file: Fix 32-bit highmem breakage for SGL -> iovec mapping | Sebastian Andrzej Siewior | 1 | -2/+7 |
2012-11-28 | target: Update copyright information to 2012 | Nicholas Bellinger | 1 | -4/+1 |
2012-11-07 | target: pass sense_reason as a return value | Christoph Hellwig | 1 | -11/+11 |
2012-11-07 | target: remove ->get_device_rev | Christoph Hellwig | 1 | -1/+0 |
2012-11-07 | target: provide generic sbc device type/revision helpers | Christoph Hellwig | 1 | -20/+2 |
2012-11-07 | target: rename spc_ops | Christoph Hellwig | 1 | -2/+2 |
2012-11-07 | target: kill struct se_subsystem_dev | Christoph Hellwig | 1 | -88/+50 |
2012-10-03 | target/file: Re-enable optional fd_buffered_io=1 operation | Nicholas Bellinger | 1 | -3/+38 |
2012-09-18 | target: Drop se_subsystem_api->[write_cache,fua_write]_emulated flags | Nicholas Bellinger | 1 | -2/+0 |
2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -27/+5 |
2012-08-01 | delousing target_core_file a bit | Al Viro | 1 | -27/+5 |
2012-07-17 | target: move sync_cache to struct spc_ops | Christoph Hellwig | 1 | -3/+5 |