index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-149
/
+464
2013-09-01
Btrfs: fix deadlock in uuid scan kthread
Filipe David Borba Manana
1
-17
/
+18
2013-09-01
Btrfs: stop refusing the relocation of chunk 0
Ilya Dryomov
1
-4
/
+2
2013-09-01
Btrfs: adjust the fs_devices->missing count on unmount
Josef Bacik
1
-0
/
+2
2013-09-01
Btrfs: fix race conditions in BTRFS_IOC_FS_INFO ioctl
Filipe David Borba Manana
1
-2
/
+3
2013-09-01
Btrfs: fix race between removing a dev and writing sbs
Filipe David Borba Manana
1
-2
/
+6
2013-09-01
Btrfs: Make btrfs_dev_extent_chunk_tree_uuid() return unsigned long
Geert Uytterhoeven
1
-2
/
+1
2013-09-01
Btrfs: Make btrfs_device_fsid() return unsigned long
Geert Uytterhoeven
1
-5
/
+3
2013-09-01
Btrfs: Make btrfs_device_uuid() return unsigned long
Geert Uytterhoeven
1
-6
/
+4
2013-09-01
Btrfs: Remove superfluous casts from u64 to unsigned long long
Geert Uytterhoeven
1
-12
/
+7
2013-09-01
Btrfs: rollback btrfs_device fields on umount
Ilya Dryomov
1
-9
/
+6
2013-09-01
Btrfs: add alloc_fs_devices and switch to it
Ilya Dryomov
1
-18
/
+53
2013-09-01
Btrfs: add btrfs_alloc_device and switch to it
Ilya Dryomov
1
-57
/
+94
2013-09-01
Btrfs: find_next_devid: root -> fs_info
Ilya Dryomov
1
-8
/
+8
2013-09-01
Btrfs: check UUID tree during mount if required
Stefan Behrens
1
-0
/
+83
2013-09-01
Btrfs: fill UUID tree initially
Stefan Behrens
1
-1
/
+150
2013-09-01
Btrfs: create UUID tree if required
Stefan Behrens
1
-0
/
+26
2013-09-01
Btrfs: get rid of sparse warnings
Stefan Behrens
1
-3
/
+0
2013-09-01
Fix leak in __btrfs_map_block error path
Dave Jones
1
-0
/
+1
2013-09-01
Btrfs: optimize function btrfs_read_chunk_tree
Filipe David Borba Manana
1
-19
/
+11
2013-09-01
btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert
Qu Wenruo
1
-1
/
+1
2013-09-01
btrfs: make errors in btrfs_num_copies less noisy
David Sterba
1
-2
/
+2
2013-09-01
Btrfs: Release uuid_mutex for shrink during device delete
Carey Underwood
1
-0
/
+2
2013-07-16
Btrfs: volume: Replace PTR_RET with PTR_ERR_OR_ZERO
Sachin Kamat
1
-1
/
+1
2013-07-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-195
/
+156
2013-07-02
Btrfs: make the chunk allocator completely tree lockless
Josef Bacik
1
-167
/
+137
2013-07-02
Btrfs: fix wrong mirror number tuning
Miao Xie
1
-3
/
+0
2013-06-14
Btrfs: Cocci spatch "ptr_ret.spatch"
Thomas Meyer
1
-4
/
+1
2013-06-14
btrfs: device delete to get errors from the kernel
Anand Jain
1
-19
/
+7
2013-06-14
Btrfs: cleanup the similar code of the fs root read
Miao Xie
1
-2
/
+11
2013-05-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-42
/
+12
2013-05-18
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...
Chris Mason
1
-7
/
+6
2013-05-18
Btrfs: use a btrfs bioset instead of abusing bio internals
Chris Mason
1
-35
/
+6
2013-05-18
Correct allowed raid levels on balance.
Andreas Philipp
1
-7
/
+6
2013-05-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-41
/
+56
2013-05-06
btrfs: make static code static & remove dead code
Eric Sandeen
1
-14
/
+15
2013-05-06
Btrfs: don't BUG_ON() in btrfs_num_copies
Josef Bacik
1
-2
/
+18
2013-05-06
Btrfs: deal with bad mappings in btrfs_map_block
Josef Bacik
1
-2
/
+8
2013-05-06
Btrfs: use a lock to protect incompat/compat flag of the super block
Miao Xie
1
-9
/
+1
2013-05-06
btrfs: ignore device open failures in __btrfs_open_devices
Eric Sandeen
1
-3
/
+3
2013-05-06
Btrfs: fix bad extent logging
Josef Bacik
1
-2
/
+2
2013-05-06
Btrfs: Include the device in most error printk()s
Simon Kirby
1
-9
/
+9
2013-04-02
Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Jens Axboe
1
-1
/
+12
2013-03-24
block: Use bio_sectors() more consistently
Kent Overstreet
1
-1
/
+1
2013-03-22
Btrfs: handle a bogus chunk tree nicely
Josef Bacik
1
-1
/
+12
2013-03-14
btrfs: use rcu_barrier() to wait for bdev puts at unmount
Eric Sandeen
1
-0
/
+6
2013-03-07
Btrfs: fix a mismerge in btrfs_balance()
Ilya Dryomov
1
-0
/
+5
2013-03-05
Btrfs: do not BUG_ON on aborted situation
Liu Bo
1
-2
/
+7
2013-02-28
btrfs: remove a printk from scan_one_device
David Sterba
1
-1
/
+0
2013-02-26
btrfs: cleanup for open-coded alignment
Qu Wenruo
1
-2
/
+1
[next]