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
2019-11-20
Btrfs: fix log context list corruption after rename exchange operation
Filipe Manana
1
-0
/
+15
2019-11-12
btrfs: save i_size to avoid double evaluation of i_size_read in compress_file...
Josef Bacik
1
-1
/
+14
2019-11-12
btrfs: tree-checker: Fix wrong check on max devid
Qu Wenruo
1
-8
/
+0
2019-11-12
btrfs: Consider system chunk array size for new SYSTEM chunks
Qu Wenruo
1
-0
/
+1
2019-11-06
btrfs: silence maybe-uninitialized warning in clone_range
Austin Kim
1
-1
/
+1
2019-11-06
btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...
Qu Wenruo
7
-27
/
+20
2019-11-06
Btrfs: fix inode cache block reserve leak on failure to allocate data space
Filipe Manana
1
-0
/
+1
2019-10-29
btrfs: tracepoints: Fix wrong parameter order for qgroup events
Qu Wenruo
1
-2
/
+2
2019-10-29
Btrfs: check for the full sync flag while holding the inode lock during fsync
Filipe Manana
1
-19
/
+17
2019-10-29
Btrfs: fix qgroup double free after failure to reserve metadata for delalloc
Filipe Manana
1
-1
/
+0
2019-10-29
btrfs: don't needlessly create extent-refs kernel thread
David Sterba
2
-8
/
+0
2019-10-29
Btrfs: add missing extents release on file extent cluster relocation error
Filipe Manana
1
-0
/
+2
2019-10-29
btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()
Qu Wenruo
1
-0
/
+1
2019-10-17
btrfs: fix uninitialized ret in ref-verify
Josef Bacik
1
-1
/
+1
2019-10-17
btrfs: fix incorrect updating of log root tree
Josef Bacik
1
-9
/
+27
2019-10-17
Btrfs: fix memory leak due to concurrent append writes with fiemap
Filipe Manana
1
-1
/
+12
2019-10-17
btrfs: fix balance convert to single on 32-bit host CPUs
Zygo Blaxell
1
-1
/
+5
2019-10-17
btrfs: allocate new inode in NOFS context
Josef Bacik
1
-0
/
+3
2019-10-17
btrfs: relocation: fix use-after-free on dead relocation roots
Qu Wenruo
1
-1
/
+8
2019-10-11
Btrfs: fix selftests failure due to uninitialized i_mode in test inodes
Filipe Manana
1
-1
/
+7
2019-10-05
btrfs: Fix a regression which we can't convert to SINGLE profile
Qu Wenruo
1
-1
/
+7
2019-10-05
Btrfs: fix race setting up and completing qgroup rescan workers
Filipe Manana
1
-14
/
+19
2019-10-05
btrfs: qgroup: Fix reserved data space leak if we have multiple reserve calls
Qu Wenruo
1
-0
/
+3
2019-10-05
btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data space
Qu Wenruo
1
-1
/
+1
2019-10-05
btrfs: adjust dirty_metadata_bytes after writeback failure of extent buffer
Dennis Zhou
1
-0
/
+9
2019-10-05
btrfs: Relinquish CPUs in btrfs_compare_trees
Nikolay Borisov
1
-0
/
+1
2019-10-05
Btrfs: fix use-after-free when using the tree modification log
Filipe Manana
1
-1
/
+3
2019-10-05
btrfs: fix allocation of free space cache v1 bitmap pages
Christophe Leroy
3
-7
/
+22
2019-10-05
btrfs: Detect unbalanced tree with empty leaf before crashing btree operations
Qu Wenruo
2
-0
/
+16
2019-10-05
btrfs: tree-checker: Add ROOT_ITEM check
Qu Wenruo
1
-0
/
+92
2019-10-05
btrfs: extent-tree: Make sure we only allocate extents from block groups with...
Qu Wenruo
1
-0
/
+8
2019-10-05
btrfs: delayed-inode: Kill the BUG_ON() in btrfs_delete_delayed_dir_index()
Qu Wenruo
1
-2
/
+11
2019-09-13
Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-17
/
+34
2019-09-12
Btrfs: fix unwritten extent buffers and hangs on future writeback attempts
Filipe Manana
1
-9
/
+26
2019-09-12
Btrfs: fix assertion failure during fsync and use of stale transaction
Filipe Manana
1
-8
/
+8
2019-08-18
Merge tag 'for-5.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-55
/
+35
2019-08-07
btrfs: trim: Check the range passed into to prevent overflow
Qu Wenruo
1
-3
/
+11
2019-08-07
Btrfs: fix sysfs warning and missing raid sysfs directories
Filipe Manana
4
-52
/
+24
2019-08-03
Merge tag 'for-5.3-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-67
/
+47
2019-07-30
Btrfs: fix deadlock between fiemap and transaction commits
Filipe Manana
3
-5
/
+22
2019-07-30
Btrfs: fix race leading to fs corruption after transaction abort
Filipe Manana
1
-0
/
+10
2019-07-30
Btrfs: fix incremental send failure after deduplication
Filipe Manana
1
-62
/
+15
2019-07-26
Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-8
/
+12
2019-07-26
btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_range
Naohiro Aota
1
-5
/
+6
2019-07-25
btrfs: Fix deadlock caused by missing memory barrier
Nikolay Borisov
1
-3
/
+6
2019-07-22
Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-4
/
+32
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-6
/
+9
2019-07-17
btrfs: don't leak extent_map in btrfs_get_io_geometry()
Johannes Thumshirn
1
-3
/
+7
2019-07-17
btrfs: free checksum hash on in close_ctree
Johannes Thumshirn
1
-0
/
+1
2019-07-17
btrfs: Fix build error while LIBCRC32C is module
YueHaibing
1
-0
/
+1
[next]