index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-23
btrfs: Fix split-brain handling when changing FSID to metadata uuid
Nikolay Borisov
1
-4
/
+38
2020-01-23
btrfs: Handle another split brain scenario with metadata uuid feature
Nikolay Borisov
1
-3
/
+14
2020-01-23
btrfs: Factor out metadata_uuid code from find_fsid.
Su Yue
1
-35
/
+42
2020-01-23
btrfs: Call find_fsid from find_fsid_inprogress
Su Yue
1
-13
/
+6
2020-01-23
btrfs: Move and unexport btrfs_rmap_block
Nikolay Borisov
1
-69
/
+0
2020-01-20
btrfs: device stats, log when stats are zeroed
Anand Jain
1
-0
/
+2
2020-01-20
btrfs: add the beginning of async discard, discard workqueue
Dennis Zhou
1
-0
/
+8
2020-01-20
btrfs: reset device back to allocation state when removing
Johannes Thumshirn
1
-17
/
+12
2020-01-20
btrfs: decrement number of open devices after closing the device not before
Johannes Thumshirn
1
-3
/
+2
2020-01-20
btrfs: remove impossible WARN_ON in btrfs_destroy_dev_replace_tgtdev()
Johannes Thumshirn
1
-1
/
+0
2020-01-20
btrfs: fill ncopies for all raid table entries
David Sterba
1
-0
/
+2
2020-01-20
btrfs: use raid_attr table in calc_stripe_length for nparity
David Sterba
1
-10
/
+5
2020-01-17
btrfs: check rw_devices, not num_devices for balance
Josef Bacik
1
-1
/
+5
2019-12-13
btrfs: fix devs_max constraints for raid1c3 and raid1c4
David Sterba
1
-2
/
+2
2019-11-18
btrfs: change btrfs_fs_devices::rotating to bool
Johannes Thumshirn
1
-3
/
+3
2019-11-18
btrfs: change btrfs_fs_devices::seeding to bool
Johannes Thumshirn
1
-4
/
+4
2019-11-18
btrfs: rename btrfs_block_group_cache
David Sterba
1
-3
/
+3
2019-11-18
btrfs: add incompat for raid1 with 3, 4 copies
David Sterba
1
-0
/
+9
2019-11-18
btrfs: add support for 4-copy replication (raid1c4)
David Sterba
1
-0
/
+12
2019-11-18
btrfs: add support for 3-copy replication (raid1c3)
David Sterba
1
-2
/
+17
2019-11-18
btrfs: Ensure we trim ranges across block group boundary
Qu Wenruo
1
-2
/
+4
2019-11-18
btrfs: volumes: Use more straightforward way to calculate map length
Qu Wenruo
1
-1
/
+1
2019-11-18
btrfs: add dedicated members for start and length of a block group
David Sterba
1
-8
/
+7
2019-11-18
btrfs: move block_group_item::used to block group
David Sterba
1
-2
/
+2
2019-11-18
btrfs: remove pointless indentation in btrfs_read_sys_array()
Johannes Thumshirn
1
-35
/
+36
2019-11-18
btrfs: reduce indentation in btrfs_may_alloc_data_chunk
Johannes Thumshirn
1
-20
/
+21
2019-11-18
Btrfs: delete the entire async bio submission framework
Chris Mason
1
-210
/
+0
2019-11-18
Btrfs: stop using btrfs_schedule_bio()
Chris Mason
1
-51
/
+4
2019-11-18
btrfs: add const function attribute
David Sterba
1
-1
/
+1
2019-11-18
btrfs: add __cold attribute to more functions
David Sterba
1
-1
/
+1
2019-11-18
btrfs: print process name and pid that calls device scanning
Anand Jain
1
-4
/
+8
2019-11-18
btrfs: use has_single_bit_set for clarity
David Sterba
1
-6
/
+1
2019-11-18
btrfs: balance: use term redundancy instead of integrity in message
Anand Jain
1
-6
/
+6
2019-11-18
btrfs: get rid of unique workqueue helper functions
Omar Sandoval
1
-2
/
+1
2019-10-25
btrfs: Consider system chunk array size for new SYSTEM chunks
Qu Wenruo
1
-0
/
+1
2019-10-01
btrfs: fix balance convert to single on 32-bit host CPUs
Zygo Blaxell
1
-1
/
+5
2019-09-25
btrfs: Fix a regression which we can't convert to SINGLE profile
Qu Wenruo
1
-1
/
+7
2019-09-09
btrfs: move dev_stats helpers to volumes.c
David Sterba
1
-0
/
+23
2019-09-09
btrfs: move math functions to misc.h
David Sterba
1
-1
/
+1
2019-09-09
btrfs: use proper error values on allocation failure in clone_fs_devices
Anand Jain
1
-2
/
+6
2019-09-09
btrfs: proper error handling when invalid device is found in find_next_devid
Anand Jain
1
-1
/
+6
2019-09-09
btrfs: fix error pointer check in __btrfs_map_block()
Dan Carpenter
1
-1
/
+1
2019-09-09
btrfs: dev stat drop useless goto
Anand Jain
1
-5
/
+2
2019-09-09
btrfs: dev stats item key conversion per cpu type is not needed
Anand Jain
1
-2
/
+0
2019-09-09
btrfs: factor out sysfs code for updating sprout fsid
David Sterba
1
-10
/
+2
2019-09-09
btrfs: factor out sysfs code for sending device uevent
David Sterba
1
-13
/
+0
2019-09-09
btrfs: opencode reset of all device stats
Anand Jain
1
-10
/
+2
2019-09-09
btrfs: reset device stat using btrfs_dev_stat_set
Anand Jain
1
-3
/
+3
2019-09-09
btrfs: move basic block_group definitions to their own header
Josef Bacik
1
-0
/
+1
2019-09-09
btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()
Qu Wenruo
1
-4
/
+0
[next]