summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-08loopback: Add fabric_prot_type attribute supportNicholas Bellinger2-2/+53
2015-04-08target/rd: Add checks for backend DIF emulationNicholas Bellinger1-2/+4
2015-04-08target/iblock: Add checks for backend DIF emulationNicholas Bellinger1-1/+1
2015-04-08target/file: Add checks for backend DIF emulationNicholas Bellinger1-4/+4
2015-04-08target: Add internal READ_INSERT supportNicholas Bellinger1-0/+6
2015-04-08target: Move cmd->prot_op check into target_read_prot_actionNicholas Bellinger1-8/+13
2015-04-08target: Add internal WRITE_STRIP supportNicholas Bellinger2-0/+19
2015-04-08target: Move cmd->prot_op check into target_write_prot_actionNicholas Bellinger1-9/+22
2015-04-08target: Update SPC/SBC emulation for sess_prot_typeNicholas Bellinger2-7/+20
2015-04-08target: Add protected fabric + unprotected device supportNicholas Bellinger4-11/+50
2015-04-08target: Convert DIF emulation to use cmd->prot_typeNicholas Bellinger1-6/+7
2015-03-27target: add missing __user annotationsChristoph Hellwig1-2/+4
2015-03-27target: add missing sense_reason_t annotationsChristoph Hellwig3-3/+3
2015-03-27target: add __releases annotation to target_release_cmd_krefChristoph Hellwig1-0/+1
2015-03-27target: mark iscsit_start_kthreads staticChristoph Hellwig1-1/+1
2015-03-27target: mark tcm_loop_primary staticChristoph Hellwig1-1/+1
2015-03-27target: move external declarations to a headersChristoph Hellwig2-9/+7
2015-03-27target: Better handling of AllRegistrants reservationsIlias Tsitsimpis1-11/+19
2015-03-27iscsi-target: Drop legacy iscsi_target_tq.c logicNicholas Bellinger8-590/+2
2015-03-27iscsi-target: Convert iscsi_thread_set usage to kthread.hNicholas Bellinger4-69/+114
2015-03-20iscsi-target: don't export static symbolJulia Lawall1-1/+0
2015-03-20target: Convert fabric module autoload failures to pr_debugNicholas Bellinger1-8/+8
2015-03-07tcm_qla2xxx: Expose per endpoint dynamic_sessions attributeNicholas Bellinger1-0/+10
2015-03-07iscsi-target: Expose per endpoint dynamic_sessions attributeNicholas Bellinger1-0/+10
2015-03-07target: Add target_show_dynamic_sessions attribute helperNicholas Bellinger3-0/+30
2015-02-27target: rewrite fd_execute_write_sameChristoph Hellwig1-78/+22
2015-02-27target: use vfs_iter_read/write in fd_do_rwChristoph Hellwig1-17/+14
2015-02-23Linux 4.0-rc1v4.0-rc1Linus Torvalds1-4/+4
2015-02-23Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-56/+108
2015-02-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds70-758/+907
2015-02-22Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro1-2/+6
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro3-12/+22
2015-02-22debugfs: leave freeing a symlink body until inode evictionAl Viro1-17/+17
2015-02-22Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro1-2/+0
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov3-26/+22
2015-02-22fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells1-1/+1
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells4-9/+9
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells34-71/+71
2015-02-22SELinux: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells1-2/+2
2015-02-22Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells1-2/+2
2015-02-22TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells1-3/+1
2015-02-22Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeDavid Howells1-1/+1
2015-02-22Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells2-12/+12
2015-02-22VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells2-8/+27
2015-02-22VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells2-1/+27
2015-02-22VFS: Add a whiteout dentry typeDavid Howells1-6/+18
2015-02-22VFS: Introduce inode-getting helpers for layered/unioned fs environmentsDavid Howells1-0/+57
2015-02-22Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds110-1132/+6450
2015-02-22Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds41-58/+88