| Commit message (Expand) | Author | Age | Files | Lines |
* | sbp-target: use simple assignment in tgt_agent_rw_agent_state() | Chris Boot | 2012-12-13 | 1 | -3/+4 |
* | iscsi-target: use kstrdup() for iscsi_param | Sebastian Andrzej Siewior | 2012-12-08 | 1 | -13/+3 |
* | target/file: merge fd_do_readv() and fd_do_writev() | Sebastian Andrzej Siewior | 2012-12-05 | 1 | -60/+32 |
* | target/file: Fix 32-bit highmem breakage for SGL -> iovec mapping | Sebastian Andrzej Siewior | 2012-12-05 | 1 | -2/+7 |
* | target: Add link_magic for fabric allow_link destination target_items | Nicholas Bellinger | 2012-12-05 | 4 | -0/+18 |
* | ib_srpt: Convert TMR path to target_submit_tmr | Nicholas Bellinger | 2012-11-28 | 1 | -19/+18 |
* | ib_srpt: Convert I/O path to target_submit_cmd + drop legacy ioctx->kref | Nicholas Bellinger | 2012-11-28 | 2 | -71/+52 |
* | target: Make spc_get_write_same_sectors return sector_t | Nicholas Bellinger | 2012-11-28 | 3 | -3/+3 |
* | target/configfs: use kmalloc() instead of kzalloc() for default groups | Sebastian Andrzej Siewior | 2012-11-28 | 3 | -12/+12 |
* | target/configfs: allocate only 6 slots for dev_cg->default_groups | Sebastian Andrzej Siewior | 2012-11-28 | 1 | -1/+1 |
* | target/configfs: allocate pointers instead of full struct for default_groups | Sebastian Andrzej Siewior | 2012-11-28 | 3 | -12/+12 |
* | target: update error handling for sbc_setup_write_same() | Dan Carpenter | 2012-11-28 | 1 | -3/+3 |
* | iscsit: use GFP_ATOMIC under spin lock | Wei Yongjun | 2012-11-28 | 1 | -1/+1 |
* | iscsi_target: Remove redundant null check before kfree | Sachin Kamat | 2012-11-28 | 1 | -4/+2 |
* | target/iblock: Forward declare bio helpers | Nicholas Bellinger | 2012-11-28 | 1 | -86/+81 |
* | target: Clean up flow in transport_check_aborted_status() | Roland Dreier | 2012-11-28 | 1 | -14/+10 |
* | target: Clean up logic in transport_put_cmd() | Roland Dreier | 2012-11-28 | 1 | -5/+4 |
* | qla2xxx: Look up LUN for abort requests | Steve Hodgson | 2012-11-28 | 1 | -1/+20 |
* | target: Update copyright information to 2012 | Nicholas Bellinger | 2012-11-28 | 18 | -59/+19 |
* | target/iblock: Add WRITE_SAME w/ UNMAP=0 emulation support | Nicholas Bellinger | 2012-11-15 | 1 | -7/+79 |
* | target: Add/check max_write_same_len device attribute + update block limits VPD | Nicholas Bellinger | 2012-11-15 | 6 | -1/+33 |
* | target/sbc: Seperate WRITE_SAME based on UNMAP flag in sbc_ops | Nicholas Bellinger | 2012-11-15 | 2 | -28/+24 |
* | target: Change sbc_emulate_noop to return sense_reason_t | Nicholas Bellinger | 2012-11-08 | 1 | -8/+2 |
* | sbp-target: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2012-11-08 | 1 | -1/+1 |
* | iscsi-target: Always send a response before terminating iSCSI connection | Roland Dreier | 2012-11-08 | 2 | -6/+12 |
* | iscsi-target: Fix bug in handling of ExpStatSN ACK during u32 wrap-around | Steve Hodgson | 2012-11-08 | 3 | -4/+4 |
* | iscsi-target: Fix potential deadlock on lock taken in timer | Roland Dreier | 2012-11-08 | 1 | -2/+2 |
* | target: Fix exception path pr_reg put regression for PR RELEASE | Nicholas Bellinger | 2012-11-08 | 1 | -1/+1 |
* | target: Fix possible TFO->write_pending() sense_reason_t silent WRITE corruption | Nicholas Bellinger | 2012-11-08 | 1 | -1/+1 |
* | target: Fix incorrect inversion of TPGS_EXPLICT_ALUA check | Nicholas Bellinger | 2012-11-07 | 1 | -1/+1 |
* | target: pass sense_reason as a return value | Christoph Hellwig | 2012-11-07 | 24 | -1059/+841 |
* | target: Fix incorrect starting offset after MODE_SENSE refactoring | Nicholas Bellinger | 2012-11-07 | 1 | -2/+5 |
* | target: Add emulation for MODE SELECT | Roland Dreier | 2012-11-07 | 1 | -0/+53 |
* | target: Implement mode page 0x1c, "Informational Exceptions" | Roland Dreier | 2012-11-07 | 1 | -0/+14 |
* | target: Refactor MODE SENSE emulation | Roland Dreier | 2012-11-07 | 1 | -59/+176 |
* | iscsi-target: Use list_first_entry() where appropriate | Roland Dreier | 2012-11-07 | 2 | -6/+5 |
* | target: remove ->get_device_rev | Christoph Hellwig | 2012-11-07 | 8 | -26/+1 |
* | target: simplify alua support | Christoph Hellwig | 2012-11-07 | 7 | -166/+65 |
* | target: simplify reservations code | Christoph Hellwig | 2012-11-07 | 7 | -298/+127 |
* | target: kill dev->dev_task_attr_type | Christoph Hellwig | 2012-11-07 | 4 | -83/+69 |
* | pscsi: fix REPORT LUNS handling | Christoph Hellwig | 2012-11-07 | 1 | -1/+2 |
* | target/pscsi: Make pscsi_configure_device + target_release_session static | Fengguang Wu | 2012-11-07 | 2 | -2/+2 |
* | target: provide generic sbc device type/revision helpers | Christoph Hellwig | 2012-11-07 | 5 | -45/+22 |
* | target/pscsi: call spc_emulate_report_luns directly | Christoph Hellwig | 2012-11-07 | 3 | -10/+5 |
* | target: move REPORT LUNS emulation to target_core_spc.c | Christoph Hellwig | 2012-11-07 | 3 | -65/+64 |
* | target: rename spc_ops | Christoph Hellwig | 2012-11-07 | 5 | -9/+9 |
* | target: kill struct se_subsystem_dev | Christoph Hellwig | 2012-11-07 | 26 | -1909/+1049 |
* | Linux 3.7-rc4v3.7-rc4 | Linus Torvalds | 2012-11-04 | 1 | -1/+1 |
* | Merge tag 'nfs-for-3.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-11-03 | 11 | -35/+110 |
|\ |
|
| * | NFS4: nfs4_opendata_access should return errno | Weston Andros Adamson | 2012-11-02 | 1 | -1/+1 |