Age | Commit message (Expand) | Author |
2024-01-18 | Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linux | Linus Torvalds |
2024-01-11 | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux | Linus Torvalds |
2024-01-09 | md/raid1: Use blk_opf_t for read and write operations | Bart Van Assche |
2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-01-09 | md: Fix md_seq_ops() regressions | Yu Kuai |
2024-01-08 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov |
2024-01-08 | Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds |
2023-12-29 | bcache: use the default discard granularity | Christoph Hellwig |
2023-12-29 | bcache: discard_granularity should not be smaller than a sector | Christoph Hellwig |
2023-12-19 | block: remove support for the host aware zone model | Christoph Hellwig |
2023-12-19 | md: Remove deprecated CONFIG_MD_FAULTY | Song Liu |
2023-12-19 | md: Remove deprecated CONFIG_MD_MULTIPATH | Song Liu |
2023-12-19 | md: Remove deprecated CONFIG_MD_LINEAR | Song Liu |
2023-12-18 | dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM | Mike Snitzer |
2023-12-18 | dm-integrity: don't modify bio's immutable bio_vec in integrity_metadata() | Mikulas Patocka |
2023-12-18 | dm-raid: delay flushing event_work() after reconfig_mutex is released | Yu Kuai |
2023-12-15 | md/raid1: support read error check | Li Nan |
2023-12-15 | md: factor out a helper exceed_read_errors() to check read_errors | Li Nan |
2023-12-15 | md: Whenassemble the array, consult the superblock of the freshest device | Alex Lyakas |
2023-12-15 | md/raid1: remove unnecessary null checking | Gou Hao |
2023-12-08 | Merge tag 'block-6.7-2023-12-08' of git://git.kernel.dk/linux | Linus Torvalds |
2023-12-07 | Merge tag 'md-fixes-20231207-1' of https://git.kernel.org/pub/scm/linux/kerne... | Jens Axboe |
2023-12-07 | md: split MD_RECOVERY_NEEDED out of mddev_resume | Yu Kuai |
2023-12-06 | Merge tag 'md-fixes-20231206' of https://git.kernel.org/pub/scm/linux/kernel/... | Jens Axboe |
2023-12-06 | md: fix stopping sync thread | Yu Kuai |
2023-12-06 | md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly() | Yu Kuai |
2023-12-06 | md: fix missing flush of sync_work | Yu Kuai |
2023-12-01 | Merge tag 'md-fixes-20231201-1' of https://git.kernel.org/pub/scm/linux/kerne... | Jens Axboe |
2023-12-01 | md: synchronize flush io with array reconfiguration | Yu Kuai |
2023-12-01 | md/raid6: use valid sector values to determine if an I/O should wait on the r... | David Jeffery |
2023-12-02 | Merge tag 'block-6.7-2023-12-01' of git://git.kernel.dk/linux | Linus Torvalds |
2023-12-02 | Merge tag 'dm-6.7/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2023-12-02 | Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds |
2023-11-29 | dm-flakey: start allocating with MAX_ORDER | Mikulas Patocka |
2023-11-29 | dm-verity: align struct dm_verity_fec_io properly | Mikulas Patocka |
2023-11-29 | dm verity: don't perform FEC for failed readahead IO | Wu Bo |
2023-11-29 | dm verity: initialize fec io before freeing it | Wu Bo |
2023-11-27 | md/md-multipath: remove rcu protection to access rdev from conf | Yu Kuai |
2023-11-27 | md/raid5: remove rcu protection to access rdev from conf | Yu Kuai |
2023-11-27 | md/raid1: remove rcu protection to access rdev from conf | Yu Kuai |
2023-11-27 | md/raid10: remove rcu protection to access rdev from conf | Yu Kuai |
2023-11-27 | md: remove flag RemoveSynchronized | Yu Kuai |
2023-11-27 | Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d" | Junxiao Bi |
2023-11-27 | md: bypass block throttle for superblock update | Junxiao Bi |
2023-11-24 | bcache: revert replacing IS_ERR_OR_NULL with IS_ERR | Markus Weippert |
2023-11-24 | closures: CLOSURE_CALLBACK() to fix type punning | Kent Overstreet |
2023-11-23 | Merge tag 'block-6.7-2023-11-23' of git://git.kernel.dk/linux | Linus Torvalds |
2023-11-20 | Merge tag 'md-fixes-20231120' of https://git.kernel.org/pub/scm/linux/kernel/... | Jens Axboe |
2023-11-20 | bcache: avoid NULL checking to c->root in run_cache_set() | Coly Li |
2023-11-20 | bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc() | Coly Li |