OSDN Git Service

uclinux-h8/linux.git
2017-10-27 Christoph Hellwignvme: switch controller refcounting to use struct device
2017-10-27 Christoph Hellwignvme: simplify nvme_open
2017-10-27 Christoph Hellwignvme: use kref_get_unless_zero in nvme_find_get_ns
2017-10-23 Nitzan Carminvme-rdma: Add debug message when reaches timeout
2017-10-23 Max Gurtovoynvme-rdma: align nvme_rdma_device structure
2017-10-20 James Smartnvme-fc: correct io timeout behavior
2017-10-20 James Smartnvme-fc: correct io termination handling
2017-10-20 Chaitanya Kulkarninvme-pci: add SGL support
2017-10-20 Christoph Hellwignvme: use ida_simple_{get,remove} for the controller...
2017-10-20 Roy Shtermannvmet: Change max_nsid in subsystem due to ns_disable...
2017-10-19 Israel Rukshinnvme-loop: Add BLK_MQ_F_NO_SCHED flag to admin tag set
2017-10-19 Israel Rukshinnvme-fc: Add BLK_MQ_F_NO_SCHED flag to admin tag set
2017-10-19 Israel Rukshinnvme-rdma: Add BLK_MQ_F_NO_SCHED flag to admin tag set
2017-10-19 Minwoo Imnvme-pci: fix typos in comments
2017-10-18 Sagi Grimbergnvme-rdma: stop controller reset if the controller...
2017-10-18 Sagi Grimbergnvme-rdma: change queue flag semantics DELETING ->...
2017-10-18 Sagi Grimbergnvme-rdma: Don't local invalidate if the queue is not...
2017-10-18 Sagi Grimbergnvme-rdma: teardown admin/io queues once on error recovery
2017-10-18 Sagi Grimbergnvme-rdma: Check that reinit_request got a proper mr
2017-10-18 Sagi Grimbergnvme-rdma: move assignment to declaration
2017-10-18 Sagi Grimbergnvme-rdma: fix wrong logging message
2017-10-18 Sagi Grimbergnvme-rdma: pass tagset to directly nvme_rdma_free_tagset
2017-10-18 Sagi Grimbergblock: remove blk_mq_reinit_tagset
2017-10-18 Sagi Grimbergnvme: introduce nvme_reinit_tagset
2017-10-18 Sagi Grimbergblock: introduce blk_mq_tagset_iter
2017-10-16 Christoph Hellwignvme: simplify compat_ioctl handling
2017-10-05 James Smartnvme-fc: move remote port get/put/free location
2017-10-04 James Smartnvme-fc: create fc class and transport device
2017-10-04 James Smartnvme-fc: add uevent for auto-connect
2017-10-04 Sagi Grimbergnvme-fabrics: request transport module
2017-10-04 James Smartnvmet: bump NVMET_NR_QUEUES to 128
2017-10-04 Randy Dunlapnvme: use menu Kconfig interface
2017-10-04 Marc Olsonnvme: update timeout module parameter type
2017-10-03 Christoph Hellwigblock: move __elv_next_request to blk-core.c
2017-10-03 Paolo Valenteblock, bfq: decrease burst size when queues in burst...
2017-10-03 Paolo Valenteblock, bfq: let early-merged queues be weight-raised...
2017-10-03 Paolo Valenteblock, bfq: check and switch back to interactive wr...
2017-10-03 Paolo Valenteblock, bfq: fix wrong init of saved start time for...
2017-10-03 Jens Axboewriteback: only allow one inflight and pending full...
2017-10-03 Jens Axboewriteback: move nr_pages == 0 logic to one location
2017-10-03 Jens Axboewriteback: make wb_start_writeback() static
2017-10-03 Jens Axboewriteback: pass in '0' for nr_pages writeback in laptop...
2017-10-03 Jens Axboewriteback: provide a wakeup_flusher_threads_bdi()
2017-10-03 Jens Axboewriteback: remove 'range_cyclic' argument for wb_start_...
2017-10-03 Jens Axboewriteback: switch wakeup_flusher_threads() to cyclic...
2017-10-03 Jens Axboefs: kill 'nr_pages' argument from wakeup_flusher_threads()
2017-10-03 Jens Axboebuffer: eliminate the need to call free_more_memory...
2017-10-03 Jens Axboebuffer: grow_dev_page() should use __GFP_NOFAIL for...
2017-10-03 Jens Axboebuffer: have alloc_page_buffers() use __GFP_NOFAIL
2017-10-03 Jens Axboeblk-mq: wire up completion notifier for laptop mode
2017-10-01 Jens Axboeblk-mq-tag: kill unused tag enums
2017-09-30 weiping zhangblk-mq: remove unused function hctx_allow_merges
2017-09-30 weiping zhangnull_blk: add "no_sched" module parameter
2017-09-26 Shaohua Liblock: fix a build error
2017-09-26 Corentin Labbeblock: cryptoloop - Fix build warning
2017-09-26 Shaohua Liblock/loop: make loop cgroup aware
2017-09-26 Shaohua Liblock: make blkcg aware of kthread stored original...
2017-09-26 Shaohua Liblkcg: delete unused APIs
2017-09-26 Shaohua Likthread: add a mechanism to store cgroup info
2017-09-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2017-09-26 Al Virofix a typo in put_compat_shm_info()
2017-09-25 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2017-09-25 Linus TorvaldsMerge tag 'gfs2-for-linus-4.14-rc3' of git://git./linux...
2017-09-25 Linus TorvaldsMerge tag 'microblaze-4.14-rc3' of git://git.monstr...
2017-09-25 Linus TorvaldsMerge tag 'trace-v4.14-rc1-2' of git://git./linux/kerne...
2017-09-25 James Smartnvme-fcloop: fix port deletes and callbacks
2017-09-25 James Smartnvmet-fc: sync header templates with comments
2017-09-25 James Smartnvmet-fc: ensure target queue id within range.
2017-09-25 James Smartnvmet-fc: on port remove call put outside lock
2017-09-25 Sagi Grimbergnvme-rdma: don't fully stop the controller in error...
2017-09-25 Sagi Grimbergnvme-rdma: give up reconnect if state change fails
2017-09-25 Sagi Grimbergnvme-core: Use nvme_wq to queue async events and fw...
2017-09-25 James Smartnvme: fix sqhd reference when admin queue connect fails
2017-09-25 Andreas Gruenbachergfs2: Fix debugfs glocks dump
2017-09-25 Shaohua Liblock: fix a crash caused by wrong API
2017-09-25 Lukas Czernerfs: Fix page cache inconsistency when mixing buffered...
2017-09-25 James Smartnvmet: implement valid sqhd values in completions
2017-09-25 Guilherme G... nvme-fabrics: Allow 0 as KATO value
2017-09-25 James Smartnvme: allow timed-out ios to retry
2017-09-25 James Smartnvme: stop aer posting if controller state not live
2017-09-25 Keith Buschnvme-pci: Print invalid SGL only once
2017-09-25 Keith Buschnvme-pci: initialize queue memory before interrupts
2017-09-25 James Smartnvmet-fc: fix failing max io queue connections
2017-09-25 James Smartnvme-fc: use transport-specific sgl format
2017-09-25 James Smartnvme: add transport SGL definitions
2017-09-25 James Smartnvme.h: remove FC transport-specific error values
2017-09-25 James Smartqla2xxx: remove use of FC-specific error codes
2017-09-25 James Smartlpfc: remove use of FC-specific error codes
2017-09-25 James Smartnvmet-fcloop: remove use of FC-specific error codes
2017-09-25 James Smartnvmet-fc: remove use of FC-specific error codes
2017-09-25 James Smartnvme-fc: remove use of FC-specific error codes
2017-09-25 Omar Sandovalloop: remove union of use_aio and ref in struct loop_cmd
2017-09-25 Waiman Longblktrace: Fix potential deadlock between delete & sysfs ops
2017-09-25 Josef Baciknbd: ignore non-nbd ioctl's
2017-09-25 Christoph Hellwigbsg-lib: don't free job in bsg_prepare_job
2017-09-25 Mikulas Patockabrd: fix overflow in __brd_direct_access
2017-09-25 Babu Mogerarch: change default endian for microblaze
2017-09-25 Thomas Meyermicroblaze: Cocci spatch "vma_pages"
2017-09-25 Michal Simekmicroblaze: Add missing kvm_para.h to Kbuild
2017-09-24 Linus TorvaldsLinux 4.14-rc2 v4.14-rc2
next