index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
target
/
target_core_file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-30
target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors
Mike Christie
1
-20
/
+9
2015-07-05
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-188
/
+47
2015-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+1
2015-06-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+1
2015-06-23
target: consolidate version defines
Christoph Hellwig
1
-1
/
+1
2015-06-23
target: implement WRITE_SAME with UNMAP bit using ->execute_unmap
Christoph Hellwig
1
-21
/
+0
2015-06-23
target: simplify UNMAP handling
Christoph Hellwig
1
-14
/
+3
2015-06-02
target: Minimize SCSI header #include directives
Bart Van Assche
1
-2
/
+1
2015-06-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2015-06-01
target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage
Nicholas Bellinger
1
-2
/
+9
2015-06-01
target: consolidate backend attribute implementations
Christoph Hellwig
1
-37
/
+1
2015-06-01
target: simplify backend driver registration
Christoph Hellwig
1
-12
/
+4
2015-05-31
target: fix DPO and FUA bit checks
Christoph Hellwig
1
-3
/
+1
2015-05-31
target/file: Remove fd_prot bounce buffer
Sagi Grimberg
1
-100
/
+28
2015-05-31
target: Merge sbc_verify_dif_read|write
Sagi Grimberg
1
-4
/
+6
2015-05-31
target: Use a PASSTHROUGH flag instead of transport_types
Andy Grover
1
-1
/
+0
2015-05-29
treewide: Add missing vmalloc.h inclusion.
David S. Miller
1
-0
/
+1
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
[next]