Merge tag 'bcachefs-2024-01-26' of https://evilpiepirate.org/git/bcachefs
Pull bcachefs fixes from Kent Overstreet: - fix for REQ_OP_FLUSH usage; this fixes filesystems going read only with -EOPNOTSUPP from the block layer. (this really should have gone in with the block layer patch causing the -EOPNOTSUPP, or should have gone in before). - fix an allocation in non-sleepable context - fix one source of srcu lock latency, on devices with terrible discard latency - fix a reattach_inode() issue in fsck * tag 'bcachefs-2024-01-26' of https://evilpiepirate.org/git/bcachefs: bcachefs: __lookup_dirent() works in snapshot, not subvol bcachefs: discard path uses unlock_long() bcachefs: fix incorrect usage of REQ_OP_FLUSH bcachefs: Add gfp flags param to bch2_prt_task_backtrace()
Showing
- fs/bcachefs/alloc_background.c 1 addition, 1 deletionfs/bcachefs/alloc_background.c
- fs/bcachefs/btree_locking.c 2 additions, 2 deletionsfs/bcachefs/btree_locking.c
- fs/bcachefs/debug.c 1 addition, 1 deletionfs/bcachefs/debug.c
- fs/bcachefs/fs-io.c 1 addition, 1 deletionfs/bcachefs/fs-io.c
- fs/bcachefs/fsck.c 12 additions, 11 deletionsfs/bcachefs/fsck.c
- fs/bcachefs/journal.c 1 addition, 1 deletionfs/bcachefs/journal.c
- fs/bcachefs/journal_io.c 2 additions, 1 deletionfs/bcachefs/journal_io.c
- fs/bcachefs/str_hash.h 15 additions, 7 deletionsfs/bcachefs/str_hash.h
- fs/bcachefs/util.c 5 additions, 5 deletionsfs/bcachefs/util.c
- fs/bcachefs/util.h 2 additions, 2 deletionsfs/bcachefs/util.h
Please register or sign in to comment