Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
ba6d22393284b703e6174278c31858bf59337ed2
/
fs
/
btrfs
/
volumes.c
98af592
btrfs: filp_open() returns ERR_PTR() on failure, not NULL...
by Al Viro
· 10 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
efe120a
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
by Frank Holton
· 11 years ago
c7b22bb
btrfs: fix missing increment of bi_remaining
by Muthu Kumar
· 11 years ago
bc1e79a
block: fixup for generic bio chaining
by Kent Overstreet
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
475bf36
btrfs: fix bio_size_ok() for max_sectors > 0xffff
by Akinobu Mita
· 11 years ago
d9b0d9b
btrfs: Replace kmalloc with kmalloc_array
by Dulshani Gunawardhana
· 11 years ago
fae7f21
btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)
by Dulshani Gunawardhana
· 11 years ago
8b558c5
btrfs: remove fs/btrfs/compat.h
by Zach Brown
· 11 years ago
27087f3
Btrfs: init device stats for new devices
by Stefan Behrens
· 11 years ago
e649e58
Btrfs: disallow 'btrfs {balance,replace} cancel' on ro mounts
by Ilya Dryomov
· 11 years ago
f747cab
Btrfs: nuke a bogus rw_devices decrement in __btrfs_close_devices
by Ilya Dryomov
· 11 years ago
6174d3c
Btrfs: remove unused max_key arg from btrfs_search_forward
by Filipe David Borba Manana
· 11 years ago
7d3d174
Btrfs: fix memory leak of chunks' extent map
by Liu Bo
· 11 years ago
1329dfc
Merge branch 'for-linus' into for-linus-3.12
by Chris Mason
· 11 years ago
1357272
Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishing
by Ilya Dryomov
· 11 years ago
0fbf2cc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
5138ccc
btrfs: Add btrfs: prefix to kernel log output
by Frank Holton
· 11 years ago
55e50e4
Btrfs: do not add replace target to the alloc_list
by Ilya Dryomov
· 11 years ago
b7c09ad
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
f45388f
Btrfs: fix deadlock in uuid scan kthread
by Filipe David Borba Manana
· 11 years ago
795a332
Btrfs: stop refusing the relocation of chunk 0
by Ilya Dryomov
· 11 years ago
726551e
Btrfs: adjust the fs_devices->missing count on unmount
by Josef Bacik
· 11 years ago
f717175
Btrfs: fix race conditions in BTRFS_IOC_FS_INFO ioctl
by Filipe David Borba Manana
· 11 years ago
d730680
Btrfs: fix race between removing a dev and writing sbs
by Filipe David Borba Manana
· 11 years ago
Next »