summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-08iscsi/iser-target: Add fabric_prot_type attribute supportNicholas Bellinger
2015-04-08tcm_qla2xxx: Add fabric_prot_type attribute supportNicholas Bellinger
2015-04-08tcm_qla2xxx: Set TARGET_PROT_ALL for sup_prot_opsNicholas Bellinger
2015-04-08vhost/scsi: Add fabric_prot_type attribute supportNicholas Bellinger
2015-04-08loopback: Add fabric_prot_type attribute supportNicholas Bellinger
2015-04-08target/rd: Add checks for backend DIF emulationNicholas Bellinger
2015-04-08target/iblock: Add checks for backend DIF emulationNicholas Bellinger
2015-04-08target/file: Add checks for backend DIF emulationNicholas Bellinger
2015-04-08target: Add internal READ_INSERT supportNicholas Bellinger
2015-04-08target: Move cmd->prot_op check into target_read_prot_actionNicholas Bellinger
2015-04-08target: Add internal WRITE_STRIP supportNicholas Bellinger
2015-04-08target: Move cmd->prot_op check into target_write_prot_actionNicholas Bellinger
2015-04-08target: Update SPC/SBC emulation for sess_prot_typeNicholas Bellinger
2015-04-08target: Add protected fabric + unprotected device supportNicholas Bellinger
2015-04-08target: Convert DIF emulation to use cmd->prot_typeNicholas Bellinger
2015-03-26target: add missing __user annotationsChristoph Hellwig
2015-03-26target: add missing sense_reason_t annotationsChristoph Hellwig
2015-03-26target: add __releases annotation to target_release_cmd_krefChristoph Hellwig
2015-03-26target: mark iscsit_start_kthreads staticChristoph Hellwig
2015-03-26target: mark tcm_loop_primary staticChristoph Hellwig
2015-03-26target: move external declarations to a headersChristoph Hellwig
2015-03-26target: Better handling of AllRegistrants reservationsIlias Tsitsimpis
2015-03-26iscsi-target: Drop legacy iscsi_target_tq.c logicNicholas Bellinger
2015-03-26iscsi-target: Convert iscsi_thread_set usage to kthread.hNicholas Bellinger
2015-03-20iscsi-target: don't export static symbolJulia Lawall
2015-03-20target: Convert fabric module autoload failures to pr_debugNicholas Bellinger
2015-03-07tcm_qla2xxx: Expose per endpoint dynamic_sessions attributeNicholas Bellinger
2015-03-07iscsi-target: Expose per endpoint dynamic_sessions attributeNicholas Bellinger
2015-03-07target: Add target_show_dynamic_sessions attribute helperNicholas Bellinger
2015-02-27target: rewrite fd_execute_write_sameChristoph Hellwig
2015-02-27target: use vfs_iter_read/write in fd_do_rwChristoph Hellwig
2015-02-23Linux 4.0-rc1Linus Torvalds
2015-02-23Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-02-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-02-22Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro
2015-02-22debugfs: leave freeing a symlink body until inode evictionAl Viro
2015-02-22Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov
2015-02-22fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-22SELinux: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells
2015-02-22Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells
2015-02-22TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells
2015-02-22Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeDavid Howells
2015-02-22Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells
2015-02-22VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells
2015-02-22VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells