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
2021-04-19
btrfs: exclude mmaps while doing remap
Josef Bacik
1
-6
/
+24
2021-04-19
btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpers
Josef Bacik
5
-28
/
+28
2021-04-19
btrfs: add a i_mmap_lock to our inode
Josef Bacik
3
-0
/
+12
2021-04-19
btrfs: remove mirror argument from btrfs_csum_verify_data()
Goldwyn Rodrigues
3
-5
/
+3
2021-04-19
btrfs: remove force argument from run_delalloc_nocow()
Goldwyn Rodrigues
1
-24
/
+13
2021-04-19
btrfs: don't opencode extent_changeset_free
Nikolay Borisov
1
-2
/
+1
2021-04-19
btrfs: assign proper values to a bool variable in dev_extent_hole_check_zoned
Jiapeng Chong
1
-2
/
+2
2021-04-19
btrfs: add btree read ahead for incremental send operations
Filipe Manana
1
-6
/
+36
2021-04-19
btrfs: add btree read ahead for full send operations
Filipe Manana
1
-0
/
+1
2021-04-19
btrfs: simplify code flow in btrfs_delayed_inode_reserve_metadata
Nikolay Borisov
1
-20
/
+5
2021-04-19
btrfs: remove btrfs_inode parameter from btrfs_delayed_inode_reserve_metadata
Nikolay Borisov
1
-5
/
+3
2021-04-19
btrfs: simplify commit logic in try_flush_qgroup
Nikolay Borisov
1
-28
/
+7
2021-04-19
btrfs: scrub: drop a few function declarations
Anand Jain
1
-8
/
+0
2021-04-19
btrfs: change return type to bool in btrfs_extent_readonly
Anand Jain
1
-3
/
+3
2021-04-19
btrfs: unexport btrfs_extent_readonly() and make it static
Anand Jain
3
-14
/
+13
2021-04-19
btrfs: replace open coded while loop with proper construct
Nikolay Borisov
1
-19
/
+23
2021-04-19
btrfs: replace offset_in_entry with in_range
Nikolay Borisov
1
-15
/
+4
2021-04-19
btrfs: make find_desired_extent take btrfs_inode
Nikolay Borisov
1
-8
/
+7
2021-04-19
btrfs: make btrfs_replace_file_extents take btrfs_inode
Nikolay Borisov
4
-34
/
+34
2021-04-19
btrfs: fix comment for btrfs ordered extent flag bits
Qu Wenruo
1
-2
/
+2
2021-04-12
btrfs: convert to fileattr
Miklos Szeredi
3
-192
/
+41
2021-04-11
Merge tag 'for-5.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-11
/
+42
2021-04-10
btrfs: zoned: move superblock logging zone location
Naohiro Aota
1
-11
/
+42
2021-04-08
treewide: Change list_sort to use const pointers
Sami Tolvanen
3
-3
/
+6
2021-03-25
Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-17
/
+48
2021-03-18
Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-35
/
+103
2021-03-18
btrfs: fix check_data_csum() error message for direct I/O
Omar Sandoval
1
-5
/
+9
2021-03-18
btrfs: fix sleep while in non-sleep context during qgroup removal
Filipe Manana
1
-2
/
+10
2021-03-17
btrfs: fix subvolume/snapshot deletion not triggered on mount
Filipe Manana
1
-1
/
+15
2021-03-17
btrfs: fix build when using M=fs/btrfs
David Sterba
1
-4
/
+6
2021-03-17
btrfs: do not initialize dev replace for bad dev root
Josef Bacik
1
-0
/
+3
2021-03-17
btrfs: initialize device::fs_info always
Josef Bacik
1
-1
/
+2
2021-03-17
btrfs: do not initialize dev stats if we have no dev_root
Josef Bacik
1
-0
/
+3
2021-03-17
btrfs: zoned: remove outdated WARN_ON in direct IO
Johannes Thumshirn
1
-4
/
+0
2021-03-16
btrfs: always pin deleted leaves when there are active tree mod log users
Filipe Manana
1
-1
/
+22
2021-03-16
btrfs: fix race when cloning extent buffer during rewind of an old root
Filipe Manana
1
-0
/
+2
2021-03-16
btrfs: fix slab cache flags for free space tree bitmap
David Sterba
1
-1
/
+1
2021-03-16
btrfs: subpage: make readahead work properly
Qu Wenruo
1
-17
/
+18
2021-03-16
btrfs: subpage: fix wild pointer access during metadata read failure
Qu Wenruo
1
-1
/
+30
2021-03-15
btrfs: zoned: fix linked list corruption after log root tree allocation failure
Filipe Manana
1
-4
/
+4
2021-03-15
btrfs: fix qgroup data rsv leak caused by falloc failure
Qu Wenruo
1
-5
/
+19
2021-03-15
btrfs: track qgroup released data in own variable in insert_prealloc_file_extent
Qu Wenruo
1
-5
/
+6
2021-03-15
btrfs: fix wrong offset to zero out range beyond i_size
Qu Wenruo
1
-1
/
+1
2021-03-12
Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+2
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2
-2
/
+2
2021-03-05
Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
12
-25
/
+87
2021-03-04
btrfs: zoned: do not account freed region of read-only block group as zone_un...
Naohiro Aota
1
-1
/
+6
2021-03-04
btrfs: zoned: use sector_t for zone sectors
Naohiro Aota
1
-2
/
+2
2021-03-02
btrfs: subpage: fix the false data csum mismatch error
Qu Wenruo
1
-5
/
+16
2021-03-02
btrfs: fix warning when creating a directory with smack enabled
Filipe Manana
1
-4
/
+27
[prev]
[next]