index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
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
2021-03-02
btrfs: don't flush from btrfs_delayed_inode_reserve_metadata
Nikolay Borisov
2
-2
/
+3
2021-03-02
btrfs: export and rename qgroup_reserve_meta
Nikolay Borisov
2
-4
/
+6
2021-03-02
btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadata
Nikolay Borisov
1
-1
/
+1
2021-03-02
btrfs: fix spurious free_space_tree remount warning
Boris Burkov
1
-2
/
+2
2021-03-02
btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctl
Dan Carpenter
1
-1
/
+18
2021-03-02
btrfs: unlock extents in btrfs_zero_range in case of quota reservation errors
Nikolay Borisov
1
-1
/
+4
2021-03-02
btrfs: ref-verify: use 'inline void' keyword ordering
Randy Dunlap
1
-2
/
+2
2021-03-01
Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
7
-32
/
+12
2021-03-01
Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
11
-59
/
+175
2021-02-26
btrfs: use copy_highpage() instead of 2 kmaps()
Ira Weiny
1
-9
/
+1
2021-02-26
btrfs: use memcpy_[to|from]_page() and kmap_local_page()
Ira Weiny
6
-23
/
+11
2021-02-24
mm/filemap: rename generic_file_buffered_read to filemap_read
Christoph Hellwig
1
-1
/
+1
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-36
/
+50
2021-02-22
btrfs: zoned: fix deadlock on log sync
Johannes Thumshirn
1
-3
/
+0
2021-02-22
btrfs: avoid double put of block group when emptying cluster
Josef Bacik
1
-4
/
+4
2021-02-22
btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabled
Filipe Manana
1
-0
/
+18
2021-02-22
btrfs: tree-checker: do not error out if extent ref hash doesn't match
Josef Bacik
1
-12
/
+4
2021-02-22
btrfs: fix race between swap file activation and snapshot creation
Filipe Manana
1
-2
/
+19
2021-02-22
btrfs: fix race between writes to swap files and scrub
Filipe Manana
5
-3
/
+72
2021-02-22
btrfs: avoid checking for RO block group twice during nocow writeback
Filipe Manana
1
-3
/
+1
2021-02-22
btrfs: fix race between extent freeing/allocation when using bitmaps
Nikolay Borisov
1
-2
/
+4
2021-02-22
btrfs: make check_compressed_csum() to be subpage compatible
Qu Wenruo
1
-13
/
+26
2021-02-22
btrfs: make btrfs_submit_compressed_read() subpage compatible
Qu Wenruo
1
-6
/
+17
2021-02-22
btrfs: fix raid6 qstripe kmap
Ira Weiny
1
-11
/
+10
[next]