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
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-25
Btrfs: fix snapshot inconsistency after a file write followed by truncate
Filipe Manana
1
-7
/
+40
2014-11-21
Btrfs: ensure ordered extent errors aren't missed on fsync
Filipe Manana
1
-0
/
+15
2014-11-21
Btrfs: report error after failure inlining extent in compressed write path
Filipe Manana
1
-0
/
+4
2014-11-21
Btrfs: add helper btrfs_fdatawrite_range
Filipe Manana
1
-8
/
+1
2014-11-21
Btrfs: correctly flush compressed data before/after direct IO
Filipe Manana
1
-3
/
+13
2014-11-21
Btrfs: make inode.c:compress_file_range() return void
Filipe Manana
1
-5
/
+2
2014-11-21
Btrfs: fix incorrect compression ratio detection
Shilong Wang
1
-8
/
+8
2014-11-21
Btrfs: make inode.c:submit_compressed_extents() return void
Filipe Manana
1
-5
/
+2
2014-11-21
Btrfs: process all async extents on compressed write failure
Filipe Manana
1
-5
/
+1
2014-11-21
Btrfs: don't leak pages and memory on compressed write error
Filipe Manana
1
-9
/
+19
2014-11-21
Btrfs: fix hang on compressed write error
Filipe Manana
1
-0
/
+14
2014-11-21
Btrfs: set page and mapping error on compressed write failure
Filipe Manana
1
-1
/
+2
2014-10-17
Revert "Btrfs: race free update of commit root for ro snapshots"
Chris Mason
1
-36
/
+0
2014-10-04
Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...
Chris Mason
1
-5
/
+5
2014-10-04
Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...
Chris Mason
1
-1
/
+2
2014-10-04
btrfs: Fix the wrong condition judgment about subset extent map
Qu Wenruo
1
-1
/
+1
2014-10-02
btrfs: use enum for wq endio metadata type
David Sterba
1
-1
/
+2
2014-10-02
btrfs: remove unlikely from data-dependent branches and slow paths
David Sterba
1
-4
/
+4
2014-10-02
btrfs: remove unlikely from NULL checks
David Sterba
1
-1
/
+1
2014-09-23
Btrfs: try not to ENOSPC on log replay
Josef Bacik
1
-1
/
+2
2014-09-18
btrfs: Fix and enhance merge_extent_mapping() to insert best fitted extent map
Qu Wenruo
1
-22
/
+57
2014-09-18
Btrfs: cleanup the read failure record after write or when the inode is freeing
Miao Xie
1
-0
/
+6
2014-09-18
Btrfs: implement repair function when direct read fails
Miao Xie
1
-21
/
+255
2014-09-18
Btrfs: do file data check by sub-bio's self
Miao Xie
1
-26
/
+74
2014-09-18
Btrfs: cleanup similar code of the buffered data data check and dio read data...
Miao Xie
1
-55
/
+47
2014-09-18
Btrfs: load checksum data once when submitting a direct read io
Miao Xie
1
-17
/
+21
2014-09-18
Btrfs: fix off-by-one in cow_file_range_inline()
Wang Shilong
1
-2
/
+2
2014-09-18
Btrfs: fall into nocompression codes quickly if possible
Wang Shilong
1
-4
/
+1
2014-09-18
Btrfs: fix wrong skipping compression for an inode
Wang Shilong
1
-5
/
+20
2014-09-18
Btrfs: set error return value in btrfs_get_blocks_direct
Filipe Manana
1
-1
/
+3
2014-09-18
Btrfs: make defragment work with nodatacow option
Wang Shilong
1
-3
/
+36
2014-09-18
btrfs: kill the key type accessor helpers
David Sterba
1
-14
/
+14
2014-09-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-71
/
+120
2014-09-09
Btrfs: use insert_inode_locked4 for inode creation
Chris Mason
1
-67
/
+109
2014-09-03
Btrfs: fix crash while doing a ranged fsync
Filipe Manana
1
-1
/
+2
2014-09-03
Btrfs: fix corruption after write/fsync failure + fsync + log recovery
Filipe Manana
1
-3
/
+9
2014-08-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-20
/
+89
2014-08-24
Btrfs: fix task hang under heavy compressed write
Liu Bo
1
-12
/
+23
2014-08-21
btrfs: Use right extent length when inserting overlap extent map.
Qu Wenruo
1
-4
/
+3
2014-08-21
Btrfs: don't monopolize a core when evicting inode
Filipe Manana
1
-0
/
+6
2014-08-21
Btrfs: ensure tmpfile inode is always persisted with link count of 0
Filipe Manana
1
-0
/
+15
2014-08-21
Btrfs: race free update of commit root for ro snapshots
Filipe Manana
1
-0
/
+36
2014-08-19
Btrfs: fix wrong extent mapping for DirectIO
Wang Shilong
1
-0
/
+2
2014-08-19
Btrfs: fix wrong write range for filemap_fdatawrite_range()
Wang Shilong
1
-1
/
+2
2014-08-19
Btrfs: fix put dio bio twice when we submit dio bio fail
Miao Xie
1
-3
/
+2
2014-08-16
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
1
-44
/
+15
2014-08-15
btrfs: disable strict file flushes for renames and truncates
Chris Mason
1
-44
/
+3
2014-08-15
Btrfs: fix compressed write corruption on enospc
Liu Bo
1
-0
/
+12
2014-08-07
btrfs: add RENAME_NOREPLACE
Miklos Szeredi
1
-1
/
+11
2014-06-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-11
/
+30
[next]