]> asedeno.scripts.mit.edu Git - linux.git/shortlog
linux.git
2019-07-05 Dennis Zhoublk-iolatency: fix STS_AGAIN handling
2019-07-03 Christoph Hellwigblock: nr_phys_segments needs to be zero for REQ_OP_WRI...
2019-07-03 Bart Van Asscheblk-mq: simplify blk_mq_make_request()
2019-07-03 Bart Van Asscheblk-mq: remove blk_mq_put_ctx()
2019-07-01 Pavel Begunkovsbitmap: Replace cmpxchg with xchg
2019-07-01 Ming Leiblock: fix .bi_size overflow
2019-07-01 Jens AxboeMerge tag 'v5.2-rc6' into for-5.3/block
2019-06-29 Jonas Rabensteinblock: sed-opal: check size of shadow mbr
2019-06-29 Jonas Rabensteinblock: sed-opal: ioctl for writing to shadow mbr
2019-06-29 Jonas Rabensteinblock: sed-opal: add ioctl for done-mark of shadow mbr
2019-06-29 Christoph Hellwigblock: never take page references for ITER_BVEC
2019-06-29 Christoph Hellwigdirect-io: use bio_release_pages in dio_bio_complete
2019-06-29 Christoph Hellwigblock_dev: use bio_release_pages in bio_unmap_user
2019-06-29 Christoph Hellwigblock_dev: use bio_release_pages in blkdev_bio_end_io
2019-06-29 Christoph Hellwigiomap: use bio_release_pages in iomap_dio_bio_end_io
2019-06-29 Christoph Hellwigblock: use bio_release_pages in bio_map_user_iov
2019-06-29 Christoph Hellwigblock: use bio_release_pages in bio_unmap_user
2019-06-29 Christoph Hellwigblock: optionally mark pages dirty in bio_release_pages
2019-06-29 Christoph Hellwigblock: move the BIO_NO_PAGE_REF check into bio_release_...
2019-06-29 Fuqian Huangblock: skd_main.c: Remove call to memset after dma_allo...
2019-06-29 Fuqian Huangblock: mtip32xx: Remove call to memset after dma_alloc_...
2019-06-29 Revanth Rajashekarblock: sed-opal: "Never True" conditions
2019-06-29 Revanth Rajashekarblock: sed-opal: PSID reverttper capability
2019-06-29 Bart Van Asscheblock, documentation: Document discard_zeroes_data...
2019-06-29 Bart Van Asscheblock, documentation: Explain the word 'segments'
2019-06-29 Bart Van Asscheblock, documentation: Sort queue sysfs attribute names...
2019-06-29 Bart Van Asscheblock, documentation: Fix wbt_lat_usec documentation
2019-06-29 Chaitanya Kulkarninull_blk: fix type mismatch null_handle_cmd()
2019-06-28 Douglas Andersonblock, bfq: NULL out the bic when it's no longer valid
2019-06-28 Coly Libcache: add reclaimed_journal_buckets to struct cache_set
2019-06-28 Coly Libcache: performance improvement for btree_flush_write()
2019-06-28 Coly Libcache: fix race in btree_flush_write()
2019-06-28 Coly Libcache: remove retry_flush_write from struct cache_set
2019-06-28 Coly Libcache: add comments for mutex_lock(&b->write_lock)
2019-06-28 Coly Libcache: only clear BTREE_NODE_dirty bit when it is set
2019-06-28 Coly Libcache: Revert "bcache: fix high CPU occupancy during...
2019-06-28 Coly Libcache: Revert "bcache: free heap cache_set->flush_btre...
2019-06-28 Coly Libcache: shrink btree node cache after bch_btree_check()
2019-06-28 Coly Libcache: set largest seq to ja->seq[bucket_index] in...
2019-06-28 Coly Libcache: add code comments for journal_read_bucket()
2019-06-28 Coly Libcache: fix potential deadlock in cached_def_free()
2019-06-28 Coly Libcache: acquire bch_register_lock later in cached_dev_f...
2019-06-28 Coly Libcache: acquire bch_register_lock later in cached_dev_d...
2019-06-28 Coly Libcache: avoid a deadlock in bcache_reboot()
2019-06-28 Coly Libcache: stop writeback kthread and kworker when bch_cac...
2019-06-28 Coly Libcache: destroy dc->writeback_write_wq if failed to...
2019-06-28 Coly Libcache: fix mistaken sysfs entry for io_error counter
2019-06-28 Coly Libcache: add pendings_cleanup to stop pending bcache device
2019-06-28 Coly Libcache: make bset_search_tree() be more understandable
2019-06-28 Coly Libcache: remove "XXX:" comment line from run_cache_set()
2019-06-28 Coly Libcache: improve error message in bch_cached_dev_run()
2019-06-28 Coly Libcache: add more error message in bch_cached_dev_attach()
2019-06-28 Coly Libcache: more detailed error message to bcache_device_link()
2019-06-28 Coly Libcache: check CACHE_SET_IO_DISABLE bit in bch_journal()
2019-06-28 Coly Libcache: check CACHE_SET_IO_DISABLE in allocator code
2019-06-28 Coly Libcache: remove unncessary code in bch_btree_keys_init()
2019-06-28 Coly Libcache: add return value check to bch_cached_dev_run()
2019-06-28 Alexandru Ardeleanbcache: use sysfs_match_string() instead of __sysfs_mat...
2019-06-28 Coly Libcache: remove unnecessary prefetch() in bset_search_tree()
2019-06-28 Coly Libcache: add io error counting in write_bdev_super_endio()
2019-06-28 Coly Libcache: ignore read-ahead request failure on backing device
2019-06-28 Coly Libcache: avoid flushing btree node in cache_set_flush...
2019-06-28 Coly LiRevert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_...
2019-06-28 Coly Libcache: fix return value error in bch_journal_read()
2019-06-28 Coly Libcache: check c->gc_thread by IS_ERR_OR_NULL in cache_s...
2019-06-28 Coly Libcache: don't set max writeback rate if gc is running
2019-06-27 Damien Le Moalblock: Remove unused code
2019-06-26 Douglas Andersonblock, bfq: Init saved_wr_start_at_switch_to_srt in...
2019-06-26 Jens AxboeMerge branch 'md-next' of https://github.com/liu-song...
2019-06-26 Dan Carpentermd/raid1: Fix a warning message in remove_wb()
2019-06-25 Paolo Valenteblock, bfq: re-schedule empty queues if they deserve...
2019-06-25 Paolo Valenteblock, bfq: preempt lower-weight or lower-priority queues
2019-06-25 Paolo Valenteblock, bfq: detect wakers and unconditionally inject...
2019-06-25 Paolo Valenteblock, bfq: bring forward seek&think time update
2019-06-25 Paolo Valenteblock, bfq: update base request service times when possible
2019-06-25 Paolo Valenteblock, bfq: fix rq_in_driver check in bfq_update_inject...
2019-06-25 Paolo Valenteblock, bfq: reset inject limit when think-time state...
2019-06-24 Jens AxboeMerge branch 'nvme-5.3' of git://git.infradead.org...
2019-06-22 Linus TorvaldsLinux 5.2-rc6 v5.2-rc6
2019-06-22 Linus TorvaldsMerge tag 'iommu-fix-v5.2-rc5' of git://git.kernel...
2019-06-22 Peter XuRevert "iommu/vt-d: Fix lock inversion between iommu...
2019-06-22 Linus TorvaldsMerge tag 'pci-v5.2-fixes-1' of git://git.kernel.org...
2019-06-22 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2019-06-22 Linus TorvaldsMerge tag 'powerpc-5.2-5' of git://git.kernel.org/pub...
2019-06-22 Marcel HoltmannBluetooth: Fix regression with minimum encryption key...
2019-06-22 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2019-06-22 Eric Dumazettcp: refine memory limit test in tcp_fragment()
2019-06-21 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2019-06-21 Linus TorvaldsMerge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org...
2019-06-21 Andy Lutomirskix86/vdso: Prevent segfaults due to hoisted vclock reads
2019-06-21 Trond MyklebustSUNRPC: Fix a credential refcount leak
2019-06-21 Anna SchumakerRevert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"
2019-06-21 Lin Yinet :sunrpc :clnt :Fix xps refcount imbalance on the...
2019-06-21 Benjamin CoddingtonNFS4: Only set creation opendata if O_CREAT
2019-06-21 Linus TorvaldsMerge tag 'for-linus' of git://git.armlinux.org.uk...
2019-06-21 Linus TorvaldsMerge tag 'drm-fixes-2019-06-21' of git://anongit.freed...
2019-06-21 Linus TorvaldsMerge tag 'staging-5.2-rc6' of git://git.kernel.org...
2019-06-21 Linus TorvaldsMerge tag 'char-misc-5.2-rc6' of git://git.kernel.org...
2019-06-21 Linus TorvaldsMerge tag 'usb-5.2-rc6' of git://git.kernel.org/pub...
2019-06-21 Linus TorvaldsMerge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub...
next