index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (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
2015-10-25
Btrfs: fix regression running delayed references when using qgroups
Filipe Manana
1
-9
/
+7
2015-10-22
btrfs: qgroup: Cleanup old inaccurate facilities
Qu Wenruo
1
-4
/
+4
2015-10-22
btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_dat...
Qu Wenruo
1
-4
/
+4
2015-09-29
Btrfs: consolidate btrfs_error() to btrfs_std_error()
Anand Jain
1
-1
/
+1
2015-08-09
btrfs: Remove unnecessary variants in relocation.c
Zhaolei
1
-8
/
+5
2015-08-09
btrfs: Cleanup: Remove objectid's init-value in create_reloc_inode()
Zhaolei
1
-1
/
+1
2015-08-09
btrfs: Error handle for get_ref_objectid_v0() in relocate_block_group()
Zhaolei
1
-0
/
+4
2015-08-09
btrfs: Use ref_cnt for set_block_group_ro()
Zhaolei
1
-8
/
+6
2015-07-02
Btrfs: fix wrong check for btrfs_force_chunk_alloc()
Shilong Wang
1
-1
/
+1
2015-06-03
Btrfs: fix up read_tree_block to return proper error
Liu Bo
1
-5
/
+14
2015-04-13
btrfs: qgroup: do a reservation in a higher level.
Dongsheng Yang
1
-1
/
+1
2015-04-11
Btrfs: allow block group cache writeout outside critical section in commit
Chris Mason
1
-3
/
+6
2014-12-12
btrfs: sink blocksize parameter to tree_block_processed
David Sterba
1
-4
/
+5
2014-12-12
btrfs: sink blocksize parameter to readahead_tree_block
David Sterba
1
-2
/
+1
2014-10-04
Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...
Chris Mason
1
-22
/
+6
2014-10-04
Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...
Chris Mason
1
-2
/
+1
2014-10-04
Btrfs: fix build_backref_tree issue with multiple shared blocks
Josef Bacik
1
-1
/
+4
2014-10-04
Btrfs: cleanup error handling in build_backref_tree
Josef Bacik
1
-29
/
+59
2014-10-02
btrfs: let merge_reloc_roots return void
David Sterba
1
-2
/
+1
2014-10-02
btrfs: remove parameter blocksize from read_tree_block
David Sterba
1
-7
/
+4
2014-10-02
btrfs: inline code of reada_tree_block and remove it
David Sterba
1
-10
/
+2
2014-10-02
btrfs: remove unused parameter from readahead_tree_block
David Sterba
1
-7
/
+2
2014-09-18
btrfs: use nodesize everywhere, kill leafsize
David Sterba
1
-11
/
+10
2014-09-18
btrfs: clenaup: don't call btrfs_release_path before free_path
David Sterba
1
-1
/
+0
2014-06-10
btrfs: remove stale newlines from log messages
David Sterba
1
-2
/
+2
2014-06-10
Btrfs: use bitfield instead of integer data type for the some variants in btr...
Miao Xie
1
-8
/
+9
2014-04-07
Btrfs: do not reset last_snapshot after relocation
Josef Bacik
1
-21
/
+0
2014-03-10
Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lock
Miao Xie
1
-1
/
+1
2014-01-29
Btrfs: fix an oops when we fail to relocate tree blocks
Wang Shilong
1
-0
/
+6
2014-01-29
Btrfs: fix an oops when we fail to merge reloc roots
Wang Shilong
1
-7
/
+3
2014-01-29
Btrfs: remove unused argument from select_reloc_root()
Wang Shilong
1
-4
/
+2
2014-01-29
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
Frank Holton
1
-2
/
+2
2014-01-29
Btrfs: remove unnecessary filemap writting and waiting after block group relo...
Wang Shilong
1
-5
/
+0
2014-01-29
Btrfs: improve forever loop when doing balance relocation
Wang Shilong
1
-38
/
+36
2013-12-12
Btrfs: make sure we cleanup all reloc roots if error happens
Wang Shilong
1
-0
/
+7
2013-12-12
Btrfs: skip building backref tree for uuid and quota tree when doing balance ...
Wang Shilong
1
-1
/
+3
2013-12-12
Btrfs: fix an oops when doing balance relocation
Wang Shilong
1
-23
/
+47
2013-11-12
Btrfs: rename btrfs_start_all_delalloc_inodes
Miao Xie
1
-1
/
+1
2013-11-12
Btrfs: don't wait for the completion of all the ordered extents
Miao Xie
1
-1
/
+1
2013-11-12
btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)
Dulshani Gunawardhana
1
-9
/
+4
2013-11-12
Btrfs: use 'u64' rather than 'int' to get extent's generation
Wang Shilong
1
-1
/
+1
2013-11-12
Btrfs: stop committing the transaction so much during relocate
Josef Bacik
1
-20
/
+13
2013-11-12
Btrfs: return an error from btrfs_wait_ordered_range
Josef Bacik
1
-1
/
+6
2013-11-12
Btrfs: fix BUG_ON() casued by the reserved space migration
Miao Xie
1
-2
/
+4
2013-11-12
Btrfs: relocate csums properly with prealloc extents
Josef Bacik
1
-3
/
+15
2013-11-12
Btrfs: remove path arg from btrfs_truncate_free_space_cache
Filipe David Borba Manana
1
-10
/
+1
2013-10-11
Btrfs: fix oops caused by the space balance and dead roots
Miao Xie
1
-1
/
+1
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
[next]