index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
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
2012-01-17
Btrfs: add a delalloc mutex to inodes for delalloc reservations
Josef Bacik
1
-2
/
+0
2012-01-17
Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...
Chris Mason
1
-8
/
+10
2011-12-22
Btrfs: mark delayed refs as for cow
Arne Jansen
1
-8
/
+10
2011-12-15
Btrfs: fix how we do delalloc reservations and how we free reservations on error
Josef Bacik
1
-0
/
+2
2011-11-11
Btrfs: fix orphan backref nodes
Miao Xie
1
-0
/
+2
2011-10-20
btrfs: check file extent backref offset underflow
Yan, Zheng
1
-1
/
+4
2011-10-19
Btrfs: seperate out btrfs_block_rsv_check out into 2 different functions
Josef Bacik
1
-4
/
+2
2011-10-19
Btrfs: use the inode's mapping mask for allocating pages
Josef Bacik
1
-1
/
+2
2011-10-19
Btrfs: stop passing a trans handle all around the reservation code
Josef Bacik
1
-8
/
+7
2011-10-19
Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_check
Josef Bacik
1
-2
/
+2
2011-10-19
Btrfs: kill unused parts of block_rsv
Josef Bacik
1
-2
/
+0
2011-10-19
Btrfs: kill the durable block rsv stuff
Josef Bacik
1
-1
/
+0
2011-07-28
Merge branch 'integration' into for-linus
Chris Mason
1
-1
/
+2
2011-07-27
Btrfs: use find_or_create_page instead of grab_cache_page
Josef Bacik
1
-1
/
+2
2011-06-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-9
/
+21
2011-06-17
Btrfs: fix relocation races
Chris Mason
1
-9
/
+21
2011-06-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-14
/
+20
2011-05-28
Merge branch 'for-chris' of
Chris Mason
1
-14
/
+20
2011-05-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-32
/
+35
2011-05-23
Btrfs: don't always do readahead
Josef Bacik
1
-0
/
+6
2011-05-23
Btrfs: kill trans_mutex
Josef Bacik
1
-8
/
+8
2011-05-23
Btrfs: take away the num_items argument from btrfs_join_transaction
Josef Bacik
1
-6
/
+6
2011-05-23
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Chris Mason
1
-1
/
+1
2011-05-22
Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...
Chris Mason
1
-19
/
+19
2011-05-21
Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...
Chris Mason
1
-12
/
+15
2011-05-12
btrfs: scrub
Arne Jansen
1
-1
/
+1
2011-05-10
treewide: fix a few typos in comments
Justin P. Mattock
1
-1
/
+1
2011-05-06
btrfs: remove all unused functions
David Sterba
1
-1
/
+1
2011-05-02
btrfs: drop unused parameter from btrfs_release_path
David Sterba
1
-15
/
+15
2011-05-02
btrfs: drop gfp parameter from alloc_extent_map
David Sterba
1
-1
/
+1
2011-05-02
btrfs: drop unused argument from extent_io_tree_init
David Sterba
1
-1
/
+1
2011-05-02
btrfs: unify checking of IS_ERR and null
David Sterba
1
-1
/
+1
2011-04-25
Btrfs: Always use 64bit inode number
Li Zefan
1
-11
/
+13
2011-04-25
Btrfs: Cache free inode numbers in memory
Li Zefan
1
-1
/
+2
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-28
Btrfs: check return value of read_tree_block()
Tsutomu Itoh
1
-0
/
+6
2011-03-17
Btrfs: handle errors in btrfs_orphan_cleanup
Josef Bacik
1
-1
/
+1
2011-02-16
Btrfs: allow balance to explicitly allocate chunks as it relocates
Chris Mason
1
-1
/
+12
[next]