index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
relocation.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-15
Btrfs: fix how we do delalloc reservations and how we free reservations on error
Josef Bacik
1
-0
/
+2
2011-11-10
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-27
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-27
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
2011-02-14
Btrfs: Fix balance panic
Yan, Zheng
1
-0
/
+1
2011-02-01
btrfs: fix return value check of btrfs_start_transaction()
Tsutomu Itoh
1
-0
/
+3
2011-01-28
btrfs: fix return value check of btrfs_join_transaction()
Tsutomu Itoh
1
-3
/
+23
2010-10-29
Btrfs: Fix variables set but not read (bugs found by gcc 4.6)
Andi Kleen
1
-1
/
+3
2010-10-29
Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...
Chris Mason
1
-11
/
+3
2010-10-28
Btrfs: create special free space cache inode
Josef Bacik
1
-4
/
+87
2010-10-22
Btrfs: rework how we reserve metadata bytes
Josef Bacik
1
-11
/
+3
2010-06-11
Btrfs: Fix null dereference in relocation.c
Yan, Zheng
1
-3
/
+4
2010-05-25
Btrfs: Metadata ENOSPC handling for balance
Yan, Zheng
1
-730
/
+1137
2010-05-25
Btrfs: Pre-allocate space for data relocation
Yan, Zheng
1
-25
/
+65
2010-05-25
Btrfs: Integrate metadata reservation with start_transaction
Yan, Zheng
1
-9
/
+9
2010-05-25
Btrfs: Introduce contexts for metadata reservation
Yan, Zheng
1
-3
/
+13
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-15
Btrfs: cache the extent state everywhere we possibly can V2
Josef Bacik
1
-1
/
+1
2010-03-15
Btrfs: change how we mount subvolumes
Josef Bacik
1
-1
/
+1
[next]