-
- Downloads
Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs fixes from David Sterba: - fix freeing allocated id for anon dev when snapshot creation fails - fiemap fixes: - followup for a recent deadlock fix, ranges that fiemap can access can still race with ordered extent completion - make sure fiemap with SYNC flag does not race with writes * tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: fix double free of anonymous device after snapshot creation failure btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is given btrfs: fix race between ordered extent completion and fiemap
No related branches found
No related tags found
Showing
- fs/btrfs/disk-io.c 11 additions, 11 deletionsfs/btrfs/disk-io.c
- fs/btrfs/disk-io.h 1 addition, 1 deletionfs/btrfs/disk-io.h
- fs/btrfs/extent_io.c 104 additions, 20 deletionsfs/btrfs/extent_io.c
- fs/btrfs/inode.c 21 additions, 1 deletionfs/btrfs/inode.c
- fs/btrfs/ioctl.c 1 addition, 1 deletionfs/btrfs/ioctl.c
- fs/btrfs/transaction.c 1 addition, 1 deletionfs/btrfs/transaction.c
Loading
Please register or sign in to comment