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
2020-08-21
btrfs: check correct variable after allocation in btrfs_backref_iter_alloc
Boleyn Su
1
-1
/
+1
2020-08-21
btrfs: fix return value mixup in btrfs_get_extent
Pavel Machek
1
-1
/
+1
2020-08-21
btrfs: make sure SB_I_VERSION doesn't get unset by remount
Josef Bacik
1
-0
/
+6
2020-08-21
btrfs: trim: fix underflow in trim length to prevent access beyond device bou...
Qu Wenruo
3
-0
/
+20
2020-08-21
btrfs: fix memory leaks after failure to lookup checksums during inode logging
Filipe Manana
1
-6
/
+2
2020-08-21
btrfs: inode: fix NULL pointer dereference if inode doesn't need compression
Qu Wenruo
1
-5
/
+11
2020-08-21
btrfs: only search for left_info if there is no right_info in try_merge_free_...
Josef Bacik
1
-2
/
+2
2020-08-21
btrfs: fix messages after changing compression level by remount
David Sterba
1
-5
/
+9
2020-08-21
btrfs: don't show full path of bind mounts in subvol=
Josef Bacik
1
-2
/
+8
2020-08-21
btrfs: fix race between page release and a fast fsync
Filipe Manana
1
-3
/
+13
2020-08-21
btrfs: don't WARN if we abort a transaction with EROFS
Josef Bacik
1
-1
/
+1
2020-08-21
btrfs: sysfs: use NOFS for device creation
Josef Bacik
1
-0
/
+3
2020-08-21
btrfs: return EROFS for BTRFS_FS_STATE_ERROR cases
Josef Bacik
3
-3
/
+6
2020-08-21
btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...
Qu Wenruo
1
-1
/
+8
2020-08-21
btrfs: add missing check for nocow and compression inode flags
David Sterba
1
-8
/
+22
2020-08-21
btrfs: relocation: review the call sites which can be interrupted by signal
Qu Wenruo
2
-3
/
+26
2020-08-21
btrfs: move the chunk_mutex in btrfs_read_chunk_tree
Josef Bacik
1
-2
/
+2
2020-08-21
btrfs: open device without device_list_mutex
Josef Bacik
1
-3
/
+18
2020-08-21
btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctl
Johannes Thumshirn
1
-3
/
+13
2020-08-21
btrfs: don't traverse into the seed devices in show_devname
Anand Jain
1
-14
/
+7
2020-08-21
btrfs: remove no longer needed use of log_writers for the log root tree
Filipe Manana
2
-13
/
+1
2020-08-21
btrfs: only commit delayed items at fsync if we are logging a directory
Filipe Manana
1
-4
/
+5
2020-08-21
btrfs: stop incremening log_batch for the log root tree when syncing log
Filipe Manana
2
-1
/
+1
2020-08-21
btrfs: only commit the delayed inode when doing a full fsync
Filipe Manana
1
-5
/
+7
2020-08-21
btrfs: ref-verify: fix memory leak in add_block_entry
Tom Rix
1
-0
/
+2
2020-08-21
btrfs: preallocate anon block device at first phase of snapshot creation
Qu Wenruo
5
-9
/
+89
2020-08-21
btrfs: don't allocate anonymous block device for user invisible roots
Qu Wenruo
1
-3
/
+10
2020-08-21
btrfs: free anon block device right after subvolume deletion
Qu Wenruo
1
-0
/
+2
2020-08-21
btrfs: allow use of global block reserve for balance item deletion
David Sterba
1
-1
/
+1
2020-08-19
btrfs: qgroup: free per-trans reserved space when a subvolume gets dropped
Qu Wenruo
1
-0
/
+8
2020-08-19
btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reser...
Qu Wenruo
3
-13
/
+45
2020-08-19
btrfs: fix lockdep splat from btrfs_dump_space_info
Josef Bacik
1
-1
/
+1
2020-08-19
fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls
Paul E. McKenney
1
-0
/
+2
2020-07-25
Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-14
/
+21
2020-07-21
btrfs: fix mount failure caused by race with umount
Boris Burkov
1
-0
/
+8
2020-07-21
btrfs: fix page leaks after failure to lock page for delalloc
Robbie Ko
1
-1
/
+2
2020-07-21
btrfs: qgroup: fix data leak caused by race between writeback and truncate
Qu Wenruo
1
-13
/
+10
2020-07-21
btrfs: fix double free on ulist after backref resolution failure
Filipe Manana
1
-0
/
+1
2020-07-12
Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-8
/
+3
2020-07-09
btrfs: wire up iter_file_splice_write
Christoph Hellwig
1
-0
/
+1
2020-07-09
btrfs: fix double put of block group with nocow
Josef Bacik
1
-8
/
+1
2020-07-08
Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-25
/
+35
2020-07-07
btrfs: discard: add missing put when grabbing block group from unused list
Qu Wenruo
1
-0
/
+1
2020-07-02
btrfs: reset tree root pointer after error in init_tree_roots
Josef Bacik
1
-2
/
+4
2020-07-02
btrfs: fix reclaim_size counter leak after stealing from global reserve
Filipe Manana
1
-1
/
+1
2020-07-02
btrfs: fix fatal extent_buffer readahead vs releasepage race
Boris Burkov
1
-16
/
+24
2020-07-02
btrfs: convert comments to fallthrough annotations
Marcos Paulo de Souza
4
-6
/
+6
2020-06-23
Merge tag 'for-5.8-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-36
/
+102
2020-06-16
btrfs: use kfree() in btrfs_ioctl_get_subvol_info()
Waiman Long
1
-1
/
+1
2020-06-16
btrfs: fix RWF_NOWAIT writes blocking on extent locks and waiting for IO
Filipe Manana
1
-11
/
+26
[next]