index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-23
btrfs: drop unnecessary arguments from clustered allocation functions
Naohiro Aota
1
-9
/
+7
2020-03-23
btrfs: factor out do_allocation() for extent allocation
Naohiro Aota
1
-31
/
+44
2020-03-23
btrfs: move variables for clustered allocation into find_free_extent_ctl
Naohiro Aota
1
-15
/
+23
2020-03-23
btrfs: move hint_byte into find_free_extent_ctl
Naohiro Aota
1
-5
/
+9
2020-03-23
btrfs: introduce extent allocation policy
Naohiro Aota
1
-0
/
+8
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
2
-0
/
+7
2020-03-23
btrfs: handle invalid profile in chunk allocation
Naohiro Aota
1
-1
/
+4
2020-03-23
btrfs: change full_search to bool in find_free_extent_update_loop
Naohiro Aota
1
-1
/
+1
2020-03-23
btrfs: qgroup: Remove the unnecesaary spin lock for qgroup_rescan_running
Qu Wenruo
1
-6
/
+0
2020-03-23
btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at...
Qu Wenruo
1
-2
/
+9
2020-03-23
uuid: Remove no more needed macro
Andy Shevchenko
1
-1
/
+0
2020-03-23
btrfs: switch to use new generic UUID API
Andy Shevchenko
4
-13
/
+8
2020-03-23
uuid: Provide a GUID generator for raw buffer
Andy Shevchenko
2
-0
/
+11
2020-03-23
uuid: Add inline helpers to import / export UUIDs
Andy Shevchenko
1
-0
/
+20
2020-03-23
btrfs: Don't submit any btree write bio if the fs has errors
Qu Wenruo
1
-1
/
+34
2020-03-23
btrfs: ioctl: resize: only show message if size is changed
Marcos Paulo de Souza
1
-3
/
+5
2020-03-23
btrfs: slightly simplify global block reserve calculations
Anand Jain
1
-1
/
+1
2020-03-23
btrfs: merge unlocking to common exit block in btrfs_commit_transaction
David Sterba
1
-35
/
+23
2020-03-23
btrfs: reduce pointer intdirections in btree_readpage_end_io_hook
David Sterba
1
-3
/
+4
2020-03-23
btrfs: adjust delayed refs message level
David Sterba
1
-1
/
+1
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: adjust message level for unrecognized mount option
David Sterba
1
-1
/
+1
2020-03-23
btrfs: simplify parameters of btrfs_set_disk_extent_flags
David Sterba
3
-8
/
+5
2020-03-23
btrfs: open code trivial helper btrfs_header_chunk_tree_uuid
David Sterba
2
-6
/
+2
2020-03-23
btrfs: open code trivial helper btrfs_header_fsid
David Sterba
2
-7
/
+4
2020-03-23
btrfs: move mapping of block for discard to its caller
David Sterba
1
-4
/
+5
2020-03-23
btrfs: use struct_size to calculate size of raid hash table
David Sterba
1
-3
/
+1
2020-03-23
btrfs: convert snapshot/nocow exlcusion to drew lock
Nikolay Borisov
6
-103
/
+25
2020-03-23
btrfs: Implement DREW lock
Nikolay Borisov
3
-0
/
+114
2020-03-23
btrfs: simplify error handling in __btrfs_write_out_cache()
Johannes Thumshirn
1
-13
/
+11
2020-03-23
btrfs: use standard debug config option to enable free-space-cache debug prints
Johannes Thumshirn
1
-3
/
+3
2020-03-23
btrfs: make the uptodate argument of io_ctl_add_pages() boolean
Johannes Thumshirn
1
-3
/
+3
2020-03-23
btrfs: use inode from io_ctl in io_ctl_prepare_pages
Johannes Thumshirn
1
-4
/
+4
2020-03-23
btrfs: add new BTRFS_IOC_SNAP_DESTROY_V2 ioctl
Marcos Paulo de Souza
2
-21
/
+127
2020-03-23
btrfs: export helpers for subvolume name/id resolution
Marcos Paulo de Souza
4
-8
/
+15
2020-03-23
btrfs: use ioctl args support mask for device delete
David Sterba
1
-2
/
+1
2020-03-23
btrfs: use ioctl args support mask for subvolume create/delete
David Sterba
1
-3
/
+1
2020-03-23
btrfs: define support masks for ioctl volume args v2
David Sterba
1
-3
/
+13
2020-03-23
btrfs: Add missing lock annotation for release_extent_buffer()
Jules Irenge
1
-0
/
+1
2020-03-23
btrfs: set update the uuid generation as soon as possible
Josef Bacik
1
-2
/
+12
2020-03-23
btrfs: bail out of uuid tree scanning if we're closing
Josef Bacik
3
-2
/
+13
2020-03-23
btrfs: make btrfs_check_uuid_tree private to disk-io.c
Nikolay Borisov
3
-37
/
+37
[prev]
[next]