index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: simplify parameters of btrfs_set_disk_extent_flags
David Sterba
2020-03-23
3
-8
/
+5
*
btrfs: open code trivial helper btrfs_header_chunk_tree_uuid
David Sterba
2020-03-23
2
-6
/
+2
*
btrfs: open code trivial helper btrfs_header_fsid
David Sterba
2020-03-23
2
-7
/
+4
*
btrfs: move mapping of block for discard to its caller
David Sterba
2020-03-23
1
-4
/
+5
*
btrfs: use struct_size to calculate size of raid hash table
David Sterba
2020-03-23
1
-3
/
+1
*
btrfs: convert snapshot/nocow exlcusion to drew lock
Nikolay Borisov
2020-03-23
6
-103
/
+25
*
btrfs: Implement DREW lock
Nikolay Borisov
2020-03-23
3
-0
/
+114
*
btrfs: simplify error handling in __btrfs_write_out_cache()
Johannes Thumshirn
2020-03-23
1
-13
/
+11
*
btrfs: use standard debug config option to enable free-space-cache debug prints
Johannes Thumshirn
2020-03-23
1
-3
/
+3
*
btrfs: make the uptodate argument of io_ctl_add_pages() boolean
Johannes Thumshirn
2020-03-23
1
-3
/
+3
*
btrfs: use inode from io_ctl in io_ctl_prepare_pages
Johannes Thumshirn
2020-03-23
1
-4
/
+4
*
btrfs: add new BTRFS_IOC_SNAP_DESTROY_V2 ioctl
Marcos Paulo de Souza
2020-03-23
1
-20
/
+116
*
btrfs: export helpers for subvolume name/id resolution
Marcos Paulo de Souza
2020-03-23
4
-8
/
+15
*
btrfs: use ioctl args support mask for device delete
David Sterba
2020-03-23
1
-2
/
+1
*
btrfs: use ioctl args support mask for subvolume create/delete
David Sterba
2020-03-23
1
-3
/
+1
*
btrfs: Add missing lock annotation for release_extent_buffer()
Jules Irenge
2020-03-23
1
-0
/
+1
*
btrfs: set update the uuid generation as soon as possible
Josef Bacik
2020-03-23
1
-2
/
+12
*
btrfs: bail out of uuid tree scanning if we're closing
Josef Bacik
2020-03-23
3
-2
/
+13
*
btrfs: make btrfs_check_uuid_tree private to disk-io.c
Nikolay Borisov
2020-03-23
3
-37
/
+37
*
btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterate
Nikolay Borisov
2020-03-23
3
-53
/
+51
*
btrfs: raid56: simplify tracking of Q stripe presence
David Sterba
2020-03-23
1
-22
/
+15
*
btrfs: backref, use correct count to resolve normal data refs
ethanwu
2020-03-23
1
-18
/
+11
*
btrfs: backref, only search backref entries from leaves of the same root
ethanwu
2020-03-23
1
-3
/
+9
*
btrfs: backref, don't add refs from shared block when resolving normal backref
ethanwu
2020-03-23
1
-9
/
+52
*
btrfs: backref, only collect file extent items matching backref offset
ethanwu
2020-03-23
1
-30
/
+33
*
btrfs: remove buffer_heads form super block mirror integrity checking
Johannes Thumshirn
2020-03-23
1
-19
/
+21
*
btrfs: remove buffer_heads from btrfsic_process_written_block()
Johannes Thumshirn
2020-03-23
1
-78
/
+25
*
btrfs: remove btrfsic_submit_bh()
Johannes Thumshirn
2020-03-23
2
-59
/
+0
*
btrfs: use bios instead of buffer_heads from super block writeout
Johannes Thumshirn
2020-03-23
1
-54
/
+73
*
btrfs: use the page cache for super block reading
Johannes Thumshirn
2020-03-23
4
-82
/
+79
*
btrfs: reduce scope of btrfs_scratch_superblocks()
Johannes Thumshirn
2020-03-23
2
-31
/
+29
*
btrfs: don't kmap() pages from block devices
Johannes Thumshirn
2020-03-23
1
-3
/
+2
*
btrfs: Export btrfs_release_disk_super
Nikolay Borisov
2020-03-23
2
-1
/
+2
*
Btrfs: avoid unnecessary splits when setting bits on an extent io tree
Filipe Manana
2020-03-23
1
-0
/
+10
*
btrfs: handle logged extent failure properly
Josef Bacik
2020-03-23
1
-1
/
+1
*
btrfs: relocation: Remove is_cowonly_root()
Qu Wenruo
2020-03-23
1
-19
/
+1
*
btrfs: switch to per-transaction pinned extents
Nikolay Borisov
2020-03-23
8
-66
/
+46
*
btrfs: Factor out pinned extent clean up in btrfs_delete_unused_bgs
Nikolay Borisov
2020-03-23
1
-29
/
+38
*
btrfs: Mark pinned log extents as excluded
Nikolay Borisov
2020-03-23
1
-0
/
+8
*
btrfs: Pass transaction handle to write_pinned_extent_entries
Nikolay Borisov
2020-03-23
1
-1
/
+2
*
btrfs: Make pin_down_extent take transaction handle
Nikolay Borisov
2020-03-23
1
-5
/
+6
*
btrfs: Make btrfs_pin_extent_for_log_replay take transaction handle
Nikolay Borisov
2020-03-23
3
-5
/
+5
*
btrfs: Make btrfs_pin_reserved_extent take transaction handle
Nikolay Borisov
2020-03-23
3
-7
/
+9
*
btrfs: Call btrfs_pin_reserved_extent only during active transaction
Nikolay Borisov
2020-03-23
1
-34
/
+20
*
btrfs: Introduce unaccount_log_buffer
Nikolay Borisov
2020-03-23
1
-0
/
+25
*
btrfs: Make btrfs_pin_extent take trans handle
Nikolay Borisov
2020-03-23
2
-13
/
+8
*
btrfs: Perform pinned cleanup directly in btrfs_destroy_delayed_refs
Nikolay Borisov
2020-03-23
1
-3
/
+25
*
btrfs: sysfs, unify handler name of devinfo/missing
Anand Jain
2020-03-23
1
-2
/
+2
*
btrfs: sysfs, rename device_link add/remove functions
Anand Jain
2020-03-23
4
-13
/
+13
*
btrfs: sysfs, use btrfs_sysfs_remove_fsid to celanup errors in add_fsid
Anand Jain
2020-03-23
1
-1
/
+1
[next]