summaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Expand)Author
2022-10-09Update bcachefs sources to cbccc6d869 bcachefs: Ratelimit ec error messageKent Overstreet
2022-09-28Update bcachefs sources to 24c6361e20 bcachefs: Fix a trans path overflow in ...Kent Overstreet
2022-09-04Update bcachefs sources to 176718966e bcachefs: Re-enable hash_redo_key()Kent Overstreet
2022-08-18Update bcachefs sources to dfaf9a6ee2 lib/printbuf: Clean up headersKent Overstreet
2022-08-11Update bcachefs sources to 90a9c61e2b bcachefs: Switch bch2_btree_delete_rang...Kent Overstreet
2022-06-22Fix bdev_logical_block_size()Kent Overstreet
2022-06-22Fix printk_ratelimited()Kent Overstreet
2022-06-18cmd_dump: Use buffered IO for reading device metadataKent Overstreet
2022-06-09Update bcachefs sources to 24f7e08cd8 bcachefs: shrinker.to_text() methodsKent Overstreet
2022-05-30Update bcachefs sources to fad6d13aa5 fixup! bcachefs: Add persistent countersKent Overstreet
2022-04-08Update bcachefs sources to 6ddf061e68 bcachefs: Use a genradix for reading jo...Kent Overstreet
2022-03-28Heap code fixKent Overstreet
2022-03-21Shrinker improvementsKent Overstreet
2022-03-21Better bio_alloc_bioset()Kent Overstreet
2022-03-13Update bcachefs sources to e48731a188 bcachefs: Fix BTREE_TRIGGER_WANTS_OLD_A...Kent Overstreet
2022-02-13Update bcachefs sources to ba398d2906 bcachefs: Fix reflink repair codeKent Overstreet
2021-11-03Update bcachefs sources to 5fd0c70102 bcachefs: Fix __remove_dirent()Kent Overstreet
2021-10-16Fix 32 bit io regressionBrett Holman
2021-10-10Fall back to synchronous io when kernel doesn't support aio.Brett Holman
2021-10-09Correctly print out error from io_setup()Kent Overstreet
2021-09-22Make aio code use struct io_iocb_common to support 32 bit architecturesBrett Holman
2021-07-07Update bcachefs sources to dbee44d5ab bcachefs: add bcachefs xxhash supportKent Overstreet
2021-06-23Update bcachefs sources to ca3cfad39f fixup! bcachefs: Improve iter->should_b...Kent Overstreet
2021-06-13Cleanup Makefile for better compatibility + enable "make debug"jpsollie
2021-06-08Update bcachefs sources to e3a7cee503 bcachefs: Don't mark superblocks past e...Kent Overstreet
2021-06-05Work around build error with gcc <10Justin Husted
2021-05-27Update closures from kernel source treeKent Overstreet
2021-04-30Update bcachefs sources to a5c0e1bb30 bcachefs: Clean up bch2_btree_and_journ...Kent Overstreet
2021-04-24Add a real mempool implementationKent Overstreet
2021-04-04Update bcachefs sources to f26267fc82 bcachefs: kill bset_tree->max_keyKent Overstreet
2021-03-31If we failed to read /proc/meminfo, just run the shrinkers.Kent Overstreet
2021-03-29Update bcachefs sources to 18686af684 bcachefs: Inode backpointersv0.13Kent Overstreet
2021-03-24Update bcachefs sources to ad68801b93 bcachefs: Use pcpu mode of six locks fo...Kent Overstreet
2021-02-24Don't die in kthread_create()Kent Overstreet
2021-02-12generix radix trees: Don't overflow in peek()Kent Overstreet
2021-01-12Don't use mlockall()Kent Overstreet
2020-08-24Update bcachefs sources to 10ab39f2fa bcachefs: Improvements to the journal r...Kent Overstreet
2020-06-15Update bcachefs sources to 4837f82ee1 bcachefs: Use cached iterators for allo...Kent Overstreet
2020-06-03Update bcachefs sources to c9b4a210f9 fixup! bcachefs: Fixes for going ROKent Overstreet
2020-05-14Update bcachefs sources to e1f6739c4a bcachefs: Fix another iterator counting...Kent Overstreet
2020-05-05Fix building on muslYuxuan Shui
2019-12-14Increase stack size of userspace threads to 32k.Justin Husted
2019-12-04Put valgrind support behind CONFIG_VALGRINDKent Overstreet
2019-11-07Make userspace blkdev cleanup code more robust.Justin Husted
2019-11-07Fix refcount bug in blkdev and timer kthreads.Justin Husted
2019-11-03Stop blkdev completion thread at process exit time, to make valgrindJustin Husted
2019-11-03Stop workqueue threads at process exit time, to make valgrind happy.Justin Husted
2019-11-03Stop the timer task at process exit time, to make valgrind happy.Justin Husted
2019-11-03Change preempt_disable() etc. to use a recursive mutex.Justin Husted
2019-10-18Add valgrind handling: data read from io_submit was not being markedJustin Husted