OSDN Git Service

sagit-ice-cold/kernel_xiaomi_msm8998.git
2014-11-10 Joe Thornberdm thin: sort the deferred cells
2014-11-10 Joe Thornberdm thin: direct dispatch when breaking sharing
2014-11-10 Joe Thornberdm thin: remap the bios in a cell immediately
2014-11-10 Joe Thornberdm thin: defer whole cells rather than individual bios
2014-11-10 Mike Snitzerdm thin: factor out remap_and_issue_overwrite
2014-11-10 Joe Thornberdm thin: performance improvement to discard processing
2014-11-10 Mike Snitzerdm thin: implement thin_merge
2014-11-10 Mike Snitzerdm: improve documentation and code clarity in dm_merge_bvec
2014-11-10 Mike Snitzerdm thin: adjust max_sectors_kb based on thinp blocksize
2014-11-10 Joe Thornberdm thin: throttle incoming IO
2014-11-10 Joe Thornberdm thin: prefetch missing metadata pages
2014-11-10 Joe Thornberdm transaction manager: add support for prefetching...
2014-11-10 Joe Thornberdm thin metadata: change dm_thin_find_block to allow...
2014-11-10 Joe Thornberdm bio prison: switch to using a red black tree
2014-11-10 Joe Thornberdm bufio: evict buffers that are past the max age but...
2014-11-10 Joe Thornberdm bufio: switch from a huge hash table to an rbtree
2014-11-10 Joe Thornberdm btree: fix a recursion depth bug in btree walking...
2014-11-04 Joe Thornberdm thin: grab a virtual cell before looking up the...
2014-10-29 Heinz Mauelshagendm raid: fix inaccessible superblocks causing oops...
2014-10-21 Heinz Mauelshagendm raid: ensure superblock's size matches device's...
2014-10-17 Mikulas Patockadm bufio: change __GFP_IO to __GFP_FS in shrinker callbacks
2014-10-11 Pavitra Kumardm stripe: fix potential for leak in stripe_ctr error...
2014-10-06 Alexey Khoroshilovdm log userspace: fix memory leak in dm_ulog_tfr_init...
2014-10-06 Mikulas Patockadm bufio: when done scanning return from __scan immediately
2014-10-06 Joe Thornberdm bufio: update last_accessed when relinking a buffer
2014-10-06 Heinz Mauelshagendm raid: add discard support for RAID levels 4, 5 and 6
2014-10-06 Heinz Mauelshagendm raid: add discard support for RAID levels 1 and 10
2014-10-06 Benjamin Marzinskidm: allow active and inactive tables to share dm_devs
2014-10-06 Benjamin Marzinskidm mpath: stop queueing IO when no valid paths exist
2014-10-06 Junichi Nomuradm: use bioset_create_nobvec()
2014-10-06 Junichi Nomuradm: remove nr_iovecs parameter from alloc_tio()
2014-10-03 Junichi Nomurablock: add bioset_create_nobvec()
2014-10-03 Junichi Nomurablock: use bio_clone_fast() in blk_rq_prep_clone()
2014-10-01 Hannes Reineckeblock: misplaced rq_complete tracepoint
2014-09-30 Martin K. Petersensd: Honor block layer integrity handling flags
2014-09-27 Rasmus Villemoesblock: Replace strnicmp with strncasecmp
2014-09-27 Martin K. Petersenblock: Add T10 Protection Information functions
2014-09-27 Martin K. Petersenblock: Don't merge requests if integrity flags differ
2014-09-27 Martin K. Petersenblock: Integrity checksum flag
2014-09-27 Martin K. Petersenblock: Relocate bio integrity flags
2014-09-27 Martin K. Petersenblock: Add a disk flag to block integrity profile
2014-09-27 Martin K. Petersenblock: Add prefix to block integrity profile flags
2014-09-27 Martin K. Petersenblock: Clean up the code used to generate and verify...
2014-09-27 Martin K. Petersenblock: Make protection interval calculation generic
2014-09-27 Martin K. Petersenblock: Deprecate the use of the term sector in the...
2014-09-27 Martin K. Petersenblock: Remove bip_buf
2014-09-27 Martin K. Petersenblock: Remove integrity tagging functions
2014-09-27 Martin K. Petersenblock: Replace bi_integrity with bi_special
2014-09-27 Martin K. Petersenblock: Get rid of bdev_integrity_enabled()
2014-09-25 Ming Leiblk-mq: support per-distpatch_queue flush machinery
2014-09-25 Ming Leiblock: introduce 'blk_mq_ctx' parameter to blk_get_flus...
2014-09-25 Ming Leiblock: flush: avoid to figure out flush queue unnecessarily
2014-09-25 Ming Leiblock: remove blk_init_flush() and its pair
2014-09-25 Ming Leiblock: introduce blk_flush_queue to drive flush machinery
2014-09-25 Ming Leiblock: avoid to use q->flush_rq directly
2014-09-25 Ming Leiblock: move flush initialization to blk_flush_init
2014-09-25 Ming Leiblock: introduce blk_init_flush and its pair
2014-09-25 Ming Leiblk-mq: allocate flush_rq in blk_mq_init_flush()
2014-09-25 Ming Leiblk-mq: handle failure path for initializing hctx
2014-09-22 Christoph Hellwigscsi: move blk_mq_start_request call earlier
2014-09-22 Christoph Hellwigblock: fix blk_abort_request on blk-mq
2014-09-22 Ming Leiblk-timeout: fix blk_add_timer
2014-09-22 Jens Axboeblk-mq: limit memory consumption if a crash dump is...
2014-09-22 Ming Leiblk-mq: remove unnecessary blk_clear_rq_complete()
2014-09-22 Christoph Hellwigblk-mq: pass a reserved argument to the timeout handler
2014-09-22 Christoph Hellwigblk-mq: unshared timeout handler
2014-09-22 Christoph Hellwigblk-mq: fix and simplify tag iteration for the timeout...
2014-09-22 Christoph Hellwigblk-mq: rename blk_mq_end_io to blk_mq_end_request
2014-09-22 Christoph Hellwigblk-mq: call blk_mq_start_request from ->queue_rq
2014-09-22 Christoph Hellwigblk-mq: remove REQ_END
2014-09-22 Jens AxboeMerge branch 'for-linus' into for-3.18/core
2014-09-22 Jens Axboeblk-mq: use blk_mq_start_hw_queues() when running reque...
2014-09-22 Jens Axboeblk-mq: fix potential oops on out-of-memory in __blk_mq...
2014-09-22 Christoph Hellwigblk-mq: avoid infinite recursion with the FUA flag
2014-09-22 David Hildenbrandblk-mq: Avoid race condition with uninitialized requests
2014-09-22 Jens Axboeblk-mq: request deadline must be visible before marking...
2014-09-16 Linus TorvaldsMerge tag 'gfs2-fixes' of git://git./linux/kernel/git...
2014-09-16 James Hoganvfs: workaround gcc <4.6 build error in link_path_walk()
2014-09-16 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git./linux/kernel...
2014-09-15 Linus TorvaldsMerge tag 'regmap-v3.17-rc5' of git://git./linux/kernel...
2014-09-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-09-15 Tony Luckia64: Fix syscall number for memfd_create
2014-09-15 Linus Torvaldsvfs: simplify and shrink stack frame of link_path_walk()
2014-09-15 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2014-09-15 Linus TorvaldsLinux 3.17-rc5
2014-09-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-09-15 Linus Torvaldsvfs: avoid non-forwarding large load after small store...
2014-09-14 Linus TorvaldsMerge branch 'parisc-3.17-1' of git://git./linux/kernel...
2014-09-14 Al Virobe careful with nd->inode in path_init() and follow_dot...
2014-09-14 Al Virodon't bugger nd->seq on set_root_rcu() from follow_dotd...
2014-09-14 Linus TorvaldsMerge tag 'ntb-3.17' of git://github.com/jonmason/ntb
2014-09-14 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git./linux...
2014-09-14 Thomas GleixnerMerge tag 'irqchip-urgent-3.17' of git://git.infradead...
2014-09-14 Dave Jiangntb: Add alignment check to meet hardware requirement
2014-09-14 Jon MasonMAINTAINERS: update NTB info
2014-09-14 Jon MasonNTB: correct the spread of queues over mw's
2014-09-14 Al Virofix bogus read_seqretry() checks introduced in b37199e
2014-09-14 Al Viromove the call of __d_drop(anon) into __d_materialise_un...
2014-09-14 Al Viro[fix] lustre: d_make_root() does iput() on dentry alloc...
2014-09-13 Linus TorvaldsMerge branches 'locking-urgent-for-linus' and 'timers...
next