index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
hw_breakpoint
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-04-08
tcm_qla2xxx: Add fabric_prot_type attribute support
Nicholas Bellinger
2
-0
/
+45
2015-04-08
tcm_qla2xxx: Set TARGET_PROT_ALL for sup_prot_ops
Nicholas Bellinger
1
-1
/
+1
2015-04-08
vhost/scsi: Add fabric_prot_type attribute support
Nicholas Bellinger
1
-1
/
+51
2015-04-08
loopback: Add fabric_prot_type attribute support
Nicholas Bellinger
2
-2
/
+53
2015-04-08
target/rd: Add checks for backend DIF emulation
Nicholas Bellinger
1
-2
/
+4
2015-04-08
target/iblock: Add checks for backend DIF emulation
Nicholas Bellinger
1
-1
/
+1
2015-04-08
target/file: Add checks for backend DIF emulation
Nicholas Bellinger
1
-4
/
+4
2015-04-08
target: Add internal READ_INSERT support
Nicholas Bellinger
1
-0
/
+6
2015-04-08
target: Move cmd->prot_op check into target_read_prot_action
Nicholas Bellinger
1
-8
/
+13
2015-04-08
target: Add internal WRITE_STRIP support
Nicholas Bellinger
2
-0
/
+19
2015-04-08
target: Move cmd->prot_op check into target_write_prot_action
Nicholas Bellinger
1
-9
/
+22
2015-04-08
target: Update SPC/SBC emulation for sess_prot_type
Nicholas Bellinger
2
-7
/
+20
2015-04-08
target: Add protected fabric + unprotected device support
Nicholas Bellinger
4
-11
/
+50
2015-04-08
target: Convert DIF emulation to use cmd->prot_type
Nicholas Bellinger
1
-6
/
+7
2015-03-26
target: add missing __user annotations
Christoph Hellwig
1
-2
/
+4
2015-03-26
target: add missing sense_reason_t annotations
Christoph Hellwig
3
-3
/
+3
2015-03-26
target: add __releases annotation to target_release_cmd_kref
Christoph Hellwig
1
-0
/
+1
2015-03-26
target: mark iscsit_start_kthreads static
Christoph Hellwig
1
-1
/
+1
2015-03-26
target: mark tcm_loop_primary static
Christoph Hellwig
1
-1
/
+1
2015-03-26
target: move external declarations to a headers
Christoph Hellwig
2
-9
/
+7
2015-03-26
target: Better handling of AllRegistrants reservations
Ilias Tsitsimpis
1
-11
/
+19
2015-03-26
iscsi-target: Drop legacy iscsi_target_tq.c logic
Nicholas Bellinger
8
-590
/
+2
2015-03-26
iscsi-target: Convert iscsi_thread_set usage to kthread.h
Nicholas Bellinger
4
-69
/
+114
2015-03-20
iscsi-target: don't export static symbol
Julia Lawall
1
-1
/
+0
2015-03-20
target: Convert fabric module autoload failures to pr_debug
Nicholas Bellinger
1
-8
/
+8
2015-03-07
tcm_qla2xxx: Expose per endpoint dynamic_sessions attribute
Nicholas Bellinger
1
-0
/
+10
2015-03-07
iscsi-target: Expose per endpoint dynamic_sessions attribute
Nicholas Bellinger
1
-0
/
+10
2015-03-07
target: Add target_show_dynamic_sessions attribute helper
Nicholas Bellinger
3
-0
/
+30
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-23
Linux 4.0-rc1
v4.0-rc1
Linus Torvalds
1
-4
/
+4
2015-02-22
autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation
Al Viro
1
-2
/
+6
2015-02-22
procfs: fix race between symlink removals and traversals
Al Viro
3
-12
/
+22
2015-02-22
debugfs: leave freeing a symlink body until inode eviction
Al Viro
1
-17
/
+17
2015-02-22
Documentation/filesystems/Locking: ->get_sb() is long gone
Al Viro
1
-2
/
+0
2015-02-22
trylock_super(): replacement for grab_super_passive()
Konstantin Khlebnikov
3
-26
/
+22
2015-02-22
fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
David Howells
1
-1
/
+1
2015-02-22
Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
David Howells
4
-9
/
+9
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
34
-71
/
+71
2015-02-22
SELinux: Use d_is_positive() rather than testing dentry->d_inode
David Howells
1
-2
/
+2
2015-02-22
Smack: Use d_is_positive() rather than testing dentry->d_inode
David Howells
1
-2
/
+2
2015-02-22
TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()
David Howells
1
-3
/
+1
2015-02-22
Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inode
David Howells
1
-1
/
+1
2015-02-22
Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sb
David Howells
2
-12
/
+12
2015-02-22
VFS: Split DCACHE_FILE_TYPE into regular and special types
David Howells
2
-8
/
+27
2015-02-22
VFS: Add a fallthrough flag for marking virtual dentries
David Howells
2
-1
/
+27
2015-02-22
VFS: Add a whiteout dentry type
David Howells
1
-6
/
+18
2015-02-22
VFS: Introduce inode-getting helpers for layered/unioned fs environments
David Howells
1
-0
/
+57
2015-02-21
kernel: make READ_ONCE() valid on const arguments
Linus Torvalds
1
-3
/
+3
2015-02-21
blk-throttle: check stats_cpu before reading it from sysfs
Thadeu Lima de Souza Cascardo
1
-0
/
+3
[next]