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
/
relocation.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-21
Btrfs: kill delay_iput arg to the wait_ordered functions
Josef Bacik
1
-1
/
+1
2013-09-21
Btrfs: fixup error handling in btrfs_reloc_cow
Josef Bacik
1
-17
/
+24
2013-09-01
Btrf: cleanup: don't check for root_refs == 0 twice
Stefan Behrens
1
-3
/
+0
2013-09-01
Btrfs: Remove superfluous casts from u64 to unsigned long long
Geert Uytterhoeven
1
-4
/
+3
2013-09-01
Btrfs: change how we queue blocks for backref checking
Josef Bacik
1
-7
/
+7
2013-09-01
Btrfs: check to see if we have an inline item properly
Josef Bacik
1
-0
/
+5
2013-09-01
Btrfs: cleanup reloc roots properly on error
Josef Bacik
1
-1
/
+6
2013-09-01
Btrfs: add missing error checks to add_data_references
Filipe David Borba Manana
1
-1
/
+6
2013-07-02
Btrfs: remove btrfs_sector_sum structure
Miao Xie
1
-11
/
+3
2013-07-01
Btrfs: fix not being able to find skinny extents during relocate
Josef Bacik
1
-8
/
+27
2013-07-01
Btrfs: fix broken nocow after balance
Miao Xie
1
-0
/
+44
2013-06-14
Btrfs: introduce per-subvolume ordered extent list
Miao Xie
1
-1
/
+1
2013-06-14
Btrfs: introduce per-subvolume delalloc inode list
Miao Xie
1
-1
/
+1
2013-06-14
Btrfs: cleanup the similar code of the fs root read
Miao Xie
1
-3
/
+2
2013-06-08
Btrfs: init relocate extent_io_tree with a mapping
Josef Bacik
1
-4
/
+5
2013-05-18
Btrfs: don't use global block reservation for inode cache truncation
Miao Xie
1
-0
/
+5
2013-05-18
Btrfs: fix possible memory leak in replace_path()
Stefan Behrens
1
-1
/
+1
2013-05-06
btrfs: handle errors returned from get_tree_block_key
David Sterba
1
-4
/
+8
2013-05-06
btrfs: make static code static & remove dead code
Eric Sandeen
1
-2
/
+1
2013-05-06
Btrfs: fix all callers of read_tree_block
Josef Bacik
1
-3
/
+15
2013-05-06
Btrfs: fix bad extent logging
Josef Bacik
1
-1
/
+1
2013-05-06
btrfs: clean snapshots one by one
David Sterba
1
-3
/
+0
2013-05-06
Btrfs: add a incompatible format change for smaller metadata extent refs
Josef Bacik
1
-15
/
+58
2013-03-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-17
/
+57
2013-03-05
Btrfs: do not BUG_ON on aborted situation
Liu Bo
1
-1
/
+5
2013-03-05
Btrfs: do not BUG_ON in prepare_to_reloc
Liu Bo
1
-1
/
+9
2013-03-05
Btrfs: free all recorded tree blocks on error
Liu Bo
1
-3
/
+6
2013-03-05
Btrfs: build up error handling for merge_reloc_roots
Liu Bo
1
-12
/
+35
2013-03-05
Btrfs: check for NULL pointer in updating reloc roots
Liu Bo
1
-0
/
+2
2013-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2013-02-20
Btrfs: use wrapper page_offset
Miao Xie
1
-1
/
+1
2013-01-29
Merge branch 'master' into for-next
Jiri Kosina
1
-21
/
+19
2013-01-09
btrfs: fix comment typos
Liu Bo
1
-2
/
+2
2012-12-13
Btrfs: cleanup for btrfs_btree_balance_dirty
Liu Bo
1
-16
/
+6
2012-12-11
Btrfs: make delalloc inodes be flushed by multi-task
Miao Xie
1
-1
/
+5
2012-12-11
Btrfs: improve the noflush reservation
Miao Xie
1
-4
/
+8
2012-10-09
Btrfs: cache extent state when writing out dirty metadata pages
Josef Bacik
1
-1
/
+1
2012-10-04
Btrfs: kill obsolete arguments in btrfs_wait_ordered_extents
Liu Bo
1
-1
/
+1
2012-10-01
Btrfs: fix error handling in delete_block_group_cache()
Tsutomu Itoh
1
-2
/
+2
2012-10-01
Btrfs: add a new "type" field into the block reservation structure
Miao Xie
1
-1
/
+2
2012-07-31
btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout
Joe Perches
1
-1
/
+1
2012-07-24
Btrfs: fix error handling in __add_reloc_root()
Dan Carpenter
1
-1
/
+2
2012-04-27
Btrfs: Fix space checking during fs resize
Daniel J Blueman
1
-1
/
+1
2012-04-27
Btrfs: Prevent root_list corruption
Daniel J Blueman
1
-0
/
+2
2012-03-22
btrfs: replace many BUG_ONs with proper error handling
Jeff Mahoney
1
-11
/
+24
2012-03-22
btrfs: enhance transaction abort infrastructure
Jeff Mahoney
1
-6
/
+8
2012-03-22
btrfs: btrfs_drop_snapshot should return int
Jeff Mahoney
1
-1
/
+2
2012-03-22
btrfs: drop gfp_t from lock_extent
Jeff Mahoney
1
-12
/
+10
2012-03-22
btrfs: __add_reloc_root error push-up
Jeff Mahoney
1
-6
/
+16
2012-03-22
btrfs: Panic on bad rbtree operations
Jeff Mahoney
1
-7
/
+29
[next]