]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/shortlog
mirror_ubuntu-artful-kernel.git
2016-11-10 Jens Axboeblock: hook up writeback throttling
2016-11-10 Jens Axboeblk-wbt: add general throttling mechanism
2016-11-10 Jens Axboeblock: add scalable completion tracking of requests
2016-11-10 Tejun Heoblock: cfq_cpd_alloc() should use @gfp
2016-11-10 Christoph Hellwignvme: don't pass the full CQE to nvme_complete_async_event
2016-11-10 Christoph Hellwignvme: introduce struct nvme_request
2016-11-10 Arnd Bergmannskd: fix function prototype
2016-11-10 Arnd Bergmannskd: fix msix error handling
2016-11-09 Jens Axboeblock: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSH
2016-11-08 Jens Axboewriteback: track if we're sleeping on progress in balan...
2016-11-08 Andy Shevchenkoskd_main: use %*ph to dump small buffers
2016-11-08 Christoph Hellwigskd: use pci_alloc_irq_vectors
2016-11-07 Christoph Hellwigpktcdvd: don't scribble over the bvec array
2016-11-06 Gabriel Krisman... blk-mq: Always schedule hctx->next_cpu
2016-11-05 Jens Axboeblock: add code to track actual device queue depth
2016-11-04 Shaohua Liblk-mq: immediately dispatch big size request
2016-11-04 Shaohua Liblock: immediately dispatch big size request
2016-11-03 Johannes Thumshirnblock: drop q argument from bsg_validate_sgv4_hdr
2016-11-02 Bart Van Asschenvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPE...
2016-11-02 Bart Van Asschenvme: Fix a race condition related to stopping queues
2016-11-02 Bart Van Asschedm: Fix a race condition related to stopping and starti...
2016-11-02 Bart Van Asschedm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED...
2016-11-02 Bart Van Asscheblk-mq: Add a kick_requeue_list argument to blk_mq_requ...
2016-11-02 Bart Van Asscheblk-mq: Introduce blk_mq_quiesce_queue()
2016-11-02 Bart Van Asscheblk-mq: Remove blk_mq_cancel_requeue_work()
2016-11-02 Bart Van Asscheblk-mq: Avoid that requeueing starts stopped queues
2016-11-02 Bart Van Asscheblk-mq: Move more code into blk_mq_direct_issue_request()
2016-11-02 Bart Van Asscheblk-mq: Introduce blk_mq_queue_stopped()
2016-11-02 Bart Van Asscheblk-mq: Introduce blk_mq_hctx_stopped()
2016-11-02 Bart Van Asscheblk-mq: Do not invoke .queue_rq() for a stopped queue
2016-11-02 Kent Overstreetblock: add bio_iov_iter_get_pages()
2016-11-02 Jens Axboewriteback: mark background writeback as such
2016-11-02 Jens Axboewriteback: add wbc_to_write_flags()
2016-11-02 Jens Axboeblock: add REQ_BACKGROUND
2016-11-01 Christoph Hellwigblock: remove the CONFIG_BLOCK ifdef in blk_types.h
2016-11-01 Christoph Hellwigmm: only include blk_types in swap.h if CONFIG_SWAP...
2016-11-01 Christoph Hellwigceph: don't include blk_types.h in messenger.h
2016-11-01 Christoph Hellwigarm, arm64: don't include blk_types.h in <asm/io.h>
2016-11-01 Christoph Hellwigblock,fs: untangle fs.h and blk_types.h
2016-11-01 Christoph Hellwigblock, fs: move submit_bio to bio.h
2016-11-01 Christoph Hellwigfs: decouple READ and WRITE from the block layer ops
2016-11-01 Christoph Hellwigblock,fs: use REQ_* flags directly
2016-11-01 Christoph Hellwigblock: replace REQ_NOIDLE with REQ_IDLE
2016-11-01 Christoph Hellwigblock: treat REQ_FUA and REQ_PREFLUSH as synchronous
2016-11-01 Christoph Hellwigblock: don't use REQ_SYNC in the READ_SYNC definition
2016-11-01 Christoph Hellwigbtrfs: use op_is_sync to check for synchronous requests
2016-11-01 Christoph Hellwigbcache: use op_is_sync to check for synchronous requests
2016-11-01 Christoph Hellwigumem: use op_is_sync to check for synchronous requests
2016-11-01 Christoph Hellwigblk-cgroup: use op_is_sync to check for synchronous...
2016-11-01 Christoph Hellwigcfq-iosched: use op_is_sync instead of opencoding it
2016-10-28 Christoph Hellwigblock: add a proper block layer data direction encoding
2016-10-28 Christoph Hellwigblock: better op and flags encoding
2016-10-28 Christoph Hellwigblock: split out request-only flags into a new namespace
2016-10-28 Christoph Hellwigblock: replace REQ_THROTTLED with a bio flag
2016-10-28 Christoph Hellwigblock: move REQ_RAHEAD to common flags
2016-10-28 Christoph Hellwigblock: REQ_NOMERGE is common to the bio and request
2016-10-28 Christoph Hellwigblock: remove bio_is_rw
2016-10-28 Jens Axboeblk-mq: get rid of confusing blk_map_ctx structure
2016-10-28 Jens Axboeblk-mq: update hardware and software queues for sleepin...
2016-10-25 Mike Snitzerbrd: remove support for BLKFLSBUF
2016-10-25 Jan Karabrd: Switch rd_size to unsigned long
2016-10-25 Arnd Bergmannsd: fix uninitialized variable access in error handling
2016-10-25 Arnd Bergmannblock: zoned: fix harmless maybe-uninitialized warning
2016-10-19 Hannes Reineckesd: Implement support for ZBC devices
2016-10-18 Shaun Tancheffblk-zoned: implement ioctls
2016-10-18 Hannes Reineckeblock: Implement support for zoned block devices
2016-10-18 Shaun Tancheffblock: Define zoned block device operations
2016-10-18 Hannes Reineckeblock: update chunk_sectors in blk_stack_limits()
2016-10-18 Hannes Reineckeblk-sysfs: Add 'chunk_sectors' to sysfs attributes
2016-10-18 Damien Le Moalblock: Add 'zoned' queue limit
2016-10-17 Junjie Maobtrfs: assign error values to the correct bio structs
2016-10-17 Dave Hansenx86, pkeys: remove cruft from never-merged syscalls
2016-10-17 Dave Hansengeneric syscalls: kill cruft from removed pkey syscalls
2016-10-15 Linus TorvaldsLinux 4.9-rc1
2016-10-15 Linus TorvaldsMerge tag 'befs-v4.9-rc1' of git://github.com/luisbg...
2016-10-15 Linus TorvaldsMerge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel...
2016-10-15 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2016-10-15 Linus TorvaldsMerge tag 'sound-fix-4.9-rc1' of git://git.kernel.org...
2016-10-15 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2016-10-15 Linus TorvaldsMerge branch 'for-next' of git://git.samba.org/sfrench...
2016-10-15 Linus TorvaldsMerge branch 'for-linus-4.9' of git://git.kernel.org...
2016-10-15 Al ViroMerge branch 'work.uaccess' into for-linus
2016-10-15 Guenter Roeckscore: traps: Add missing include file to fix build...
2016-10-15 Oleg Nesterovfs/super.c: don't fool lockdep in freeze_super() and...
2016-10-15 Linus TorvaldsMerge branch 'overlayfs-linus' of git://git.kernel...
2016-10-15 Oleg Nesterovfs/super.c: fix race between freeze_super() and thaw_su...
2016-10-15 Vivek Goyaloverlayfs: Fix setting IOP_XATTR flag
2016-10-15 Vegard Nossumiov_iter: kernel-doc import_iovec() and rw_copy_check_u...
2016-10-14 Linus TorvaldsMerge tag 'linux-kselftest-4.9-rc1-update' of git:...
2016-10-14 Linus TorvaldsMerge branch 'misc' of git://git.kernel.org/pub/scm...
2016-10-14 Linus TorvaldsMerge branch 'kbuild' of git://git.kernel.org/pub/scm...
2016-10-14 Linus TorvaldsMerge tag 'docs-4.9-2' of git://git.lwn.net/linux
2016-10-14 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2016-10-14 Linus TorvaldsMerge tag 'for-linus-2' of git://git.kernel.org/pub...
2016-10-14 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2016-10-14 Linus TorvaldsMerge tag 'rtc-4.9' of git://git.kernel.org/pub/scm...
2016-10-14 Linus TorvaldsMerge branch 'i2c/for-next' of git://git.kernel.org...
2016-10-14 Linus TorvaldsMerge tag 'acpi-extra-4.9-rc1' of git://git.kernel...
2016-10-14 Linus TorvaldsMerge tag 'pm-extra-4.9-rc1' of git://git.kernel.org...
2016-10-14 Steve FrenchCIFS: Retrieve uid and gid from special sid if enabled
next