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
starfive-6.6.48-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
/
extent_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-13
Btrfs: handle errors from btrfs_map_bio() everywhere
Stefan Behrens
1
-4
/
+0
2012-12-13
Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree
Stefan Behrens
1
-10
/
+9
2012-12-13
Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_tree
Stefan Behrens
1
-6
/
+5
2012-12-13
fs/btrfs: use WARN
Julia Lawall
1
-6
/
+3
2012-10-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+2
2012-10-25
Btrfs: Fix wrong error handling code
Stefan Behrens
1
-2
/
+2
2012-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-34
/
+94
2012-10-09
Btrfs: fix page leakage
Josef Bacik
1
-1
/
+1
2012-10-09
Btrfs: do not warn_on when we cannot alloc a page for an extent buffer
Josef Bacik
1
-3
/
+1
2012-10-09
Btrfs: don't bug on enomem in readpage
Josef Bacik
1
-4
/
+7
2012-10-09
btrfs: move inline function code to header file
Robin Dong
1
-12
/
+0
2012-10-09
Btrfs: remove unnecessary IS_ERR in bio_readpage_error()
Tsutomu Itoh
1
-1
/
+1
2012-10-09
Btrfs: cache extent state when writing out dirty metadata pages
Josef Bacik
1
-2
/
+41
2012-10-09
Btrfs: do not async metadata csumming in certain situations
Josef Bacik
1
-2
/
+12
2012-10-04
Btrfs: fix race when getting the eb out of page->private
Josef Bacik
1
-4
/
+19
2012-10-03
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
Kirill A. Shutemov
1
-0
/
+6
2012-10-01
btrfs: Kill some bi_idx references
Kent Overstreet
1
-2
/
+2
2012-10-01
btrfs: polish names of kmem caches
David Sterba
1
-2
/
+2
2012-10-01
Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defrag
Liu Bo
1
-0
/
+8
2012-10-01
Btrfs: fix btrfs send for inline items and compression
Chris Mason
1
-1
/
+0
2012-08-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-15
/
+2
2012-08-29
Btrfs: revert checksum error statistic which can cause a BUG()
Stefan Behrens
1
-15
/
+2
2012-07-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-16
/
+42
2012-07-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+2
2012-07-24
Btrfs: improve multi-thread buffer read
Liu Bo
1
-5
/
+24
2012-07-24
Btrfs: lock the transition from dirty to writeback for an eb
Josef Bacik
1
-0
/
+9
2012-07-24
Btrfs: fix potential race in extent buffer freeing
Josef Bacik
1
-6
/
+3
2012-07-24
Btrfs: don't return true in releasepage unless we actually freed the eb
Josef Bacik
1
-4
/
+5
2012-07-24
btrfs read error corrected message floods the console during recovery
Anand Jain
1
-1
/
+1
2012-07-12
Btrfs: fix typo in convert_extent_bit
Liu Bo
1
-1
/
+2
2012-07-02
Btrfs: hold a ref on the inode during writepages
Josef Bacik
1
-0
/
+14
2012-06-15
Btrfs: use rcu to protect device->name
Josef Bacik
1
-3
/
+4
2012-06-01
Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l...
Chris Mason
1
-7
/
+73
2012-05-30
Btrfs: add device counters for detected IO and checksum errors
Stefan Behrens
1
-2
/
+16
2012-05-30
Btrfs: use fastpath in extent state ops as much as possible
Liu Bo
1
-26
/
+18
2012-05-30
Btrfs: finish ordered extents in their own thread
Josef Bacik
1
-13
/
+2
2012-05-30
Btrfs: fix compile warnings in extent_io.c
Josef Bacik
1
-1
/
+1
2012-05-26
Btrfs: dummy extent buffers for tree mod log
Jan Schmidt
1
-7
/
+73
2012-05-11
Btrfs: remove the useless assignment to *entry in function tree_insert of fil...
Wang Sheng-Hui
1
-1
/
+0
2012-05-11
Btrfs: fix the comment for find_first_extent_bit
Wang Sheng-Hui
1
-1
/
+1
2012-05-11
Btrfs: fix btrfs_release_extent_buffer_page with the right usage of num_exten...
Wang Sheng-Hui
1
-1
/
+3
2012-05-11
Btrfs: cleanup the comment for clear_state_bit in extent_io.c
Wang Sheng-Hui
1
-1
/
+1
2012-05-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+2
2012-05-04
Btrfs: fix page leak when allocing extent buffers
Josef Bacik
1
-2
/
+2
2012-04-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-28
/
+28
2012-04-18
Btrfs: always store the mirror we read the eb from
Josef Bacik
1
-9
/
+6
2012-04-18
Btrfs: avoid possible use-after-free in clear_extent_bit()
Li Zefan
1
-15
/
+21
2012-04-18
Btrfs: retrurn void from clear_state_bit
Li Zefan
1
-5
/
+2
2012-04-14
Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+5
2012-04-13
Btrfs: check return value of bio_alloc() properly
Tsutomu Itoh
1
-0
/
+4
[next]