index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2020-03-23
btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterate
Nikolay Borisov
3
-53
/
+51
2020-03-23
btrfs: raid56: simplify tracking of Q stripe presence
David Sterba
1
-22
/
+15
2020-03-23
btrfs: backref, use correct count to resolve normal data refs
ethanwu
1
-18
/
+11
2020-03-23
btrfs: backref, only search backref entries from leaves of the same root
ethanwu
1
-3
/
+9
2020-03-23
btrfs: backref, don't add refs from shared block when resolving normal backref
ethanwu
1
-9
/
+52
2020-03-23
btrfs: backref, only collect file extent items matching backref offset
ethanwu
1
-30
/
+33
2020-03-23
btrfs: remove buffer_heads form super block mirror integrity checking
Johannes Thumshirn
1
-19
/
+21
2020-03-23
btrfs: remove buffer_heads from btrfsic_process_written_block()
Johannes Thumshirn
1
-78
/
+25
2020-03-23
btrfs: remove btrfsic_submit_bh()
Johannes Thumshirn
2
-59
/
+0
2020-03-23
btrfs: use bios instead of buffer_heads from super block writeout
Johannes Thumshirn
1
-54
/
+73
2020-03-23
btrfs: use the page cache for super block reading
Johannes Thumshirn
4
-82
/
+79
2020-03-23
btrfs: reduce scope of btrfs_scratch_superblocks()
Johannes Thumshirn
2
-31
/
+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
2
-1
/
+2
2020-03-23
Btrfs: avoid unnecessary splits when setting bits on an extent io tree
Filipe Manana
1
-0
/
+10
2020-03-23
btrfs: handle logged extent failure properly
Josef Bacik
1
-1
/
+1
2020-03-23
btrfs: relocation: Remove is_cowonly_root()
Qu Wenruo
1
-19
/
+1
2020-03-23
btrfs: switch to per-transaction pinned extents
Nikolay Borisov
9
-68
/
+48
2020-03-23
btrfs: Factor out pinned extent clean up in btrfs_delete_unused_bgs
Nikolay Borisov
1
-29
/
+38
2020-03-23
btrfs: Mark pinned log extents as excluded
Nikolay Borisov
1
-0
/
+8
2020-03-23
btrfs: Pass transaction handle to write_pinned_extent_entries
Nikolay Borisov
1
-1
/
+2
2020-03-23
btrfs: Make pin_down_extent take transaction handle
Nikolay Borisov
1
-5
/
+6
2020-03-23
btrfs: Make btrfs_pin_extent_for_log_replay take transaction handle
Nikolay Borisov
3
-5
/
+5
2020-03-23
btrfs: Make btrfs_pin_reserved_extent take transaction handle
Nikolay Borisov
3
-7
/
+9
2020-03-23
btrfs: Call btrfs_pin_reserved_extent only during active transaction
Nikolay Borisov
1
-34
/
+20
2020-03-23
btrfs: Introduce unaccount_log_buffer
Nikolay Borisov
1
-0
/
+25
2020-03-23
btrfs: Make btrfs_pin_extent take trans handle
Nikolay Borisov
2
-13
/
+8
2020-03-23
btrfs: Perform pinned cleanup directly in btrfs_destroy_delayed_refs
Nikolay Borisov
1
-3
/
+25
2020-03-23
btrfs: sysfs, unify handler name of devinfo/missing
Anand Jain
1
-2
/
+2
2020-03-23
btrfs: sysfs, rename device_link add/remove functions
Anand Jain
4
-13
/
+13
[next]