index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
sbp2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
1
-1
/
+0
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-4
/
+4
2026-01-23
scsi: Change the return type of the .queuecommand() callback
Bart Van Assche
1
-3
/
+4
2024-12-04
scsi: Rename .device_configure() into .sdev_configure()
Bart Van Assche
1
-3
/
+3
2024-12-04
scsi: Rename .slave_alloc() and .slave_destroy()
Bart Van Assche
1
-2
/
+2
2024-04-11
scsi: sbp2: Switch to using ->device_configure
Christoph Hellwig
1
-3
/
+4
2024-04-11
scsi: core: Add a dma_alignment field to the host and host template
Christoph Hellwig
1
-6
/
+0
2023-11-24
scsi: Change SCSI device boolean fields to single bit flags
Damien Le Moal
1
-3
/
+3
2023-10-27
scsi: sd: Introduce manage_shutdown device flag
Damien Le Moal
1
-0
/
+1
2023-09-28
scsi: sd: Differentiate system and runtime start/stop management
Damien Le Moal
1
-3
/
+6
2023-03-24
scsi: firewire: sbp2: Declare the SCSI host template const
Bart Van Assche
1
-2
/
+2
2022-04-25
firewire: remove check of list iterator against head past the loop body
Jakob Koschel
1
-6
/
+7
2021-10-16
scsi: firewire: sbp2: Switch to attribute groups
Bart Van Assche
1
-3
/
+5
2021-10-16
scsi: firewire: sbp2: Call scsi_done() directly
Bart Van Assche
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2019-01-22
scsi: communicate max segment size to the DMA mapping code
Christoph Hellwig
1
-4
/
+1
2018-12-18
scsi: flip the default on use_clustering
Christoph Hellwig
1
-1
/
+0
2015-05-31
scsi: Do not set cmd_per_lun to 1 in the host template
Hannes Reinecke
1
-1
/
+0
2015-01-31
firewire: sbp2: remove redundant check for bidi command
Stefan Richter
1
-11
/
+0
2014-12-10
firewire: sbp2: replace card lock by target lock
Stefan Richter
1
-31
/
+29
2014-12-10
firewire: sbp2: replace some spin_lock_irqsave by spin_lock_irq
Stefan Richter
1
-9
/
+6
2014-12-10
firewire: sbp2: protect a reference counter properly
Stefan Richter
1
-8
/
+6
2014-03-07
firewire: don't use PREPARE_DELAYED_WORK
Tejun Heo
1
-4
/
+13
2013-12-15
firewire: sbp2: bring back WRITE SAME support
Stefan Richter
1
-1
/
+0
2013-11-29
[SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers
Martin K. Petersen
1
-0
/
+1
2013-06-09
firewire: introduce fw_driver.probe and .remove methods
Stefan Richter
1
-10
/
+7
2013-04-28
firewire: remove unnecessary alloc/OOM messages
Stefan Richter
1
-3
/
+1
2013-04-28
firewire: sbp2: replace BUG_ON by WARN_ON
Stefan Richter
1
-2
/
+2
2013-04-28
firewire: Remove two unneeded checks for macros
Paul Bolle
1
-2
/
+0
2012-12-02
firewire: sbp2: allow WRITE SAME and REPORT SUPPORTED OPERATION CODES
Stefan Richter
1
-2
/
+0
2012-11-13
[SCSI] sd: Implement support for WRITE SAME
Martin K. Petersen
1
-0
/
+1
2012-11-13
[SCSI] Add a report opcode helper
Martin K. Petersen
1
-0
/
+1
2012-05-21
firewire: sbp2: document the absence of alignment requirements
Clemens Ladisch
1
-4
/
+6
2012-05-21
firewire: sbp2: remove superfluous blk_queue_max_segment_size() call
Clemens Ladisch
1
-2
/
+0
2012-05-21
firewire: sbp2: use scsi_dma_(un)map
Clemens Ladisch
1
-9
/
+4
2012-05-21
firewire: sbp2: give correct DMA device to scsi framework
Clemens Ladisch
1
-1
/
+2
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-03-22
Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-49
/
+81
2012-03-10
firewire: sbp2: replace a GFP_ATOMIC allocation
Stefan Richter
1
-1
/
+1
2012-02-22
firewire: sbp2: Fix SCSI sense data mangling
Chris Boot
1
-2
/
+11
2012-02-22
firewire: sbp2: Ignore SBP-2 targets on the local node
Chris Boot
1
-0
/
+4
2012-02-22
firewire: sbp2: Take into account Unit_Unique_ID
Chris Boot
1
-0
/
+12
2012-02-22
firewire: sbp2: identify to driver core as "firewire_sbp2", not "sbp2"
Stefan Richter
1
-4
/
+2
2012-01-15
firewire: sbp2: use dev_printk API
Stefan Richter
1
-42
/
+51
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2011-10-09
firewire: use clamp and min3 macros
Stefan Richter
1
-2
/
+2
2011-09-16
firewire: sbp2: fold two functions into one
Stefan Richter
1
-19
/
+9
2011-09-16
firewire: sbp2: move some code to more sensible places
Stefan Richter
1
-106
/
+107
2011-09-16
firewire: sbp2: remove obsolete reference counting
Stefan Richter
1
-40
/
+17
[next]