Age | Commit message (Expand) | Author | Files | Lines |
2015-08-13 | block: kill merge_bvec_fn() completely | Kent Overstreet | 3 | -37/+0 |
2015-08-13 | block: make generic_make_request handle arbitrarily sized bios | Kent Overstreet | 1 | -0/+2 |
2015-07-29 | block: add a bi_error field to struct bio | Christoph Hellwig | 5 | -58/+30 |
2015-07-17 | block: have drivers use blk_queue_max_discard_sectors() | Jens Axboe | 1 | -2/+2 |
2015-07-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -9/+1 |
2015-06-26 | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -5/+6 |
2015-06-24 | make simple_positive() public | Al Viro | 1 | -9/+1 |
2015-06-02 | writeback: separate out include/linux/backing-dev-defs.h | Tejun Heo | 1 | -0/+1 |
2015-06-02 | writeback: move backing_dev_info->state into bdi_writeback | Tejun Heo | 1 | -5/+5 |
2015-05-11 | net: Add a struct net parameter to sock_create_kern | Eric W. Biederman | 1 | -2/+2 |
2015-04-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+4 |
2015-04-15 | VFS: assorted weird filesystems: d_inode() annotations | David Howells | 1 | -4/+4 |
2015-03-25 | block, drbd: use mempool_create_slab_pool() | David Rientjes | 1 | -4/+3 |
2015-03-25 | block, drbd: fix drbd_req_new() initialization | David Rientjes | 1 | -1/+2 |
2015-01-21 | block: Add discard flag to blkdev_issue_zeroout() function | Martin K. Petersen | 1 | -1/+1 |
2014-12-14 | Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 9 | -115/+93 |
2014-11-24 | drbd: use generic io stats accounting functions to simplify io stat accounting | Gu Zheng | 1 | -18/+4 |
2014-11-19 | kill f_dentry uses | Al Viro | 1 | -3/+3 |
2014-11-10 | drbd: Remove an useless copy of kernel_setsockopt() | Philipp Reisner | 1 | -25/+4 |
2014-11-10 | drbd: Fix state change in case of connection timeout | Philipp Reisner | 1 | -1/+1 |
2014-11-10 | drbd: merge_bvec_fn: properly remap bvm->bi_bdev | Lars Ellenberg | 1 | -0/+1 |
2014-11-10 | drbd: fix resync throttling initialization | Lars Ellenberg | 3 | -3/+5 |
2014-11-10 | drbd: fix race between role change and handshake | Philipp Reisner | 3 | -8/+40 |
2014-11-10 | drbd: Only use drbd_msg_put_info() in drbd_nl.c | Andreas Gruenbacher | 3 | -16/+4 |
2014-11-10 | drbd: Minor cleanups | Andreas Gruenbacher | 4 | -44/+34 |
2014-09-18 | drbd: use RB_DECLARE_CALLBACKS() to define augment callbacks | Lai Jiangshan | 1 | -34/+2 |
2014-09-18 | drbd: compute the end before rb_insert_augmented() | Lai Jiangshan | 1 | -0/+4 |
2014-09-11 | drbd: Add missing newline in resync progress display in /proc/drbd | Philipp Reisner | 1 | -1/+3 |
2014-09-11 | drbd: reduce lock contention in drbd_worker | Lars Ellenberg | 1 | -6/+4 |
2014-09-11 | drbd: Improve asender performance | Lars Ellenberg | 2 | -10/+7 |
2014-09-11 | drbd: Get rid of the WORK_PENDING macro | Andreas Gruenbacher | 1 | -8/+7 |
2014-09-11 | drbd: Get rid of the __no_warn and __cond_lock macros | Andreas Gruenbacher | 2 | -8/+12 |
2014-09-11 | drbd: Avoid inconsistent locking warning | Andreas Gruenbacher | 1 | -1/+1 |
2014-09-11 | drbd: Remove superfluous newline from "resync_extents" debugfs entry. | Philipp Marek | 1 | -1/+1 |
2014-09-11 | drbd: Use consistent names for all the bi_end_io callbacks | Andreas Gruenbacher | 4 | -9/+9 |
2014-09-11 | drbd: Use better variable names | Andreas Gruenbacher | 4 | -49/+49 |
2014-08-14 | Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 15 | -1198/+2674 |
2014-07-10 | drbd: silence underflow warning in read_in_block() | Dan Carpenter | 1 | -1/+1 |
2014-07-10 | drbd: implicitly truncate cpu-mask | Lars Ellenberg | 1 | -0/+14 |
2014-07-10 | drbd: drop spurious parameters from _drbd_md_sync_page_io | Lars Ellenberg | 1 | -7/+5 |
2014-07-10 | drbd: resync should only lock out specific ranges | Lars Ellenberg | 2 | -53/+98 |
2014-07-10 | drbd: debugfs: add per device data_gen_id | Lars Ellenberg | 1 | -0/+22 |
2014-07-10 | drbd: debugfs: add per connection oldest requests | Lars Ellenberg | 1 | -0/+7 |
2014-07-10 | drbd: debugfs: add version tag to debugfs files | Lars Ellenberg | 1 | -0/+52 |
2014-07-10 | drbd: debugfs: add per volume oldest_requests | Lars Ellenberg | 1 | -5/+148 |
2014-07-10 | drbd: debugfs: add callback_history | Lars Ellenberg | 4 | -3/+144 |
2014-07-10 | drbd: debugfs: Add in_flight_summary | Lars Ellenberg | 4 | -20/+255 |
2014-07-10 | drbd: debugfs: deal with destructor racing with open of debugfs file | Lars Ellenberg | 1 | -4/+54 |
2014-07-10 | drbd: debugfs: add in_flight_summary data | Lars Ellenberg | 1 | -0/+196 |
2014-07-10 | drbd: debugfs: add basic hierarchy | Lars Ellenberg | 5 | -5/+278 |