Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bc0ee9d24ad21a5c2b5944f66623a02e9c8831aa
/
fs
/
btrfs
/
volumes.c
1eff9d3
block: rename bio bi_rw to bi_opf
by Jens Axboe
· 8 years ago
d58b0d9
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
d05d7f4
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
6664283
btrfs: btrfs_abort_transaction, drop root parameter
by Jeff Mahoney
· 9 years ago
05f9a78
btrfs: btrfs_relocate_chunk pass extent_root to btrfs_end_transaction
by Jeff Mahoney
· 8 years ago
14a1e06
btrfs: introduce BTRFS_MAX_ITEM_SIZE
by Jeff Mahoney
· 9 years ago
3cdde22
btrfs: btrfs_test_opt and friends should take a btrfs_fs_info
by Jeff Mahoney
· 9 years ago
5a488b9
Btrfs: fix unexpected balance crash due to BUG_ON
by Liu Bo
· 8 years ago
e2bf6e8
btrfs: make sure device is synced before return
by Anand Jain
· 8 years ago
f448341
btrfs: reorg btrfs_close_one_device()
by Anand Jain
· 9 years ago
df5c82a
Btrfs: fix comparison in __btrfs_map_block()
by Vincent Stehlé
· 8 years ago
b971712a
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
b7f6705
Btrfs: Force stripesize to the value of sectorsize
by Chandan Rajendra
· 8 years ago
4c6459f
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
c871b0f
Btrfs: check if extent buffer is aligned to sectorsize
by Liu Bo
· 9 years ago
3d0f0b6
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
719da39
Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.7
by Chris Mason
· 9 years ago
81a75f6
btrfs: use bio fields for op and flags
by Mike Christie
· 9 years ago
b3d3fa5
btrfs: update __btrfs_map_block for REQ_OP transition
by Mike Christie
· 9 years ago
37226b2
btrfs: use bio op accessors
by Mike Christie
· 9 years ago
4e49ea4
block/fs/drivers: remove rw argument from submit_bio
by Mike Christie
· 9 years ago
e06cd3d
Btrfs: add validadtion checks for chunk loading
by Liu Bo
· 9 years ago
99e3ecf
Btrfs: add more validation checks for superblock
by Liu Bo
· 9 years ago
d865177
Btrfs: clear uptodate flags of pages in sys_array eb
by Liu Bo
· 9 years ago
b2d5ad8
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
65d4f4c
Btrfs: end transaction if we abort when creating uuid root
by Josef Bacik
· 9 years ago
22ab04e
Btrfs: fix race between device replace and chunk allocation
by Filipe Manana
· 9 years ago
57ba4cb
Btrfs: fix race between device replace and block group removal
by Filipe Manana
· 9 years ago
559b6d9
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
42f3173
Merge branch 'cleanups-4.7' into for-chris-4.7-20160525
by David Sterba
· 9 years ago
0132761
btrfs: fix string and comment grammatical issues and typos
by Nicholas D Steeves
· 9 years ago
1c8b5b6
Btrfs: free sys_array eb as soon as possible
by Liu Bo
· 9 years ago
07be133
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
8da4b8c
lib/uuid.c: move generate_random_uuid() to uuid.c
by Andy Shevchenko
· 9 years ago
36fac9e
Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516
by David Sterba
· 9 years ago
5ef64a3
Merge branch 'cleanups-4.7' into for-chris-4.7-20160516
by David Sterba
· 9 years ago
48b3b9d
btrfs: fix lock dep warning move scratch super outside of chunk_mutex
by Anand Jain
· 9 years ago
e042d1e
Btrfs: remove BUG_ON()'s in btrfs_map_block
by Josef Bacik
· 9 years ago
3d8da67
Btrfs: fix divide error upon chunk's stripe_len
by Liu Bo
· 9 years ago
779bf3f
btrfs: fix lock dep warning, move scratch dev out of device_list_mutex and uuid_mutex
by Anand Jain
· 9 years ago
88be159
btrfs: allow balancing to dup with multi-device
by Austin S. Hemmelgarn
· 9 years ago
88acff6
btrfs: cleanup assigning next active device with a check
by Anand Jain
· 9 years ago
8ed01ab
btrfs: s_bdev is not null after missing replace
by Anand Jain
· 9 years ago
5c5c0df
btrfs: rename btrfs_find_device_by_user_input
by David Sterba
· 9 years ago
418775a
btrfs: use existing device constraints table btrfs_raid_array
by David Sterba
· 9 years ago
621292b
btrfs: introduce raid-type to error-code table, for minimum device constraint
by David Sterba
· 9 years ago
3cc31a0
btrfs: pass number of devices to btrfs_check_raid_min_devices
by David Sterba
· 9 years ago
f47ab25
btrfs: rename __check_raid_min_devices
by David Sterba
· 9 years ago
02feae3
btrfs: optimize check for stale device
by Anand Jain
· 9 years ago
6b526ed
btrfs: introduce device delete by devid
by Anand Jain
· 9 years ago
42b6742
btrfs: make use of btrfs_scratch_superblocks() in btrfs_rm_device()
by Anand Jain
· 9 years ago
b3d1b15
btrfs: enhance btrfs_find_device_by_user_input() to check device path
by Anand Jain
· 9 years ago
24fc572
btrfs: make use of btrfs_find_device_by_user_input()
by Anand Jain
· 9 years ago
24e0474
btrfs: create helper btrfs_find_device_by_user_input()
by Anand Jain
· 9 years ago
bd45ffb
btrfs: clean up and optimize __check_raid_min_device()
by Anand Jain
· 9 years ago
f1fa7f2
btrfs: create helper function __check_raid_min_devices()
by Anand Jain
· 9 years ago
6cf86a00
btrfs: create a helper function to read the disk super
by Anand Jain
· 9 years ago
cf25ce5
Btrfs: do not create empty block group if we have allocated data
by Liu Bo
· 9 years ago
34d9700
btrfs: rename btrfs_std_error to btrfs_handle_fs_error
by Anand Jain
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
bb7ab3b
btrfs: Fix misspellings in comments.
by Adam Buchbinder
· 9 years ago
675d276
Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6
by David Sterba
· 9 years ago
67d605f
Merge branch 'dev/rename-keys' into for-chris-4.6
by David Sterba
· 9 years ago
73beece
Btrfs: fix lockdep deadlock warning due to dev_replace
by Liu Bo
· 9 years ago
242e295
btrfs: switch dev stats item to the permanent item key
by David Sterba
· 9 years ago
c479cb4
btrfs: switch balance item to the temporary item key
by David Sterba
· 9 years ago
78f2c9e
btrfs: device add and remove: use GFP_KERNEL
by David Sterba
· 9 years ago
ad1ba2a
btrfs: Use direct way to determine raid56 write/recover mode
by Zhao Lei
· 9 years ago
94a97df
btrfs: Small cleanup for get index_srcdev loop
by Zhao Lei
· 9 years ago
f04b772
btrfs: Enhance chunk validation check
by Qu Wenruo
· 9 years ago
fedc004
Btrfs: fix typo in log message when starting a balance
by Filipe Manana
· 9 years ago
326f784
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
acc3085
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
fb75d85
btrfs: remove duplicate const specifier
by Colin Ian King
· 9 years ago
546bed6
btrfs: initialize the seq counter in struct btrfs_device
by Sebastian Andrzej Siewior
· 9 years ago
95617d6
btrfs: cleanup, stop casting for extent_map->lookup everywhere
by Jeff Mahoney
· 10 years ago
988f1f5
Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.5
by Chris Mason
· 9 years ago
b28cf57
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
a305810
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
8cdc7c5
Btrfs: fix fitrim discarding device area reserved for boot loader's use
by Filipe Manana
· 9 years ago
ee592d0
Btrfs: Check metadata redundancy on balance
by Sam Tygier
· 9 years ago
e4058b5
btrfs: cleanup, use enum values for btrfs_path reada
by David Sterba
· 9 years ago
ee22184
Btrfs: use linux/sizes.h to represent constants
by Byongho Lee
· 9 years ago
7928d67
btrfs: cleanup, remove stray return statements
by David Sterba
· 9 years ago
93a3d46
btrfs: verbose error when we find an unexpected item in sys_array
by David Sterba
· 9 years ago
f5cdedd
btrfs: handle invalid num_stripes in sys_array
by David Sterba
· 9 years ago
c5ca878
btrfs: Support convert to -d dup for btrfs-convert
by Zhao Lei
· 9 years ago
140e639
btrfs: fix warning on uninit variable in btrfs_finish_chunk_alloc
by Chris Mason
· 9 years ago
a53fe25
Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.5
by Chris Mason
· 9 years ago
afa427c
Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
fc315e3
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
50460e3
Btrfs: fix race when finishing dev replace leading to transaction abort
by Filipe Manana
· 9 years ago
8a7d656
Btrfs: fix transaction handle leak in balance
by Filipe Manana
· 9 years ago
4db8c52
btrfs: remove a trivial helper btrfs_set_buffer_uptodate
by David Sterba
· 9 years ago
87ad58c
btrfs: make btrfs_close_one_device static
by David Sterba
· 9 years ago
80e0c50
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
dba72cb
btrfs: fix balance range usage filters in 4.4-rc
by Holger Hoffstätte
· 9 years ago
31388ab
btrfs: fix rcu warning during device replace
by David Sterba
· 9 years ago
7fd0118
Btrfs: fix the number of transaction units needed to remove a block group
by Filipe Manana
· 9 years ago
8eab77f
Btrfs: use global reserve when deleting unused block group after ENOSPC
by Filipe Manana
· 9 years ago
Next »