index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-07-02
Btrfs: add missing inode version, ctime and mtime updates when punching hole
Filipe Manana
1
-0
/
+5
2019-07-02
Btrfs: fix fsync not persisting dentry deletions due to inode evictions
Filipe Manana
1
-2
/
+26
2019-07-02
btrfs: Use btrfs_get_io_geometry appropriately
Nikolay Borisov
3
-78
/
+30
2019-07-02
btrfs: Introduce btrfs_io_geometry infrastructure
Nikolay Borisov
2
-0
/
+113
2019-07-02
btrfs: improve messages when updating feature flags
David Sterba
1
-16
/
+24
2019-07-02
btrfs: shut up bogus -Wmaybe-uninitialized warning
Arnd Bergmann
1
-1
/
+1
2019-07-02
Btrfs: prevent send failures and crashes due to concurrent relocation
Filipe Manana
4
-0
/
+31
2019-07-02
btrfs: document BTRFS_MAX_MIRRORS
David Sterba
1
-1
/
+10
2019-07-02
btrfs: use mask for RAID56 profiles
David Sterba
1
-6
/
+3
2019-07-02
btrfs: add mask for all RAID1 types
David Sterba
3
-9
/
+9
2019-07-02
btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()
Qu Wenruo
1
-2
/
+22
2019-07-02
btrfs: correctly validate compression type
Johannes Thumshirn
3
-5
/
+18
2019-07-02
Btrfs: fix data loss after inode eviction, renaming it, and fsync it
Filipe Manana
1
-1
/
+11
2019-07-02
btrfs: raid56: clear incompat block group flags after removing the last one
David Sterba
1
-0
/
+30
2019-07-02
btrfs: switch extent_buffer write_locks from atomic to int
David Sterba
4
-6
/
+6
2019-07-02
btrfs: switch extent_buffer spinning_writers from atomic to int
David Sterba
4
-8
/
+8
2019-07-02
btrfs: switch extent_buffer blocking_writers from atomic to int
David Sterba
4
-29
/
+23
2019-07-02
btrfs: assert delayed ref lock in btrfs_find_delayed_ref_head
David Sterba
1
-3
/
+4
2019-07-01
vfs: create a generic checking function for FS_IOC_FSSETXATTR
Darrick J. Wong
1
-11
/
+6
2019-07-01
vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
Darrick J. Wong
1
-8
/
+5
2019-07-01
btrfs: tests: add locks around add_extent_mapping
David Sterba
1
-0
/
+22
2019-07-01
btrfs: Document __etree_search
Nikolay Borisov
1
-0
/
+18
2019-07-01
btrfs: Don't trim returned range based on input value in find_first_clear_ext...
Nikolay Borisov
2
-6
/
+133
2019-07-01
btrfs: trim: make reserved device area adjustments more explicit
Nikolay Borisov
1
-0
/
+5
2019-07-01
btrfs: use file:line format for assertion report
David Sterba
1
-2
/
+1
2019-07-01
btrfs: remove assumption about csum type form btrfs_print_data_csum_error()
Johannes Thumshirn
3
-9
/
+8
2019-07-01
btrfs: directly call into crypto framework for checksumming
Johannes Thumshirn
9
-62
/
+89
2019-07-01
btrfs: add boilerplate code for directly including the crypto framework
Johannes Thumshirn
2
-7
/
+47
2019-07-01
btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptions
Johannes Thumshirn
1
-26
/
+16
2019-07-01
btrfs: check for supported superblock checksum type before checksum validation
Johannes Thumshirn
1
-0
/
+14
2019-07-01
btrfs: add common checksum type validation
Johannes Thumshirn
1
-10
/
+19
2019-07-01
btrfs: format checksums according to type for printing
Johannes Thumshirn
1
-4
/
+16
2019-07-01
btrfs: don't assume compressed_bio sums to be 4 bytes
Johannes Thumshirn
3
-12
/
+19
2019-07-01
btrfs: don't assume ordered sums to be 4 bytes
Johannes Thumshirn
6
-24
/
+34
2019-07-01
btrfs: use btrfs_crc32c{,_final}() in for free space cache
Johannes Thumshirn
1
-6
/
+4
2019-07-01
btrfs: resurrect btrfs_crc32c()
Johannes Thumshirn
3
-4
/
+15
2019-07-01
btrfs: use btrfs_csum_data() instead of directly calling crc32c
Johannes Thumshirn
1
-1
/
+1
2019-07-01
btrfs: Flush before reflinking any extent to prevent NOCOW write falling back...
Qu Wenruo
1
-0
/
+21
2019-07-01
btrfs: Return EAGAIN if we can't start no snpashot write in check_can_nocow
Nikolay Borisov
1
-1
/
+1
2019-07-01
btrfs: Add comments on locking of several device-related fields
Nikolay Borisov
2
-4
/
+11
2019-07-01
btrfs: Always use a cached extent_state in btrfs_lock_and_flush_ordered_range
Nikolay Borisov
1
-3
/
+15
2019-07-01
btrfs: Use newly introduced btrfs_lock_and_flush_ordered_range
Nikolay Borisov
3
-52
/
+8
2019-07-01
btrfs: add new helper btrfs_lock_and_flush_ordered_range
Nikolay Borisov
2
-0
/
+37
2019-07-01
btrfs: remove the incorrect comment on RO fs when btrfs_run_delalloc_range() ...
Qu Wenruo
1
-1
/
+0
2019-07-01
btrfs: extent-tree: Add trace events for space info numbers update
Qu Wenruo
1
-16
/
+20
2019-07-01
btrfs: extent-tree: Add lockdep assert when updating space info
Qu Wenruo
1
-0
/
+1
2019-07-01
btrfs: read number of data stripes from map only once
David Sterba
2
-12
/
+13
2019-07-01
btrfs: constify map parameter for nr_parity_stripes and nr_data_stripes
David Sterba
1
-2
/
+2
2019-07-01
btrfs: refactor helper for bg flags to name conversion
David Sterba
3
-26
/
+15
2019-07-01
btrfs: factor out devs_max setting in __btrfs_alloc_chunk
David Sterba
1
-6
/
+2
[prev]
[next]