index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-04-11
1
-11
/
+24
|
\
|
*
btrfs: make device scan less noisy
David Sterba
2014-04-07
1
-11
/
+24
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-04-04
1
-18
/
+28
|
\
\
|
|
/
|
*
btrfs: Cleanup the "_struct" suffix in btrfs_workequeue
Qu Wenruo
2014-03-10
1
-1
/
+1
|
*
btrfs: Replace fs_info->submit_workers with btrfs_workqueue.
Qu Wenruo
2014-03-10
1
-5
/
+6
|
*
btrfs: Cleanup the unused struct async_sched.
Qu Wenruo
2014-03-10
1
-7
/
+0
|
*
Btrfs: fix use-after-free in the finishing procedure of the device replace
Miao Xie
2014-03-10
1
-7
/
+23
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-01-30
1
-45
/
+44
|
\
\
|
|
/
|
*
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
Frank Holton
2014-01-28
1
-45
/
+44
*
|
btrfs: fix missing increment of bi_remaining
Muthu Kumar
2014-01-08
1
-2
/
+7
*
|
block: fixup for generic bio chaining
Kent Overstreet
2013-12-03
1
-0
/
+2
*
|
block: Abstract out bvec iterator
Kent Overstreet
2013-11-23
1
-6
/
+6
|
/
*
btrfs: fix bio_size_ok() for max_sectors > 0xffff
Akinobu Mita
2013-11-20
1
-1
/
+1
*
btrfs: Replace kmalloc with kmalloc_array
Dulshani Gunawardhana
2013-11-11
1
-1
/
+1
*
btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)
Dulshani Gunawardhana
2013-11-11
1
-8
/
+3
*
btrfs: remove fs/btrfs/compat.h
Zach Brown
2013-11-11
1
-1
/
+0
*
Btrfs: init device stats for new devices
Stefan Behrens
2013-11-11
1
-0
/
+2
*
Btrfs: disallow 'btrfs {balance,replace} cancel' on ro mounts
Ilya Dryomov
2013-11-11
1
-0
/
+3
*
Btrfs: nuke a bogus rw_devices decrement in __btrfs_close_devices
Ilya Dryomov
2013-11-11
1
-1
/
+2
*
Btrfs: remove unused max_key arg from btrfs_search_forward
Filipe David Borba Manana
2013-11-11
1
-1
/
+1
*
Btrfs: fix memory leak of chunks' extent map
Liu Bo
2013-11-11
1
-0
/
+2
*
Merge branch 'for-linus' into for-linus-3.12
Chris Mason
2013-10-05
1
-1
/
+6
|
\
|
*
Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishing
Ilya Dryomov
2013-10-04
1
-1
/
+6
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2013-09-22
1
-3
/
+4
|
\
\
|
|
/
|
*
btrfs: Add btrfs: prefix to kernel log output
Frank Holton
2013-09-21
1
-2
/
+2
|
*
Btrfs: do not add replace target to the alloc_list
Ilya Dryomov
2013-09-21
1
-1
/
+2
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2013-09-12
1
-149
/
+464
|
\
\
|
|
/
|
*
Btrfs: fix deadlock in uuid scan kthread
Filipe David Borba Manana
2013-09-01
1
-17
/
+18
|
*
Btrfs: stop refusing the relocation of chunk 0
Ilya Dryomov
2013-09-01
1
-4
/
+2
|
*
Btrfs: adjust the fs_devices->missing count on unmount
Josef Bacik
2013-09-01
1
-0
/
+2
|
*
Btrfs: fix race conditions in BTRFS_IOC_FS_INFO ioctl
Filipe David Borba Manana
2013-09-01
1
-2
/
+3
|
*
Btrfs: fix race between removing a dev and writing sbs
Filipe David Borba Manana
2013-09-01
1
-2
/
+6
|
*
Btrfs: Make btrfs_dev_extent_chunk_tree_uuid() return unsigned long
Geert Uytterhoeven
2013-09-01
1
-2
/
+1
|
*
Btrfs: Make btrfs_device_fsid() return unsigned long
Geert Uytterhoeven
2013-09-01
1
-5
/
+3
|
*
Btrfs: Make btrfs_device_uuid() return unsigned long
Geert Uytterhoeven
2013-09-01
1
-6
/
+4
|
*
Btrfs: Remove superfluous casts from u64 to unsigned long long
Geert Uytterhoeven
2013-09-01
1
-12
/
+7
|
*
Btrfs: rollback btrfs_device fields on umount
Ilya Dryomov
2013-09-01
1
-9
/
+6
|
*
Btrfs: add alloc_fs_devices and switch to it
Ilya Dryomov
2013-09-01
1
-18
/
+53
|
*
Btrfs: add btrfs_alloc_device and switch to it
Ilya Dryomov
2013-09-01
1
-57
/
+94
|
*
Btrfs: find_next_devid: root -> fs_info
Ilya Dryomov
2013-09-01
1
-8
/
+8
|
*
Btrfs: check UUID tree during mount if required
Stefan Behrens
2013-09-01
1
-0
/
+83
|
*
Btrfs: fill UUID tree initially
Stefan Behrens
2013-09-01
1
-1
/
+150
|
*
Btrfs: create UUID tree if required
Stefan Behrens
2013-09-01
1
-0
/
+26
|
*
Btrfs: get rid of sparse warnings
Stefan Behrens
2013-09-01
1
-3
/
+0
|
*
Fix leak in __btrfs_map_block error path
Dave Jones
2013-09-01
1
-0
/
+1
|
*
Btrfs: optimize function btrfs_read_chunk_tree
Filipe David Borba Manana
2013-09-01
1
-19
/
+11
|
*
btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert
Qu Wenruo
2013-09-01
1
-1
/
+1
|
*
btrfs: make errors in btrfs_num_copies less noisy
David Sterba
2013-09-01
1
-2
/
+2
|
*
Btrfs: Release uuid_mutex for shrink during device delete
Carey Underwood
2013-09-01
1
-0
/
+2
*
|
Btrfs: volume: Replace PTR_RET with PTR_ERR_OR_ZERO
Sachin Kamat
2013-07-16
1
-1
/
+1
|
/
[next]