summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target/rd: Add checks for backend DIF emulationNicholas Bellinger2015-04-081-2/+4
* target/iblock: Add checks for backend DIF emulationNicholas Bellinger2015-04-081-1/+1
* target/file: Add checks for backend DIF emulationNicholas Bellinger2015-04-081-4/+4
* target: Add internal READ_INSERT supportNicholas Bellinger2015-04-081-0/+6
* target: Move cmd->prot_op check into target_read_prot_actionNicholas Bellinger2015-04-081-8/+13
* target: Add internal WRITE_STRIP supportNicholas Bellinger2015-04-082-0/+19
* target: Move cmd->prot_op check into target_write_prot_actionNicholas Bellinger2015-04-081-9/+22
* target: Update SPC/SBC emulation for sess_prot_typeNicholas Bellinger2015-04-082-7/+20
* target: Add protected fabric + unprotected device supportNicholas Bellinger2015-04-084-11/+50
* target: Convert DIF emulation to use cmd->prot_typeNicholas Bellinger2015-04-081-6/+7
* target: add missing __user annotationsChristoph Hellwig2015-03-261-2/+4
* target: add missing sense_reason_t annotationsChristoph Hellwig2015-03-263-3/+3
* target: add __releases annotation to target_release_cmd_krefChristoph Hellwig2015-03-261-0/+1
* target: mark iscsit_start_kthreads staticChristoph Hellwig2015-03-261-1/+1
* target: mark tcm_loop_primary staticChristoph Hellwig2015-03-261-1/+1
* target: move external declarations to a headersChristoph Hellwig2015-03-262-9/+7Star
* target: Better handling of AllRegistrants reservationsIlias Tsitsimpis2015-03-261-11/+19
* iscsi-target: Drop legacy iscsi_target_tq.c logicNicholas Bellinger2015-03-268-590/+2Star
* iscsi-target: Convert iscsi_thread_set usage to kthread.hNicholas Bellinger2015-03-264-69/+114
* iscsi-target: don't export static symbolJulia Lawall2015-03-201-1/+0Star
* target: Convert fabric module autoload failures to pr_debugNicholas Bellinger2015-03-201-8/+8
* tcm_qla2xxx: Expose per endpoint dynamic_sessions attributeNicholas Bellinger2015-03-071-0/+10
* iscsi-target: Expose per endpoint dynamic_sessions attributeNicholas Bellinger2015-03-071-0/+10
* target: Add target_show_dynamic_sessions attribute helperNicholas Bellinger2015-03-073-0/+30
* target: rewrite fd_execute_write_sameChristoph Hellwig2015-02-271-78/+22Star
* target: use vfs_iter_read/write in fd_do_rwChristoph Hellwig2015-02-271-17/+14Star
* Linux 4.0-rc1Linus Torvalds2015-02-231-4/+4
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-02-235-56/+108
|\
| * ext4: fix indirect punch hole corruptionOmar Sandoval2015-02-151-34/+71
| * ext4: ignore journal checksum on remount; don't failEric Sandeen2015-02-131-3/+2Star
| * ext4: remove duplicate remount check for JOURNAL_CHECKSUM changeEric Sandeen2015-02-131-11/+0Star
| * ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesizeXiaoguang Wang2015-02-131-0/+7
| * ext4: support read-only imagesDarrick J. Wong2015-02-132-1/+10
| * ext4: change to use setup_timer() instead of init_timer()Jan Mrazek2015-01-261-3/+2Star
| * ext4: reserve codepoints used by the ext4 encryption featureTheodore Ts'o2015-01-191-4/+13
| * jbd2: complain about descriptor block checksum errorsDarrick J. Wong2015-01-191-0/+3
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-02-2370-758/+907
|\ \
| * | autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro2015-02-221-2/+6
| * | procfs: fix race between symlink removals and traversalsAl Viro2015-02-223-12/+22
| * | debugfs: leave freeing a symlink body until inode evictionAl Viro2015-02-221-17/+17
| * | Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro2015-02-221-2/+0Star
| * | trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov2015-02-223-26/+22Star
| * | fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-221-1/+1
| * | Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-224-9/+9
| * | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-2234-71/+71
| * | SELinux: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells2015-02-221-2/+2
| * | Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells2015-02-221-2/+2
| * | TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells2015-02-221-3/+1Star
| * | Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeDavid Howells2015-02-221-1/+1
| * | Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells2015-02-222-12/+12