summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Collapse)Author
2023-08-17Update bcachefs sources to a8115093df bcachefs: Fix divide by zero in ↵Kent Overstreet
rebalance_work()
2023-06-04Update bcachefs sources to 7c0fe6f104 bcachefs: Fix bch2_fsck_ask_yn()Kent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-02-09Update bcachefs sources to ea93c26e98 fixup! bcachefs: We can handle missing ↵Kent Overstreet
btree roots for all alloc btrees Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2022-10-10Update bcachefs sources to 47ffed9fad bcachefs: ↵Kent Overstreet
bch2_btree_delete_range_trans() now uses peek_upto()
2020-06-04Fix build when CONFIG_BCACHEFS_DEBUG=yKent Overstreet
2019-11-04Use the correct clock for userspace time.Justin Husted
The ktime_get_coarse_real_ts64() implementation for userspace was using CLOCK_MONOTONIC instead of CLOCK_REALTIME_COARSE. This resulted in files being timestamped with a time close to the unix epoch. Signed-off-by: Justin Husted <sigstop@gmail.com>
2019-04-17Update bcachefs sources to 6f603b8d79 bcachefs: some improvements to startup ↵Kent Overstreet
messages and options
2019-04-04Update bcachefs sources to d83b992f65 bcachefs: Rewrite ↵Kent Overstreet
journal_seq_blacklist machinery
2018-11-04Added ktime_get_real_seconds() wrapperTim Schlueter
Also, changed the last_mount print so it no longer prints out two newlines.
2018-08-15Update bcachefs sources to 15f6e66e86 bcachefs: pass around bset_tree lessKent Overstreet
2018-02-05use futex instead of pthread cond variable for scheduleKent Overstreet
2017-02-06update bcache code, fsck improvementsKent Overstreet
2017-01-20bcache in userspace; userspace fsckKent Overstreet