Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | | | block: Remove bi_idx references | Kent Overstreet | 2013-03-23 | |
| * | | | | | | | | | | | | | | block: Change bio_split() to respect the current value of bi_idx | Kent Overstreet | 2013-03-23 | |
| * | | | | | | | | | | | | | | block: Use bio_sectors() more consistently | Kent Overstreet | 2013-03-23 | |
| * | | | | | | | | | | | | | | block: Add bio_end_sector() | Kent Overstreet | 2013-03-23 | |
| * | | | | | | | | | | | | | | block: Add bio_advance() | Kent Overstreet | 2013-03-23 | |
| * | | | | | | | | | | | | | | block: Convert integrity to bvec_alloc_bs() | Kent Overstreet | 2013-03-23 | |
| * | | | | | | | | | | | | | | block: Fix a buffer overrun in bio_integrity_split() | Kent Overstreet | 2013-03-23 | |
| * | | | | | | | | | | | | | | block: Avoid deadlocks with bio allocation by stacking drivers | Kent Overstreet | 2013-03-23 | |
* | | | | | | | | | | | | | | | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2013-05-07 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | aio: don't include aio.h in sched.h | Kent Overstreet | 2013-05-07 | |
| * | | | | | | | | | | | | | | aio: kill ki_retry | Kent Overstreet | 2013-05-07 | |
| * | | | | | | | | | | | | | | aio: kill ki_key | Kent Overstreet | 2013-05-07 | |
| * | | | | | | | | | | | | | | aio: give shared kioctx fields their own cachelines | Kent Overstreet | 2013-05-07 | |
| * | | | | | | | | | | | | | | aio: kill struct aio_ring_info | Kent Overstreet | 2013-05-07 | |
| * | | | | | | | | | | | | | | aio: kill batch allocation | Kent Overstreet | 2013-05-07 | |
| * | | | | | | | | | | | | | | aio: change reqs_active to include unreaped completions | Kent Overstreet | 2013-05-07 | |
| * | | | | | | | | | | | | | | aio: use cancellation list lazily | Kent Overstreet | 2013-05-07 | |
| * | | | | | | | | | | | | | | aio: use flush_dcache_page() | Kent Overstreet | 2013-05-07 | |
| * | | | | | | | | | | | | | | aio: make aio_read_evt() more efficient, convert to hrtimers | Kent Overstreet | 2013-05-07 | |
| * | | | | | | | | | | | | | | aio: refcounting cleanup | Kent Overstreet | 2013-05-07 | |
| * | | | | | | | | | | | | | | aio: make aio_put_req() lockless | Kent Overstreet | 2013-05-07 | |
| * | | | | | | | | | | | | | | aio: do fget() after aio_get_req() | Kent Overstreet | 2013-05-07 | |
| * | | | | | | | | | | | | | | aio: dprintk() -> pr_debug() | Kent Overstreet | 2013-05-07 | |
| * | | | | | | | | | | | | | | aio: move private stuff out of aio.h | Kent Overstreet | 2013-05-07 | |
| * | | | | | | | | | | | | | | aio: add kiocb_cancel() | Kent Overstreet | 2013-05-07 | |
| * | | | | | | | | | | | | | | aio: kill return value of aio_complete() | Kent Overstreet | 2013-05-07 | |
| * | | | | | | | | | | | | | | aio: remove retry-based AIO | Zach Brown | 2013-05-07 | |
| * | | | | | | | | | | | | | | hugetlbfs: fix mmap failure in unaligned size request | Naoya Horiguchi | 2013-05-07 | |
* | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-07 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | make blkdev_put() return void | Al Viro | 2013-05-07 | |
| * | | | | | | | | | | | | | | | block_device_operations->release() should return void | Al Viro | 2013-05-07 | |
| * | | | | | | | | | | | | | | | hfs: SMP race on directory close() | Al Viro | 2013-05-05 | |
* | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2013-05-07 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | fuse: add flag to turn on async direct IO | Miklos Szeredi | 2013-05-01 | |
| * | | | | | | | | | | | | | | | fuse: truncate file if async dio failed | Maxim Patlasov | 2013-04-18 | |
| * | | | | | | | | | | | | | | | fuse: optimize short direct reads | Maxim Patlasov | 2013-04-17 | |
| * | | | | | | | | | | | | | | | fuse: enable asynchronous processing direct IO | Maxim Patlasov | 2013-04-17 | |
| * | | | | | | | | | | | | | | | fuse: make fuse_direct_io() aware about AIO | Maxim Patlasov | 2013-04-17 | |
| * | | | | | | | | | | | | | | | fuse: add support of async IO | Maxim Patlasov | 2013-04-17 | |
| * | | | | | | | | | | | | | | | fuse: move fuse_release_user_pages() up | Maxim Patlasov | 2013-04-17 | |
| * | | | | | | | | | | | | | | | fuse: optimize wake_up | Miklos Szeredi | 2013-04-17 | |
| * | | | | | | | | | | | | | | | fuse: implement exclusive wakeup for blocked_waitq | Maxim Patlasov | 2013-04-17 | |
| * | | | | | | | | | | | | | | | fuse: skip blocking on allocations of synchronous requests | Maxim Patlasov | 2013-04-17 | |
| * | | | | | | | | | | | | | | | fuse: add flag fc->initialized | Maxim Patlasov | 2013-04-17 | |
| * | | | | | | | | | | | | | | | fuse: make request allocations for background processing explicit | Maxim Patlasov | 2013-04-17 | |
* | | | | | | | | | | | | | | | | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-05-07 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'slab/next' into slab/for-linus | Pekka Enberg | 2013-05-07 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | stat: Use size_t for sizes instead of unsigned | Christoph Lameter | 2013-02-01 | |
* | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2013-05-06 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | ceph: use ceph_create_snap_context() | Alex Elder | 2013-05-02 |