| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2017-03-04 | 1 | -4/+28 |
|\ |
|
| * | scsi: cciss: correct check map error. | Don Brace | 2017-02-23 | 1 | -4/+28 |
* | | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-03-03 | 1 | -1/+2 |
|\ \ |
|
| * | | statx: Add a system call to make enhanced file info available | David Howells | 2017-03-03 | 1 | -1/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-03-03 | 2 | -8/+11 |
|\ \ \ |
|
| * | | | loop: fix LO_FLAGS_PARTSCAN hang | Omar Sandoval | 2017-03-02 | 1 | -7/+8 |
| * | | | nbd: stop leaking sockets | Josef Bacik | 2017-03-02 | 1 | -1/+3 |
* | | | | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2017-03-03 | 5 | -3/+6 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 4 | -2/+4 |
| * | | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
| * | | | sched/headers: Prepare for new header dependencies before moving code to <uap... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2017-03-03 | 1 | -2/+2 |
|\ \ \ |
|
| * \ \ | Merge remote-tracking branch 'ovl/for-viro' into for-linus | Al Viro | 2017-03-02 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | vfs: use helpers for calling f_op->{read,write}_iter() | Miklos Szeredi | 2017-02-20 | 1 | -2/+2 |
* | | | | | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-03-03 | 2 | -52/+35 |
|\ \ \ \ \ |
|
| * | | | | | [nbd] pass iov_iter to nbd_xmit() | Al Viro | 2016-12-27 | 1 | -39/+27 |
| * | | | | | [nbd] switch sock_xmit() to sock_{send,recv}msg() | Al Viro | 2016-12-27 | 1 | -9/+7 |
| * | | | | | [drbd] use sock_sendmsg() | Al Viro | 2016-12-27 | 1 | -7/+4 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2017-03-02 | 1 | -1/+13 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | virtio_blk: use virtio IRQ affinity | Christoph Hellwig | 2017-02-27 | 1 | -1/+12 |
| * | | | | virtio: allow drivers to request IRQ affinity when creating VQs | Christoph Hellwig | 2017-02-27 | 1 | -1/+2 |
* | | | | | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2017-03-01 | 1 | -4/+2 |
|\ \ \ \ \ |
|
| * | | | | | idr: Return the deleted entry from idr_remove | Matthew Wilcox | 2017-02-14 | 1 | -4/+2 |
| |/ / / / |
|
* | | | | | Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2017-03-01 | 2 | -380/+231 |
|\ \ \ \ \ |
|
| * | | | | | libceph, rbd, ceph: WRITE | ONDISK -> WRITE | Ilya Dryomov | 2017-02-24 | 1 | -4/+2 |
| * | | | | | rbd: constify device_type structure | Bhumika Goyal | 2017-02-20 | 1 | -1/+1 |
| * | | | | | rbd: kill obj_request->object_name and rbd_segment_name_cache | Ilya Dryomov | 2017-02-20 | 1 | -72/+7 |
| * | | | | | rbd: store and use obj_request->object_no | Ilya Dryomov | 2017-02-20 | 1 | -6/+13 |
| * | | | | | rbd: RBD_V{1,2}_DATA_FORMAT macros | Ilya Dryomov | 2017-02-20 | 2 | -7/+6 |
| * | | | | | rbd: factor out __rbd_osd_req_create() | Ilya Dryomov | 2017-02-20 | 1 | -63/+40 |
| * | | | | | rbd: set offset and length outside of rbd_obj_request_create() | Ilya Dryomov | 2017-02-20 | 1 | -15/+11 |
| * | | | | | rbd: support for data-pool feature | Ilya Dryomov | 2017-02-20 | 1 | -2/+31 |
| * | | | | | rbd: introduce rbd_init_layout() | Ilya Dryomov | 2017-02-20 | 1 | -7/+18 |
| * | | | | | rbd: use rbd_obj_bytes() more | Ilya Dryomov | 2017-02-20 | 1 | -12/+12 |
| * | | | | | rbd: remove now unused rbd_obj_request_wait() and helpers | Ilya Dryomov | 2017-02-20 | 1 | -38/+0 |
| * | | | | | rbd: switch rbd_obj_method_sync() to ceph_osdc_call() | Ilya Dryomov | 2017-02-20 | 1 | -95/+67 |
| * | | | | | rbd: do away with obj_request in rbd_obj_read_sync() | Ilya Dryomov | 2017-02-20 | 1 | -49/+32 |
| * | | | | | rbd: initialize rbd_dev->header_oloc early | Ilya Dryomov | 2017-02-20 | 1 | -3/+1 |
| * | | | | | rbd: kill rbd_image_header::{crypt_type,comp_type} | Ilya Dryomov | 2017-02-20 | 2 | -12/+0 |
| * | | | | | rbd: use kstrndup() in rbd_header_from_disk() | Ilya Dryomov | 2017-02-20 | 1 | -7/+3 |
| |/ / / / |
|
* | | | | | scripts/spelling.txt: add "algined" pattern and fix typo instances | Masahiro Yamada | 2017-02-28 | 1 | -1/+1 |
* | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-02-25 | 2 | -70/+69 |
|\ \ \ \ \ |
|
| * | | | | | zram: extend zero pages to same element pages | zhouxianrong | 2017-02-25 | 2 | -30/+66 |
| * | | | | | zram: remove waitqueue for IO done | Minchan Kim | 2017-02-25 | 2 | -40/+3 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2017-02-25 | 1 | -1/+17 |
|\ \ \ \ \ |
|
| * | | | | | sunvdc: Add support for setting physical sector size | Liam R. Howlett | 2017-02-23 | 1 | -1/+17 |
| |/ / / / |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-02-24 | 2 | -253/+236 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | cciss: Remove kmalloc cast | Tobin C. Harding | 2017-02-22 | 1 | -2/+1 |
| * | | | | cciss: Fix checkpatch OPEN_BRACE | Tobin C. Harding | 2017-02-22 | 1 | -10/+5 |
| * | | | | cciss: Fix checkpatch TRAILING_WHITESPACE | Tobin C. Harding | 2017-02-22 | 1 | -85/+85 |