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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-03-23
btrfs: sysfs, use btrfs_sysfs_remove_fsid to celanup errors in add_fsid
Anand Jain
1
-1
/
+1
2020-03-23
btrfs: sink argument tree to __do_readpage
David Sterba
1
-8
/
+4
2020-03-23
btrfs: sink arugment tree to contiguous_readpages
David Sterba
1
-6
/
+3
2020-03-23
btrfs: sink argument tree to __extent_read_full_page
David Sterba
1
-10
/
+4
2020-03-23
btrfs: sink argument tree to extent_read_full_page
David Sterba
4
-12
/
+7
2020-03-23
btrfs: drop argument tree from btrfs_lock_and_flush_ordered_range
David Sterba
5
-13
/
+8
2020-03-23
btrfs: add assertions for tree == inode->io_tree to extent IO helpers
David Sterba
2
-0
/
+12
2020-03-23
btrfs: drop argument tree from submit_extent_page
David Sterba
1
-8
/
+5
2020-03-23
btrfs: remove extent_page_data::tree
David Sterba
1
-8
/
+2
2020-03-23
btrfs: add wrapper for transaction abort predicate
David Sterba
6
-20
/
+33
2020-03-23
btrfs: move root node locking helpers to locking.c
David Sterba
2
-38
/
+42
2020-03-23
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
Josef Bacik
19
-106
/
+106
2020-03-23
btrfs: add a leak check for roots
Josef Bacik
4
-1
/
+42
2020-03-23
btrfs: make the init of static elements in fs_info separate
Josef Bacik
4
-33
/
+21
2020-03-23
btrfs: move fs_info init work into it's own helper function
Josef Bacik
1
-81
/
+84
2020-03-23
btrfs: free more things in btrfs_free_fs_info
Josef Bacik
1
-36
/
+24
2020-03-23
btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
Josef Bacik
14
-106
/
+27
2020-03-23
btrfs: use btrfs_put_fs_root to free roots always
Josef Bacik
5
-23
/
+23
[next]