index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-18
btrfs: tree-log: check btrfs_lookup_data_extent return value
Marcos Paulo de Souza
1
-1
/
+3
2021-09-18
btrfs: reset replace target device to allocation state on close
Desmond Cheong Zhi Xi
1
-0
/
+3
2021-09-18
btrfs: wake up async_delalloc_pages waiters after submit
Josef Bacik
1
-5
/
+5
2021-09-03
btrfs: fix NULL pointer dereference when deleting device by invalid id
Qu Wenruo
1
-1
/
+1
2021-09-03
btrfs: fix race between marking inode needs to be logged and log syncing
Filipe Manana
4
-13
/
+19
2021-09-03
Revert "btrfs: compression: don't try to compress if we don't have enough pages"
Qu Wenruo
1
-1
/
+1
2021-08-26
btrfs: prevent rename2 from exchanging a subvol with a directory from differe...
NeilBrown
1
-2
/
+8
2021-08-08
btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...
Filipe Manana
1
-2
/
+2
2021-08-08
btrfs: fix race causing unnecessary inode logging during link and rename
Filipe Manana
1
-3
/
+2
2021-08-04
btrfs: mark compressed range uptodate only if all bio succeed
Goldwyn Rodrigues
1
-1
/
+1
2021-08-04
btrfs: fix rw device counting in __btrfs_free_extra_devids
Desmond Cheong Zhi Xi
1
-0
/
+1
2021-07-28
btrfs: check for missing device in btrfs_trim_fs
Anand Jain
1
-0
/
+3
2021-07-14
btrfs: clear log tree recovering status if starting transaction fails
David Sterba
1
-0
/
+1
2021-07-14
btrfs: disable build on platforms having page size 256K
Christophe Leroy
1
-0
/
+2
2021-07-14
btrfs: don't clear page extent mapped if we're not invalidating the full page
Qu Wenruo
1
-1
/
+13
2021-07-14
btrfs: sysfs: fix format string for some discard stats
David Sterba
1
-2
/
+2
2021-07-14
btrfs: abort transaction if we fail to update the delayed inode
Josef Bacik
1
-0
/
+8
2021-07-14
btrfs: fix error handling in __btrfs_update_delayed_inode
Josef Bacik
1
-6
/
+4
2021-07-14
btrfs: clear defrag status of a root if starting transaction fails
David Sterba
1
-2
/
+4
2021-07-14
btrfs: compression: don't try to compress if we don't have enough pages
David Sterba
1
-1
/
+1
2021-07-14
btrfs: send: fix invalid path for unlink operations after parent orphanization
Filipe Manana
1
-0
/
+11
2021-06-16
btrfs: promote debugging asserts to full-fledged checks in validate_super
Nikolay Borisov
1
-8
/
+18
2021-06-16
btrfs: return value from btrfs_mark_extent_written() in case of error
Ritesh Harjani
1
-2
/
+2
2021-06-10
btrfs: fix unmountable seed device after fstrim
Anand Jain
1
-3
/
+7
2021-06-10
btrfs: fix deadlock when cloning inline extents and low on available space
Filipe Manana
1
-16
/
+22
2021-06-10
btrfs: abort in rename_exchange if we fail to insert the second ref
Josef Bacik
1
-1
/
+6
2021-06-10
btrfs: fixup error handling in fixup_inode_link_counts
Josef Bacik
1
-6
/
+7
2021-06-10
btrfs: return errors from btrfs_del_csums in cleanup_ref_head
Josef Bacik
1
-1
/
+1
2021-06-10
btrfs: fix error handling in btrfs_del_csums
Josef Bacik
1
-5
/
+5
2021-06-10
btrfs: mark ordered extent and inode with error if we fail to finish
Josef Bacik
1
-0
/
+12
2021-06-10
btrfs: tree-checker: do not error out if extent ref hash doesn't match
Josef Bacik
1
-12
/
+4
2021-06-03
btrfs: do not BUG_ON in link_to_fixup_dir
Josef Bacik
1
-2
/
+0
2021-06-03
btrfs: release path before starting transaction when cloning inline extent
Filipe Manana
1
-0
/
+5
2021-06-03
btrfs: return whole extents in fiemap
Boris Burkov
1
-1
/
+6
2021-05-26
btrfs: avoid RCU stalls while running delayed iputs
Josef Bacik
1
-0
/
+1
2021-05-19
btrfs: fix race leading to unpersisted data and metadata on fsync
Filipe Manana
2
-12
/
+27
2021-05-11
btrfs: fix race when picking most recent mod log operation for an old root
Filipe Manana
1
-0
/
+20
2021-05-11
btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s
Josef Bacik
1
-3
/
+3
2021-05-11
btrfs: do proper error handling in btrfs_update_reloc_root
Josef Bacik
1
-4
/
+2
2021-05-11
btrfs: do proper error handling in create_reloc_root
Josef Bacik
1
-6
/
+28
2021-05-11
btrfs: fix race between transaction aborts and fsyncs leading to use-after-free
Filipe Manana
1
-1
/
+11
2021-05-11
btrfs: fix metadata extent leak after failure to create subvolume
Filipe Manana
1
-3
/
+15
2021-05-11
btrfs: handle remount to no compress during compression
Qu Wenruo
1
-3
/
+8
2021-03-30
btrfs: fix sleep while in non-sleep context during qgroup removal
Filipe Manana
1
-2
/
+10
2021-03-25
btrfs: fix slab cache flags for free space tree bitmap
David Sterba
1
-1
/
+1
2021-03-25
btrfs: fix race when cloning extent buffer during rewind of an old root
Filipe Manana
1
-0
/
+2
2021-03-11
btrfs: don't flush from btrfs_delayed_inode_reserve_metadata
Nikolay Borisov
2
-2
/
+3
2021-03-11
btrfs: export and rename qgroup_reserve_meta
Nikolay Borisov
2
-4
/
+6
2021-03-09
btrfs: fix warning when creating a directory with smack enabled
Filipe Manana
1
-4
/
+27
2021-03-09
btrfs: unlock extents in btrfs_zero_range in case of quota reservation errors
Nikolay Borisov
1
-1
/
+4
[next]