Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
322e304c4d71b79b3950ca560db4868cc3e04ee6
322e304
cciss: factor out cciss_enable_scsi_prefetch()
by Stephen M. Cameron
· 14 years ago
501b92c
cciss: factor out CISS_signature_present()
by Stephen M. Cameron
· 14 years ago
afadbf4
cciss: factor out cciss_find_board_params
by Stephen M. Cameron
· 14 years ago
da55032
cciss: fix leak of ioremapped memory
by Stephen M. Cameron
· 14 years ago
4809d09
cciss: factor out cciss_find_cfgtables
by Stephen M. Cameron
· 14 years ago
e99ba13
cciss: factor out cciss_wait_for_board_ready()
by Stephen M. Cameron
· 14 years ago
d474830
cciss: factor out cciss_find_memory_BAR()
by Stephen M. Cameron
· 14 years ago
dac5488
cciss: remove board_id parameter from cciss_interrupt_mode()
by Stephen M. Cameron
· 14 years ago
dd9c426
cciss: factor out cciss_board_disabled
by Stephen M. Cameron
· 14 years ago
6539fa9
cciss: factor out cciss_lookup_board_id
by Stephen M. Cameron
· 14 years ago
292e50dd3
cciss: save pdev pointer in per hba structure early to avoid passing it around so much.
by Stephen M. Cameron
· 14 years ago
373b45f
cciss: Set the performant mode bit in the scsi half of the driver
by Stephen M. Cameron
· 14 years ago
d54142c
blkfront: Klog the unclean release path
by Daniel Stodden
· 14 years ago
7b32d10
blkfront: Remove obsolete info->users
by Daniel Stodden
· 15 years ago
acfca3c
blkfront: Remove obsolete info->users
by Daniel Stodden
· 14 years ago
fa1bd35
blkfront: Lock blockfront_info during xbdev removal
by Daniel Stodden
· 15 years ago
7fd152f
blkfront: Fix blkfront backend switch race (bdev release)
by Daniel Stodden
· 14 years ago
1396174
blkfront: Fix blkfront backend switch race (bdev open)
by Daniel Stodden
· 14 years ago
b70f5fa
blkfront: Lock blkfront_info when closing
by Daniel Stodden
· 15 years ago
a66b5ae
blkfront: Clean up vbd release
by Daniel Stodden
· 14 years ago
9897cb5
blkfront: Fix gendisk leak
by Daniel Stodden
· 15 years ago
89de166
blkfront: Fix backtrace in del_gendisk
by Daniel Stodden
· 15 years ago
5b61cb9
xenbus: Make xenbus_switch_state transactional
by Daniel Stodden
· 15 years ago
2def141
xen/blkfront: revalidate after setting capacity
by K. Y. Srinivasan
· 15 years ago
b4dddb4
xen/blkfront: avoid compiler warning from missing cases
by Jeremy Fitzhardinge
· 15 years ago
1fa73be
xen/front: Propagate changed size of VBDs
by K. Y. Srinivasan
· 15 years ago
5d7ed20
blkfront: don't access freed struct xenbus_device
by Jan Beulich
· 14 years ago
0e34582
blkfront: fixes for 'xm block-detach ... --force'
by Jan Beulich
· 14 years ago
203fd61
xen: use less generic names in blkfront driver.
by Ian Campbell
· 15 years ago
96dccab
writeback.h: needs linux/device.h
by Randy Dunlap
· 14 years ago
10d1f9e
block: fix problem with sending down discard that isn't of correct granularity
by Jens Axboe
· 14 years ago
f10d9f6
blkdev: check for valid request queue before issuing flush
by Dave Chinner
· 14 years ago
2669b19
block: fix for block tracing build error
by Stephen Rothwell
· 14 years ago
2daa672
scsi/i2o: restore ioctl changes
by Arnd Bergmann
· 14 years ago
409f349
scsi/sd: remove big kernel lock
by Arnd Bergmann
· 14 years ago
15392ef
block: remove BKL from partition ioctls
by Arnd Bergmann
· 14 years ago
6de4370
block: remove BKL from BLKROSET and BLKFLSBUF
by Arnd Bergmann
· 14 years ago
62c2a7d
block: push BKL into blktrace ioctls
by Arnd Bergmann
· 14 years ago
6e9624b
block: push down BKL into .open and .release
by Arnd Bergmann
· 14 years ago
8a6cfeb
block: push down BKL into .locked_ioctl
by Arnd Bergmann
· 14 years ago
3448406
scsi/i2o_block: cleanup ioctl handling
by Arnd Bergmann
· 14 years ago
610a634
scsi: fix discard page leak
by FUJITA Tomonori
· 14 years ago
9e09438
writeback: Add tracing to write_cache_pages
by Dave Chinner
· 14 years ago
028c2dd
writeback: Add tracing to balance_dirty_pages
by Dave Chinner
· 14 years ago
455b286
writeback: Initial tracing support
by Dave Chinner
· 14 years ago
a89f5c8
block: remove unused REQ_TYPE_LINUX_BLOCK
by FUJITA Tomonori
· 14 years ago
82b6d57
scsi: need to reset unprep_rq_fn in sd_remove
by FUJITA Tomonori
· 14 years ago
00fff26
block: remove q->prepare_flush_fn completely
by FUJITA Tomonori
· 14 years ago
afc2306
ide: stop using q->prepare_flush_fn
by FUJITA Tomonori
· 14 years ago
dd40e45
virtio_blk: stop using q->prepare_flush_fn
by FUJITA Tomonori
· 14 years ago
144d6ed
dm: stop using q->prepare_flush_fn
by FUJITA Tomonori
· 14 years ago
98d8c8f
ps3disk: stop using q->prepare_flush_fn
by FUJITA Tomonori
· 14 years ago
7f9815f
osdblk: stop using q->prepare_flush_fn
by FUJITA Tomonori
· 14 years ago
90467c2
scsi: stop using q->prepare_flush_fn
by FUJITA Tomonori
· 14 years ago
b6a9031
block: permit PREFLUSH and POSTFLUSH without prepare_flush_fn
by FUJITA Tomonori
· 14 years ago
8749534
block: introduce REQ_FLUSH flag
by FUJITA Tomonori
· 14 years ago
802447c
scsi: remove unused free discard page in sd_done
by FUJITA Tomonori
· 14 years ago
f1126e9
scsi: add sd_unprep_fn to free discard page
by FUJITA Tomonori
· 14 years ago
28018c2
block: implement an unprep function corresponding directly to prep
by James Bottomley
· 14 years ago
e597cd0
drivers/cdrom: use pr_<level>
by Joe Perches
· 14 years ago
3ffb52e
block: fixup missing conversion from BIO_RW_DISCARD to REQ_DISCARD
by Jens Axboe
· 14 years ago
511d37a
block/xd.c: fix brace typo
by Randy Dunlap
· 14 years ago
1676eff
gcc-4.6: fs: fix unused but set warnings
by Andi Kleen
· 14 years ago
2c8919d
gcc-4.6: block: fix unused but set variables in blk-merge
by Andi Kleen
· 14 years ago
66ac028
block: don't allocate a payload for discard request
by Christoph Hellwig
· 14 years ago
0824390
writeback: merge bdi_writeback_task and bdi_start_fn
by Christoph Hellwig
· 14 years ago
c1955ce
writeback: remove wb_list
by Christoph Hellwig
· 14 years ago
4c4762d
block: fix some more cmd_type cleanup fallout
by Christoph Hellwig
· 14 years ago
15fa6e8
virtio_blk: add default case to cmd type switch
by Jens Axboe
· 14 years ago
7b6d91d
block: unify flags for struct bio and struct request
by Christoph Hellwig
· 14 years ago
33659eb
block: remove wrappers for request type/flags
by Christoph Hellwig
· 14 years ago
7e005f7
remove needless ISA_DMA_THRESHOLD
by FUJITA Tomonori
· 14 years ago
bfe1723
block: kill ISA_DMA_THRESHOLD usage
by FUJITA Tomonori
· 14 years ago
b375a61
aha1532: remove ISA_DMA_THRESHOLD usage
by FUJITA Tomonori
· 14 years ago
41f2df6
block: BARRIER request should imply SYNC
by Christoph Hellwig
· 14 years ago
01b6b67
floppy: use warning macros
by Stephen Hemminger
· 14 years ago
b862f26
floppy: use wait_event_interruptible
by Stephen Hemminger
· 14 years ago
21af544
floppy: fix signed/unsigned warnings
by Stephen Hemminger
· 14 years ago
be1c0fb
floppy: cmos attribute should be static
by Stephen Hemminger
· 14 years ago
575cfc6
floppy: use atomic type for usage_count
by Stephen Hemminger
· 14 years ago
41a55b4
floppy: silence warning during disk test
by Stephen Hemminger
· 14 years ago
be7a12b
floppy: remove unnecessary inlines
by Stephen Hemminger
· 14 years ago
285203c
floppy: initialize debug jiffies offset
by Stephen Hemminger
· 14 years ago
f3bcb14
cciss: change pad value from 32 to 0
by Mike Miller
· 14 years ago
b0dd5ca
cciss: remove errant debug code
by Mike Miller
· 14 years ago
29979a7
cciss: move next_command function from ifdef
by Mike Miller
· 14 years ago
b14aa6d
cciss: fix call to put_controller_in_performant_mode
by Mike Miller
· 14 years ago
256aea3
cciss: make sure we request the performant mode irq
by Mike Miller
· 14 years ago
956bcb7
block: add helpers for the trivial queue flag sysfs show/store entries
by Jens Axboe
· 14 years ago
e2e1a14
block: add sysfs knob for turning off disk entropy contributions
by Jens Axboe
· 14 years ago
841fdff
cciss: new controller support and bump driver version
by Mike Miller
· 14 years ago
5e21615
cciss: add performant mode support for Stars/Sirius
by Mike Miller
· 14 years ago
1d14144
cciss: make interrupt access methods return type bool
by Mike Miller
· 14 years ago
2cf3af1
cciss: check for msi in interrupt_not_for_us
by Mike Miller
· 14 years ago
0c2b390
cciss: clean up interrupt handler
by Mike Miller
· 14 years ago
664a717
cciss: enqueue and submit io
by Mike Miller
· 14 years ago
9fe6206
Linux 2.6.35
by Linus Torvalds
· 14 years ago
77a63f3
NFS: Fix a typo in include/linux/nfs_fs.h
by Trond Myklebust
· 14 years ago
a63ecd8
Merge master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 14 years ago
fc71ff8
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
Next »