aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/sysctl_net_unix.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-28block: introduce mp_bvec_for_each_page() for iterating over pageMing Lei1-0/+5
2019-02-27block: optimize blk_bio_segment_split for single-page bvecMing Lei1-3/+9
2019-02-27block: optimize __blk_segment_map_sg() for single-page bvecMing Lei1-2/+7
2019-02-27block: introduce bvec_nth_page()Ming Lei2-4/+9
2019-02-24iomap: wire up the iopoll methodChristoph Hellwig4-15/+32
2019-02-24block: add bio_set_polled() helperJens Axboe2-2/+16
2019-02-24block: wire up block device iopoll methodChristoph Hellwig1-1/+17
2019-02-24fs: add an iopoll method to struct file_operationsChristoph Hellwig2-0/+5
2019-02-22loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()Dongli Zhang1-4/+17
2019-02-22loop: do not print warn message if partition scan is successfulDongli Zhang1-2/+3
2019-02-21block: bounce: make sure that bvec table is updatedMing Lei1-2/+6
2019-02-21nvme-rdma: use nr_phys_segments when map rq to sglChaitanya Kulkarni1-2/+2
2019-02-20nvmet: convert to SPDX identifiersChristoph Hellwig7-63/+7
2019-02-20nvmet-rdma: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-02-20nvme-loop: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-02-20nvmet-fcloop: convert to SPDX identifiersChristoph Hellwig1-12/+1
2019-02-20nvmet-fc: convert to SPDX identifiersChristoph Hellwig1-13/+1
2019-02-20nvme: convert to SPDX identifiersChristoph Hellwig6-46/+6
2019-02-20nvme-pci: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-02-20nvme-lightnvm: convert to SPDX identifiersChristoph Hellwig1-15/+1
2019-02-20nvme-rdma: convert to SPDX identifiersChristoph Hellwig2-18/+2
2019-02-20nvme-fc: convert to SPDX identifiersChristoph Hellwig3-35/+3
2019-02-20nvme-fabrics: convert to SPDX identifiersChristoph Hellwig2-18/+2
2019-02-20nvme-tcp.h: fix SPDX headerChristoph Hellwig1-1/+1
2019-02-20nvme_ioctl.h: remove duplicate GPL boilerplateChristoph Hellwig2-18/+1
2019-02-20nvme: return error from nvme_alloc_ns()Hannes Reinecke1-10/+21
2019-02-20nvme: avoid that deleting a controller triggers a circular locking complaintBart Van Assche1-2/+3
2019-02-20nvme: introduce a helper function for controller deletionBart Van Assche1-4/+9
2019-02-20nvme: unexport nvme_delete_ctrl_sync()Bart Van Assche2-3/+1
2019-02-20nvme-pci: check kstrtoint() return value in queue_count_set()Bart Van Assche1-0/+2
2019-02-20nvme-fabrics: document the poll function argumentBart Van Assche1-0/+1
2019-02-20nvmet: fix indentationBart Van Assche1-1/+1
2019-02-20nvme-multipath: round-robin I/O policyHannes Reinecke3-1/+100
2019-02-19block: avoid to READ fields of null bioMing Lei1-1/+3
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei10-11/+7
2019-02-15block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei5-43/+6
2019-02-15block: document usage of bio iterator helpersMing Lei1-0/+25
2019-02-15block: always define BIO_MAX_PAGES as 256Ming Lei1-8/+0
2019-02-15block: enable multipage bvecsMing Lei4-12/+20
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei27-46/+127
2019-02-15bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()Ming Lei1-1/+5
2019-02-15block: loop: pass multi-page bvec to iov_iterMing Lei1-10/+10
2019-02-15btrfs: use mp_bvec_last_segment to get bio's last pageMing Lei1-2/+3
2019-02-15fs/buffer.c: use bvec iterator to truncate the bioMing Lei1-1/+4
2019-02-15block: introduce mp_bvec_last_segment()Ming Lei1-0/+22
2019-02-15block: use bio_for_each_bvec() to map sgMing Lei1-20/+50
2019-02-15block: use bio_for_each_bvec() to compute multi-page bvec countMing Lei1-20/+83
2019-02-15block: introduce bio_for_each_bvec() and rq_for_each_bvec()Ming Lei2-0/+14
2019-02-15block: introduce multi-page bvec helpersMing Lei1-3/+27
2019-02-15block: remove bvec_iter_rewind()Ming Lei1-24/+0