| Commit message (Expand) | Author | Age | Files | Lines |
* | block: add bioset_init_from_src() helper | Jens Axboe | 2018-06-08 | 1 | -0/+1 |
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-06-04 | 3 | -4/+1 |
|\ |
|
| * | fs.h: fix outdated comment about file flags | Li Qiang | 2018-05-18 | 1 | -1/+1 |
| * | make xattr_getsecurity() static | Al Viro | 2018-05-14 | 1 | -1/+0 |
| * | remove rpc_rmdir() | Al Viro | 2018-04-16 | 1 | -2/+0 |
* | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2018-06-04 | 17 | -70/+96 |
|\ \ |
|
| * | | tty: replace ->proc_fops with ->proc_show | Christoph Hellwig | 2018-05-16 | 1 | -1/+1 |
| * | | ide: replace ->proc_fops with ->proc_show | Christoph Hellwig | 2018-05-16 | 1 | -3/+3 |
| * | | isdn: replace ->proc_fops with ->proc_show | Christoph Hellwig | 2018-05-16 | 1 | -1/+1 |
| * | | proc: introduce proc_create_net_single | Christoph Hellwig | 2018-05-16 | 2 | -5/+6 |
| * | | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 2018-05-16 | 5 | -8/+22 |
| * | | net: move seq_file_single_net to <linux/seq_file_net.h> | Christoph Hellwig | 2018-05-16 | 2 | -12/+13 |
| * | | ipv{4,6}/raw: simplify ѕeq_file code | Christoph Hellwig | 2018-05-16 | 1 | -4/+0 |
| * | | ipv{4,6}/ping: simplify proc file creation | Christoph Hellwig | 2018-05-16 | 1 | -11/+0 |
| * | | ipv{4,6}/tcp: simplify procfs registration | Christoph Hellwig | 2018-05-16 | 1 | -8/+3 |
| * | | ipv{4,6}/udp{,lite}: simplify proc registration | Christoph Hellwig | 2018-05-16 | 1 | -12/+8 |
| * | | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 2018-05-16 | 1 | -1/+9 |
| * | | proc: introduce proc_create_seq_private | Christoph Hellwig | 2018-05-16 | 2 | -4/+12 |
| * | | proc: introduce proc_create_seq{,_data} | Christoph Hellwig | 2018-05-16 | 5 | -8/+20 |
| * | | proc: introduce a proc_pid_ns helper | Christoph Hellwig | 2018-05-16 | 1 | -0/+6 |
* | | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-06-04 | 16 | -117/+202 |
|\ \ \ |
|
| * | | | block: don't use blocking queue entered for recursive bio submits | Jens Axboe | 2018-06-03 | 1 | -0/+2 |
| * | | | lightnvm: pass flag on graceful teardown to targets | Javier González | 2018-06-01 | 1 | -1/+1 |
| * | | | Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/block | Jens Axboe | 2018-06-01 | 1 | -2/+14 |
| |\ \ \ |
|
| | * | | | nvme.h: add AEN configuration symbols | Hannes Reinecke | 2018-06-01 | 1 | -0/+5 |
| | * | | | nvme.h: add the changed namespace list log | Christoph Hellwig | 2018-05-31 | 1 | -0/+3 |
| | * | | | nvme.h: untangle AEN notice definitions | Christoph Hellwig | 2018-05-31 | 1 | -2/+6 |
| * | | | | block: unexport elevator_init/exit | Christoph Hellwig | 2018-06-01 | 1 | -2/+0 |
| * | | | | block: Drop bioset_create() | Kent Overstreet | 2018-05-30 | 1 | -4/+2 |
| * | | | | pktcdvd: convert to bioset_init()/mempool_init() | Kent Overstreet | 2018-05-30 | 1 | -1/+1 |
| * | | | | block: convert bounce, q->bio_split to bioset_init()/mempool_init() | Kent Overstreet | 2018-05-30 | 2 | -1/+6 |
| * | | | | blk-mq: abstract out blk-mq-sched rq list iteration bio merge helper | Jens Axboe | 2018-05-30 | 1 | -1/+2 |
| |/ / / |
|
| * | | | block: remove parent device reference from struct bsg_class_device | Christoph Hellwig | 2018-05-29 | 2 | -7/+2 |
| * | | | block: don't print a message when the device went away | Christoph Hellwig | 2018-05-29 | 1 | -1/+1 |
| * | | | block: move ->timeout request member | Jens Axboe | 2018-05-29 | 1 | -2/+2 |
| * | | | block: document the blk_eh_timer_return values | Christoph Hellwig | 2018-05-29 | 1 | -2/+2 |
| * | | | block: remove BLK_EH_HANDLED | Christoph Hellwig | 2018-05-29 | 1 | -1/+0 |
| * | | | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE | Christoph Hellwig | 2018-05-29 | 2 | -2/+2 |
| * | | | blk-mq: Remove generation seqeunce | Keith Busch | 2018-05-29 | 1 | -23/+12 |
| * | | | libata: remove ata_scsi_timed_out | Christoph Hellwig | 2018-05-29 | 1 | -2/+0 |
| * | | | blk-mq: avoid starving tag allocation after allocating process migrates | Ming Lei | 2018-05-24 | 1 | -0/+7 |
| * | | | block: Split out bio_list_copy_data() | Kent Overstreet | 2018-05-14 | 1 | -2/+3 |
| * | | | block: Add bio_copy_data_iter(), zero_fill_bio_iter() | Kent Overstreet | 2018-05-14 | 1 | -3/+15 |
| * | | | block: Use bioset_init() for fs_bio_set | Kent Overstreet | 2018-05-14 | 1 | -2/+2 |
| * | | | block: Add bioset_init()/bioset_exit() | Kent Overstreet | 2018-05-14 | 1 | -0/+2 |
| * | | | block: Convert bio_set to mempool_init() | Kent Overstreet | 2018-05-14 | 1 | -5/+5 |
| * | | | mempool: Add mempool_init()/mempool_exit() | Kent Overstreet | 2018-05-14 | 1 | -0/+34 |
| * | | | block: sanitize blk_get_request calling conventions | Christoph Hellwig | 2018-05-14 | 1 | -4/+1 |
| * | | | scsi/osd: remove the gfp argument to osd_start_request | Christoph Hellwig | 2018-05-14 | 1 | -5/+1 |
| * | | | sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow() | Omar Sandoval | 2018-05-10 | 1 | -0/+29 |