Age | Commit message (Expand) | Author |
2015-12-14 | dm space map metadata: remove unused variable in brb_pop() | Mike Snitzer |
2015-12-10 | dm verity: add ignore_zero_blocks feature | Sami Tolvanen |
2015-12-10 | dm verity: add support for forward error correction | Sami Tolvanen |
2015-12-10 | dm verity: factor out verity_for_bv_block() | Sami Tolvanen |
2015-12-10 | dm verity: factor out structures and functions useful to separate object | Sami Tolvanen |
2015-12-10 | dm verity: move dm-verity.c to dm-verity-target.c | Sami Tolvanen |
2015-12-10 | dm verity: separate function for parsing opt args | Sami Tolvanen |
2015-12-10 | dm verity: clean up duplicate hashing code | Sami Tolvanen |
2015-12-10 | dm btree: factor out need_insert() helper | Mike Snitzer |
2015-12-10 | dm bufio: use BUG_ON instead of conditional call to BUG | Anup Limbu |
2015-12-10 | dm bufio: store stacktrace in buffers to help find buffer leaks | Mikulas Patocka |
2015-12-10 | dm bufio: return NULL to improve code clarity | Mikulas Patocka |
2015-12-10 | dm block manager: cleanup code that prints stacktrace | Mikulas Patocka |
2015-12-10 | dm: don't save and restore bi_private | Mikulas Patocka |
2015-12-10 | dm thin metadata: make dm_thin_find_mapped_range() atomic | Joe Thornber |
2015-12-10 | dm thin metadata: speed up discard of partially mapped volumes | Joe Thornber |
2015-12-10 | dm btree: fix bufio buffer leaks in dm_btree_del() error path | Joe Thornber |
2015-12-09 | dm space map metadata: fix ref counting bug when bootstrapping a new space map | Joe Thornber |
2015-12-09 | dm thin metadata: fix bug when taking a metadata snapshot | Joe Thornber |
2015-12-08 | treewide: Fix typos in printk | Masanari Iida |
2015-12-02 | dm thin metadata: fix bug in dm_thin_remove_range() | Joe Thornber |
2015-12-02 | dm btree: fix leak of bufio-backed block in btree_split_sibling error path | Mike Snitzer |
2015-11-23 | dm thin: fix regression in advertised discard limits | Mike Snitzer |
2015-11-19 | dm crypt: fix a possible hang due to race condition on exit | Mikulas Patocka |
2015-11-17 | dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_path | Junichi Nomura |
2015-11-17 | dm: do not reuse dm_blk_ioctl block_device input as local variable | Mike Snitzer |
2015-11-17 | dm: fix ioctl retry termination with signal | Junichi Nomura |
2015-11-16 | dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans... | Mike Snitzer |
2015-11-10 | Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-11-10 | Merge tag 'md/4.4-rc0-fix' of git://neil.brown.name/md | Linus Torvalds |
2015-11-09 | raid5-cache: add crc32c Kconfig dependency | Arnd Bergmann |
2015-11-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2015-11-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2015-11-07 | block: change ->make_request_fn() and users to return a queue cookie | Jens Axboe |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman |
2015-11-06 | bcache: Really show state of work pending bit | Petr Mladek |
2015-11-04 | Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds |
2015-11-04 | Merge tag 'md/4.4' of git://neil.brown.name/md | Linus Torvalds |
2015-11-04 | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-10-31 | Merge tag 'md/4.3-rc7-fixes' of git://neil.brown.name/md | Linus Torvalds |
2015-11-01 | MD: when RAID journal is missing/faulty, block RESTART_ARRAY_RW | Song Liu |
2015-11-01 | MD: set journal disk ->raid_disk | Shaohua Li |
2015-11-01 | MD: kick out journal disk if it's not fresh | Song Liu |
2015-11-01 | raid5-cache: start raid5 readonly if journal is missing | Shaohua Li |
2015-11-01 | MD: add new bit to indicate raid array with journal | Song Liu |
2015-11-01 | raid5-cache: IO error handling | Shaohua Li |
2015-11-01 | raid5: journal disk can't be removed | Shaohua Li |
2015-11-01 | raid5-cache: add trim support for log | Shaohua Li |
2015-11-01 | MD: fix info output for journal disk | Shaohua Li |
2015-11-01 | raid5-cache: use bio chaining | Christoph Hellwig |