index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-07
btrfs: fix lockdep splat in add_missing_dev
Josef Bacik
1
-0
/
+10
2020-08-27
btrfs: drop path before adding new uuid tree entry
Josef Bacik
1
-1
/
+2
2020-08-12
btrfs: trim: fix underflow in trim length to prevent access beyond device bou...
Qu Wenruo
1
-0
/
+4
2020-07-27
btrfs: move the chunk_mutex in btrfs_read_chunk_tree
Josef Bacik
1
-2
/
+2
2020-07-27
btrfs: open device without device_list_mutex
Josef Bacik
1
-3
/
+18
2020-07-27
btrfs: relocation: review the call sites which can be interrupted by signal
Qu Wenruo
1
-1
/
+16
2020-07-27
btrfs: prefetch chunk tree leaves at mount
David Sterba
1
-0
/
+27
2020-07-27
btrfs: always initialize btrfs_bio::tgtdev_map/raid_map pointers
Nikolay Borisov
1
-20
/
+11
2020-07-27
btrfs: don't check for btrfs_device::bdev in btrfs_end_bio
Nikolay Borisov
1
-8
/
+7
2020-07-27
btrfs: record btrfs_device directly in btrfs_io_bio
Nikolay Borisov
1
-10
/
+4
2020-07-27
btrfs: allow use of global block reserve for balance item deletion
David Sterba
1
-1
/
+1
2020-07-21
btrfs: fix mount failure caused by race with umount
Boris Burkov
1
-0
/
+8
2020-05-25
btrfs: drop stale reference to volume_mutex
Anand Jain
1
-4
/
+3
2020-05-25
btrfs: free alien device after device add
Anand Jain
1
-1
/
+11
2020-05-25
btrfs: include non-missing as a qualifier for the latest_bdev
Anand Jain
1
-0
/
+2
2020-05-25
btrfs: drop useless goto in open_fs_devices
Anand Jain
1
-7
/
+5
2020-05-25
btrfs: make btrfs_read_disk_super return struct btrfs_disk_super
Nikolay Borisov
1
-24
/
+23
2020-03-23
btrfs: relocation: add error injection points for cancelling balance
Qu Wenruo
1
-1
/
+1
2020-03-23
btrfs: balance: factor out convert profile validation
David Sterba
1
-24
/
+21
2020-03-23
btrfs: Rename __btrfs_alloc_chunk to btrfs_alloc_chunk
Nikolay Borisov
1
-25
/
+13
2020-03-23
btrfs: parameterize dev_extent_min for chunk allocation
Naohiro Aota
1
-4
/
+5
2020-03-23
btrfs: factor out create_chunk()
Naohiro Aota
1
-61
/
+71
2020-03-23
btrfs: factor out decide_stripe_size()
Naohiro Aota
1
-58
/
+78
2020-03-23
btrfs: factor out gather_device_info()
Naohiro Aota
1
-54
/
+67
2020-03-23
btrfs: factor out init_alloc_chunk_ctl
Naohiro Aota
1
-38
/
+62
2020-03-23
btrfs: introduce alloc_chunk_ctl
Naohiro Aota
1
-65
/
+93
2020-03-23
btrfs: refactor find_free_dev_extent_start()
Naohiro Aota
1
-20
/
+58
2020-03-23
btrfs: introduce chunk allocation policy
Naohiro Aota
1
-0
/
+1
2020-03-23
btrfs: handle invalid profile in chunk allocation
Naohiro Aota
1
-1
/
+4
2020-03-23
btrfs: replace u_long type cast with unsigned long
David Sterba
1
-2
/
+2
2020-03-23
btrfs: raid56: simplify sort_parity_stripes
David Sterba
1
-16
/
+4
2020-03-23
btrfs: move mapping of block for discard to its caller
David Sterba
1
-4
/
+5
2020-03-23
btrfs: bail out of uuid tree scanning if we're closing
Josef Bacik
1
-1
/
+6
2020-03-23
btrfs: make btrfs_check_uuid_tree private to disk-io.c
Nikolay Borisov
1
-36
/
+1
2020-03-23
btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterate
Nikolay Borisov
1
-46
/
+1
2020-03-23
btrfs: use the page cache for super block reading
Johannes Thumshirn
1
-33
/
+44
2020-03-23
btrfs: reduce scope of btrfs_scratch_superblocks()
Johannes Thumshirn
1
-30
/
+29
2020-03-23
btrfs: don't kmap() pages from block devices
Johannes Thumshirn
1
-3
/
+2
2020-03-23
btrfs: Export btrfs_release_disk_super
Nikolay Borisov
1
-1
/
+1
2020-03-23
btrfs: sysfs, rename device_link add/remove functions
Anand Jain
1
-4
/
+4
2020-03-23
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
Josef Bacik
1
-1
/
+1
2020-03-23
btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
Josef Bacik
1
-4
/
+0
2020-03-23
btrfs: hold a ref on the root in btrfs_check_uuid_tree_entry
Josef Bacik
1
-1
/
+5
2020-03-23
btrfs: open code btrfs_read_fs_root_no_name
Josef Bacik
1
-1
/
+1
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
[next]