index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-07
btrfs: check tickets after waiting on ordered extents
Josef Bacik
1
-8
/
+9
2020-10-07
btrfs: use btrfs_start_delalloc_roots in shrink_delalloc
Josef Bacik
1
-54
/
+1
2020-10-07
btrfs: use the btrfs_space_info_free_bytes_may_use helper for delalloc
Josef Bacik
1
-3
/
+1
2020-10-07
btrfs: call btrfs_try_granting_tickets when reserving space
Josef Bacik
1
-0
/
+7
2020-10-07
btrfs: call btrfs_try_granting_tickets when unpinning anything
Josef Bacik
1
-4
/
+3
2020-10-07
btrfs: call btrfs_try_granting_tickets when freeing reserved bytes
Josef Bacik
1
-0
/
+2
2020-10-07
btrfs: make ALLOC_CHUNK use the space info flags
Josef Bacik
1
-1
/
+1
2020-10-07
btrfs: make shrink_delalloc take space_info as an arg
Josef Bacik
1
-5
/
+4
2020-10-07
btrfs: handle U64_MAX for shrink_delalloc
Josef Bacik
1
-3
/
+14
2020-10-07
btrfs: remove orig from shrink_delalloc
Josef Bacik
1
-2
/
+2
2020-10-07
btrfs: change nr to u64 in btrfs_start_delalloc_roots
Josef Bacik
5
-20
/
+14
2020-10-07
btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsid
Nikolay Borisov
3
-7
/
+9
2020-10-07
btrfs: remove spurious BUG_ON in btrfs_get_extent
Nikolay Borisov
1
-1
/
+0
2020-10-07
btrfs: delete duplicated words + other fixes in comments
Randy Dunlap
7
-8
/
+8
2020-10-07
btrfs: tracepoints: output proper root owner for trace_find_free_extent()
Qu Wenruo
1
-3
/
+4
2020-10-02
Merge tag 'for-5.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-10
/
+52
2020-09-30
btrfs: fix filesystem corruption after a device replace
Filipe Manana
1
-1
/
+39
2020-09-30
btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locks
Josef Bacik
2
-1
/
+5
2020-09-25
btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishing
Josef Bacik
3
-9
/
+9
2020-09-23
Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-12
/
+15
2020-09-22
btrfs: fix put of uninitialized kobject after seed device delete
Anand Jain
1
-6
/
+10
2020-09-21
btrfs: fix overflow when copying corrupt csums for a message
Johannes Thumshirn
1
-6
/
+5
2020-09-14
Merge tag 'for-5.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+2
2020-09-14
btrfs: fix wrong address when faulting in pages in the search ioctl
Filipe Manana
1
-1
/
+2
2020-09-12
Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-15
/
+29
2020-09-07
btrfs: fix NULL pointer dereference after failure to create snapshot
Filipe Manana
1
-0
/
+1
2020-09-07
btrfs: free data reloc tree on failed mount
Josef Bacik
1
-0
/
+2
2020-09-07
btrfs: require only sector size alignment for parent eb bytenr
Qu Wenruo
2
-15
/
+16
2020-09-07
btrfs: fix lockdep splat in add_missing_dev
Josef Bacik
1
-0
/
+10
2020-09-01
Merge tag 'for-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
10
-71
/
+113
2020-08-27
btrfs: tree-checker: fix the error message for transid error
Qu Wenruo
1
-1
/
+1
2020-08-27
btrfs: set the lockdep class for log tree extent buffers
Josef Bacik
1
-1
/
+5
2020-08-27
btrfs: set the correct lockdep class for new nodes
Josef Bacik
1
-1
/
+1
2020-08-27
btrfs: allocate scrub workqueues outside of locks
Josef Bacik
1
-52
/
+70
2020-08-27
btrfs: fix potential deadlock in the search ioctl
Josef Bacik
3
-14
/
+27
2020-08-27
btrfs: drop path before adding new uuid tree entry
Josef Bacik
1
-1
/
+2
2020-08-27
btrfs: block-group: fix free-space bitmap threshold
Marcos Paulo de Souza
2
-1
/
+7
2020-08-24
Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-31
/
+39
2020-08-21
btrfs: detect nocow for swap after snapshot delete
Boris Burkov
4
-16
/
+25
2020-08-21
btrfs: check the right error variable in btrfs_del_dir_entries_in_log
Josef Bacik
1
-4
/
+6
2020-08-19
btrfs: fix space cache memory leak after transaction abort
Filipe Manana
2
-1
/
+2
2020-08-19
btrfs: use the correct const function attribute for btrfs_get_num_csums
David Sterba
2
-2
/
+2
2020-08-19
btrfs: reset compression level for lzo on remount
Marcos Paulo de Souza
1
-0
/
+1
2020-08-19
btrfs: handle errors from async submission
Johannes Thumshirn
1
-8
/
+3
2020-08-13
Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
9
-25
/
+65
2020-08-12
btrfs: trim: fix underflow in trim length to prevent access beyond device bou...
Qu Wenruo
3
-0
/
+20
2020-08-11
btrfs: fix return value mixup in btrfs_get_extent
Pavel Machek
1
-1
/
+1
2020-08-10
btrfs: sysfs: fix NULL pointer dereference at btrfs_sysfs_del_qgroups()
Qu Wenruo
1
-3
/
+5
2020-08-10
btrfs: check correct variable after allocation in btrfs_backref_iter_alloc
Boleyn Su
1
-1
/
+1
2020-08-10
btrfs: make sure SB_I_VERSION doesn't get unset by remount
Josef Bacik
1
-0
/
+6
[next]