Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
5577e679564702664aaecce3c96036ace3ab64fa
/
drivers
/
block
/
nbd.c
abbbdf1
nbd: replace kill_bdev() with __invalidate_device()
by Ratna Manoj Bolla
· 8 years ago
f858685
nbd: set queue timeout properly
by Josef Bacik
· 8 years ago
c103b4d
nbd: set rq->errors to actual error code
by Josef Bacik
· 8 years ago
9dd5d3a
nbd: handle ERESTARTSYS properly
by Josef Bacik
· 8 years ago
e0d0722
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
69fd110
Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
6a8a215
nbd: stop leaking sockets
by Josef Bacik
· 8 years ago
6330a2d
nbd: cleanup workqueue on error properly
by Josef Bacik
· 8 years ago
e544541
nbd: set the logical and physical blocksize properly
by Josef Bacik
· 8 years ago
9442b73
nbd: cleanup ioctl handling
by Josef Bacik
· 8 years ago
b0d9111
nbd: use an idr to keep track of nbd devices
by Josef Bacik
· 8 years ago
124d6db
nbd: use our own workqueue for recv threads
by Josef Bacik
· 8 years ago
aebf526
block: fold cmd_type into the REQ_OP_ space
by Christoph Hellwig
· 8 years ago
09fc54c
nbd: move request validity checking into nbd_send_cmd
by Christoph Hellwig
· 8 years ago
27410a8
nbd: remove REQ_TYPE_DRV_PRIV leftovers
by Christoph Hellwig
· 8 years ago
d61b7f9
nbd: only set MSG_MORE when we have more to send
by Josef Bacik
· 8 years ago
25b4acf
nbd: blk_mq_init_queue returns an error code on failure, not NULL
by Jeff Moyer
· 8 years ago
c9f2b6a
[nbd] pass iov_iter to nbd_xmit()
by Al Viro
· 9 years ago
c1696ca
[nbd] switch sock_xmit() to sock_{send,recv}msg()
by Al Viro
· 9 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
a897b66
nbd: use dev_err_ratelimited in io path
by Josef Bacik
· 8 years ago
20032ec
nbd: reset the setup task for NBD_CLEAR_SOCK
by Josef Bacik
· 8 years ago
e88f72c
nbd: fix 64-bit division
by Jens Axboe
· 8 years ago
ef77b51
nbd: use loff_t for blocksize and nbd_set_size args
by Josef Bacik
· 8 years ago
feffa5c
nbd: fix setting of 'error' in NBD_DO_IT ioctl
by Jens Axboe
· 8 years ago
9561a7a
nbd: add multi-connection support
by Josef Bacik
· 8 years ago
429a787
nbd: fix use-after-free of rq/bio in the xmit path
by Jens Axboe
· 8 years ago
12e3d3c
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
005043a
nbd: use BLK_MQ_F_BLOCKING
by Josef Bacik
· 8 years ago
0eadf37
nbd: allow block mq to deal with timeouts
by Josef Bacik
· 8 years ago
9b4a6ba
nbd: use flags instead of bool
by Josef Bacik
· 8 years ago
c261189
nbd: don't shutdown sock with irq's disabled
by Josef Bacik
· 8 years ago
fd8383f
nbd: convert to blkmq
by Josef Bacik
· 8 years ago
9724096
nbd: fix race in ioctl
by Vegard Nossum
· 9 years ago
d05d7f4
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
d366a0f
nbd: pass the nbd pointer for flags debugfs
by Josef Bacik
· 8 years ago
3a5e02c
block, drivers: add REQ_OP_FLUSH operation
by Mike Christie
· 8 years ago
c2df40d
drivers: use req op accessor
by Mike Christie
· 8 years ago
aafb1ee
nbd: switch to using blk_queue_write_cache()
by Jens Axboe
· 9 years ago
5e454c6
nbd: use correct div_s64 helper
by Arnd Bergmann
· 9 years ago
37091fd
nbd: Create size change events for userspace
by Markus Pargmann
· 9 years ago
da6ccaa
nbd: ratelimit error msgs after socket close
by Dan Streetman
· 9 years ago
d02cf53
nbd: Move flag parsing to a function
by Markus Pargmann
· 9 years ago
0e4f0f6
nbd: Cleanup reset of nbd and bdev after a disconnect
by Markus Pargmann
· 9 years ago
1f7b5cf
nbd: Timeouts are not user requested disconnects
by Markus Pargmann
· 9 years ago
23272a67
nbd: Remove signal usage
by Markus Pargmann
· 9 years ago
27ea43f
nbd: Fix debugfs error handling
by Markus Pargmann
· 9 years ago
263a3df
nbd: use ->compat_ioctl()
by Al Viro
· 9 years ago
be0e6f2
signal: turn dequeue_signal_lock() into kernel_dequeue_signal()
by Oleg Nesterov
· 9 years ago
dcc909d
nbd: Add locking for tasks
by Markus Pargmann
· 9 years ago
22d109c
nbd: flags is a u32 variable
by Markus Pargmann
· 9 years ago
cad73b2
nbd: Rename functions for clearness of recv/send path
by Markus Pargmann
· 9 years ago
696697c
nbd: Change 'disconnect' to be boolean
by Markus Pargmann
· 9 years ago
30d53d9
nbd: Add debugfs entries
by Markus Pargmann
· 9 years ago
6521d39
nbd: Remove variable 'pid'
by Markus Pargmann
· 9 years ago
e78273c
nbd: Move clear queue debug message
by Markus Pargmann
· 9 years ago
1939183
nbd: Remove 'harderror' and propagate error properly
by Markus Pargmann
· 9 years ago
260bbce
nbd: restructure sock_shutdown
by Markus Pargmann
· 9 years ago
36e47be
nbd: sock_shutdown, remove conditional lock
by Markus Pargmann
· 9 years ago
7e2893a
nbd: Fix timeout detection
by Markus Pargmann
· 9 years ago
2bb4cd5
block: have drivers use blk_queue_max_discard_sectors()
by Jens Axboe
· 9 years ago
9dcd137
block: nbd: convert to blkdev_reread_part()
by Ming Lei
· 10 years ago
9dc6c80
nbd: stop using req->cmd
by Christoph Hellwig
· 10 years ago
4f8c951
block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV
by Christoph Hellwig
· 10 years ago
de9ad6d
nbd: Return error pointer directly
by Markus Pargmann
· 10 years ago
dab5313
nbd: Return error code directly
by Markus Pargmann
· 10 years ago
e018e75
nbd: Remove fixme that was already fixed
by Markus Pargmann
· 10 years ago
d18509f
nbd: Restructure debugging prints
by Markus Pargmann
· 10 years ago
b9c495b
nbd: Fix device bytesize type
by Markus Pargmann
· 10 years ago
d06df60
nbd: Replace kthread_create with kthread_run
by Markus Pargmann
· 10 years ago
13e71d6
nbd: Remove kernel internal header
by Markus Pargmann
· 10 years ago
ff6b809
nbd: fix possible memory leak
by Sudip Mukherjee
· 10 years ago
b277da0
block: disable entropy contributions for nonrot devices
by Mike Snitzer
· 10 years ago
04cfac4
nbd: zero from and len fields in NBD_CMD_DISCONNECT.
by Hani Benhabiles
· 10 years ago
2fe5de9
Merge branch 'sched/urgent' into sched/core, to avoid conflicts
by Ingo Molnar
· 11 years ago
8698a74
sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE
by Dongsheng Yang
· 11 years ago
e251157
switch nbd to sockfd_lookup/sockfd_put
by Al Viro
· 11 years ago
4550dd6
block: Immutable bio vecs
by Kent Overstreet
· 11 years ago
7988613
block: Convert bio_for_each_segment() to bvec_iter
by Kent Overstreet
· 11 years ago
c378f70
nbd: correct disconnect behavior
by Paul Clements
· 11 years ago
9532f14
nbd: remove bogus BUG_ON in NBD_CLEAR_QUE
by Michal Belczyk
· 11 years ago
ffc8b30
block: do not pass disk names as format strings
by Kees Cook
· 11 years ago
078be02
nbd: increase default and max request sizes
by Michal Belczyk
· 12 years ago
398eb08
nbd: fix sparse warning
by Alex Elder
· 12 years ago
a83e814
nbd: show read-only state in sysfs
by Paolo Bonzini
· 12 years ago
3a2d63f8
nbd: fsync and kill block device on shutdown
by Paolo Bonzini
· 12 years ago
75f187a
nbd: support FLUSH requests
by Alex Bligh
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
a336d29
nbd: handle discard requests
by Paul Clements
· 12 years ago
2f01250
nbd: add set flags ioctl
by Paul Clements
· 12 years ago
fded4e0
nbd: clear waiting_queue on shutdown
by Paul Clements
· 12 years ago
eff0d13
Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
7f338fe
nbd: set SOCK_MEMALLOC for access to PFMEMALLOC reserves
by Mel Gorman
· 12 years ago
01ff5db
block/nbd: micro-optimization in nbd request completion
by Chetan Loke
· 12 years ago
532bfc8
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 13 years ago
f450716
nbd: rename the nbd_device variable from lo to nbd
by Wanlong Gao
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
548ef6c
nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixes
by Andrew Morton
· 13 years ago
5eedf54
nbd: replace some printk with dev_warn() and dev_info()
by WANG Cong
· 13 years ago
7742ce4
nbd: lower the loglevel of an error message
by WANG Cong
· 13 years ago
Next »