Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c7d6b573fe55fdccd60bfe082dda8cace9bcaa3f
/
fs
/
btrfs
/
volumes.c
1b98450
Btrfs: fix find_free_dev_extent() malfunction in case device tree has hole
by Forrest Liu
· 10 years ago
f2ab761
btrfs: Fix tail space processing in find_free_dev_extent()
by Zhao Lei
· 10 years ago
fc4c3c8
Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1
by Chris Mason
· 10 years ago
258ece0
btrfs: remove shadowing variables in __btrfs_map_block
by David Sterba
· 10 years ago
9d644a6
btrfs: cleanup, use correct type in div_u64_rem
by David Sterba
· 10 years ago
47c5713
btrfs: replace remaining do_div calls with div_u64 variants
by David Sterba
· 10 years ago
b8b93ad
btrfs: cleanup 64bit/32bit divs, provably bounded values
by David Sterba
· 10 years ago
31e818f
btrfs: cleanup, use kmalloc_array/kcalloc array helpers
by David Sterba
· 10 years ago
853d8ec
btrfs: need_resched not needed with cond_resched
by David Sterba
· 10 years ago
e57cf21
Btrfs: fix allocation size calculations in alloc_btrfs_bio
by Chris Mason
· 10 years ago
9eaed21
btrfs: remove unused fs_info arg from btrfs_close_extra_devices()
by Eric Sandeen
· 10 years ago
08da757
btrfs: cleanup: use for() loop in btrfs_map_bio()
by Zhao Lei
· 10 years ago
a688a04
btrfs: remove unused chunk_tree argument in several functions
by Zhao Lei
· 10 years ago
e8c9f18
btrfs: constify structs with op functions or static definitions
by David Sterba
· 10 years ago
13212b5
btrfs: Fix out-of-space bug
by Zhao Lei
· 10 years ago
e3540ea
btrfs: add more checks to btrfs_read_sys_array
by David Sterba
· 10 years ago
1ffb22c
btrfs: cleanup, rename a few variables in btrfs_read_sys_array
by David Sterba
· 10 years ago
ffe2d20
Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simply
by Zhao Lei
· 10 years ago
10f1190
Btrfs: Include map_type in raid_bio
by Zhao Lei
· 10 years ago
6e9606d
Btrfs: add ref_count and free function for btrfs_bio
by Zhao Lei
· 10 years ago
8e5cfb5
Btrfs: Make raid_map array be inlined in btrfs_bio structure
by Zhao Lei
· 10 years ago
cc7539e
Btrfs: sort raid_map before adding tgtdev stripes
by Zhao Lei
· 10 years ago
57bbddd
Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus
by Chris Mason
· 10 years ago
98af592
btrfs: filp_open() returns ERR_PTR() on failure, not NULL...
by Al Viro
· 10 years ago
a83fffb
btrfs: sink blocksize parameter to btrfs_find_create_tree_block
by David Sterba
· 11 years ago
9627aee
Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs into for-linus
by Chris Mason
· 10 years ago
495e64f
Btrfs: fix fs mapping extent map leak
by Filipe Manana
· 10 years ago
0421682
Btrfs: fix race between fs trimming and block group remove/allocation
by Filipe Manana
· 10 years ago
4245215
Btrfs, raid56: fix use-after-free problem in the final device replace procedure on raid56
by Miao Xie
· 10 years ago
2c8cdd6
Btrfs, replace: write dirty pages into the replace target device
by Miao Xie
· 10 years ago
af8e2d1
Btrfs, scrub: repair the common data on RAID5/6 if it is corrupted
by Miao Xie
· 10 years ago
6de6565
Btrfs: remove unnecessary code of stripe_index assignment in __btrfs_map_block
by Zhao Lei
· 10 years ago
f90523d
Btrfs: remove noused bbio_ret in __btrfs_map_block in condition
by Zhao Lei
· 10 years ago
084b6e7c
btrfs: Fix a lockdep warning when running xfstest.
by Qu Wenruo
· 10 years ago
90d0c37
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
1b6e446
Btrfs: fix compilation errors under DEBUG
by Fabian Frederick
· 10 years ago
47ab2a6
Btrfs: remove empty block groups automatically
by Josef Bacik
· 10 years ago
0f23ae7
Revert "Btrfs: device_list_add() should not update list when mounted"
by Chris Mason
· 10 years ago
28e1cc7
Btrfs: Set real mirror number for read operation on RAID0/5/6
by Miao Xie
· 10 years ago
c3929c3
Btrfs: modify rw_devices counter under chunk_mutex context
by Miao Xie
· 10 years ago
5f37583
Btrfs: move the missing device to its own fs device list
by Miao Xie
· 10 years ago
416d7b8
Btrfs: stop mounting the fs if the non-ENOENT errors happen when opening seed fs
by Miao Xie
· 10 years ago
82372bc
Btrfs: make the logic of source device removing more clear
by Miao Xie
· 10 years ago
67a2c45
Btrfs: fix use-after-free problem of the device during device replace
by Miao Xie
· 10 years ago
adbbb86
Btrfs: fix unprotected device list access when cloning fs devices
by Miao Xie
· 10 years ago
2196d6e
Btrfs: Fix misuse of chunk mutex
by Miao Xie
· 10 years ago
fe48a5c
Btrfs: fix unprotected system chunk array insertion
by Miao Xie
· 10 years ago
7cc8e58
Btrfs: fix unprotected device's variants on 32bits machine
by Miao Xie
· 10 years ago
1c11618
Btrfs: update free_chunk_space during allocting a new chunk
by Miao Xie
· 10 years ago
43530c4
Btrfs: fix unprotected device->bytes_used update
by Miao Xie
· 10 years ago
5d778aa
Btrfs: Fix wrong free_chunk_space assignment during removing a device
by Miao Xie
· 10 years ago
ce7213c
Btrfs: fix wrong device bytes_used in the super block
by Miao Xie
· 10 years ago
935e5cc
Btrfs: fix wrong disk size when writing super blocks
by Miao Xie
· 10 years ago
1c43366
Btrfs: fix unprotected assignment of the target device
by Miao Xie
· 10 years ago
90180da
Btrfs: cleanup unused num_can_discard in fs_devices
by Miao Xie
· 10 years ago
3c1dbdf
btrfs: rename total_bytes to avoid confusion
by Anand Jain
· 10 years ago
b2efedc
btrfs: rw_devices shouldn't be incremented for seed fs in btrfs_rm_dev_replace_srcdev()
by Anand Jain
· 10 years ago
8bef840
btrfs: fix memory leak when there is no more seed device
by Anand Jain
· 10 years ago
94d5f0c
btrfs: update sprout seed pointer when seed fs is relinquished
by Anand Jain
· 10 years ago
25e8e91
btrfs: replace seed device followed by unmount causes kernel WARNING
by Anand Jain
· 10 years ago
d51908c
btrfs: preparatory to make btrfs_rm_dev_replace_srcdev() seed aware
by Anand Jain
· 10 years ago
f98de9b
Btrfs: make btrfs_search_forward return with nodes unlocked
by Filipe Manana
· 10 years ago
443f24f
Btrfs: cleanup unused latest_devid and latest_trans in fs_devices
by Miao Xie
· 10 years ago
addc3fa
Btrfs: Fix the problem that the dirty flag of dev stats is cleared
by Miao Xie
· 10 years ago
1458665
Btrfs: use BUG_ON
by HIMANGI SARAOGI
· 10 years ago
d20983b
Btrfs: fix writing data into the seed filesystem
by Miao Xie
· 10 years ago
962a298
btrfs: kill the key type accessor helpers
by David Sterba
· 11 years ago
9e0af23
Btrfs: fix task hang under heavy compressed write
by Liu Bo
· 10 years ago
7df69d3
Btrfs: Fix wrong device size when we are resizing the device
by Miao Xie
· 10 years ago
ff61d17
Btrfs: Fix the problem that the replace destroys the seed filesystem
by Miao Xie
· 10 years ago
3a7d55c
Btrfs: fix wrong missing device counter decrease
by Miao Xie
· 10 years ago
69611ac
Btrfs: fix unzeroed members in fs_devices when creating a fs from seed fs
by Miao Xie
· 10 years ago
77bdae4
btrfs: check generation as replace duplicates devid+uuid
by Anand Jain
· 10 years ago
b96de00
Btrfs: device_list_add() should not update list when mounted
by Anand Jain
· 10 years ago
0bfaa9c
btrfs: test for valid bdev before kobj removal in btrfs_rm_device
by Eric Sandeen
· 10 years ago
e755f78
btrfs: fix null pointer dereference in clone_fs_devices when name is null
by Anand Jain
· 10 years ago
b2373f2
btrfs: create sprout should rename fsid on the sysfs as well
by Anand Jain
· 11 years ago
0d39376
btrfs: dev add should add its sysfs entry
by Anand Jain
· 11 years ago
99994cd
btrfs: dev delete should remove sysfs entry
by Anand Jain
· 11 years ago
8408c71
Btrfs: fix wrong error handle when the device is missing or is not writeable
by Miao Xie
· 11 years ago
c55f139
Btrfs: fix deadlock when mounting a degraded fs
by Miao Xie
· 11 years ago
e990f16
Btrfs: use bio_endio_nodec instead of open code
by Miao Xie
· 11 years ago
298a8f9
Btrfs: fix NULL pointer crash when running balance and scrub concurrently
by Wang Shilong
· 11 years ago
8321cf2
fs: btrfs: volumes.c: Fix for possible null pointer dereference
by Rickard Strandqvist
· 11 years ago
351fd35
btrfs: remove stale newlines from log messages
by David Sterba
· 11 years ago
2986584
Btrfs: set right total device count for seeding support
by Wang Shilong
· 11 years ago
29cc83f
Btrfs: fix NULL pointer crash of deleting a seed device
by Liu Bo
· 11 years ago
4d90d28
btrfs: btrfs_rm_device() should zero mirror SB as well
by Anand Jain
· 11 years ago
23f8f9b
btrfs: add dev maxs limit for __btrfs_alloc_chunk in kernel space
by Gui Hecheng
· 11 years ago
5f43f86
btrfs: fix wrong max system array size check in kernel space
by Gui Hecheng
· 11 years ago
5a1972b
btrfs: Add ctime/mtime update for btrfs device add/remove.
by Qu Wenruo
· 11 years ago
7d824b6
btrfs: balance filter: add limit of processed chunks
by David Sterba
· 11 years ago
3123bca
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
60999ca
btrfs: make device scan less noisy
by David Sterba
· 11 years ago
53c5666
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
d458b05
btrfs: Cleanup the "_struct" suffix in btrfs_workequeue
by Qu Wenruo
· 11 years ago
a8c93d4
btrfs: Replace fs_info->submit_workers with btrfs_workqueue.
by Qu Wenruo
· 11 years ago
f5961d4
btrfs: Cleanup the unused struct async_sched.
by Qu Wenruo
· 11 years ago
c404e0d
Btrfs: fix use-after-free in the finishing procedure of the device replace
by Miao Xie
· 11 years ago
e7651b8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
Next »