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-12-09
btrfs: fix race leading to unnecessary transaction commit when logging inode
Filipe Manana
1
-10
/
+0
2020-12-09
btrfs: fix race that makes inode logging fallback to transaction commit
Filipe Manana
1
-12
/
+8
2020-12-09
btrfs: fix race that causes unnecessary logging of ancestor inodes
Filipe Manana
1
-4
/
+2
2020-12-09
btrfs: fix race that results in logging old extents during a fast fsync
Filipe Manana
1
-3
/
+1
2020-12-09
btrfs: fix race causing unnecessary inode logging during link and rename
Filipe Manana
1
-3
/
+2
2020-12-09
btrfs: remove recalc_thresholds from free space ops
David Sterba
3
-46
/
+42
2020-12-09
btrfs: always set NODATASUM/NODATACOW in __create_free_space_inode
Nikolay Borisov
1
-5
/
+3
2020-12-09
btrfs: remove crc_check logic from free space
Nikolay Borisov
2
-33
/
+5
2020-12-09
btrfs: remove inode number cache feature
Nikolay Borisov
13
-809
/
+6
2020-12-09
btrfs: replace calls to btrfs_find_free_ino with btrfs_find_free_objectid
Nikolay Borisov
1
-6
/
+6
2020-12-09
btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.c
Nikolay Borisov
4
-58
/
+57
2020-12-09
btrfs: drop casts of bio bi_sector
David Sterba
7
-18
/
+16
2020-12-09
btrfs: implement log-structured superblock for ZONED mode
Naohiro Aota
6
-12
/
+429
2020-12-09
btrfs: disallow mixed-bg in ZONED mode
Naohiro Aota
1
-0
/
+6
2020-12-09
btrfs: disable fallocate in ZONED mode
Naohiro Aota
1
-0
/
+4
2020-12-09
btrfs: disallow NODATACOW in ZONED mode
Naohiro Aota
2
-0
/
+18
2020-12-09
btrfs: disallow space_cache in ZONED mode
Naohiro Aota
3
-2
/
+34
2020-12-09
btrfs: introduce max_zone_append_size
Naohiro Aota
3
-2
/
+19
2020-12-09
btrfs: check and enable ZONED mode
Naohiro Aota
7
-0
/
+143
2020-12-09
btrfs: get zone information of zoned block devices
Naohiro Aota
7
-3
/
+287
2020-12-08
btrfs: introduce ZONED feature flag
Naohiro Aota
2
-0
/
+8
2020-12-08
btrfs: return bool from btrfs_should_end_transaction
Nikolay Borisov
2
-3
/
+3
2020-12-08
btrfs: return bool from should_end_transaction
Nikolay Borisov
1
-2
/
+2
2020-12-08
btrfs: remove err variable from do_relocation
Nikolay Borisov
1
-21
/
+12
2020-12-08
btrfs: eliminate err variable from merge_reloc_root
Nikolay Borisov
1
-17
/
+7
2020-12-08
btrfs: remove err variable from btrfs_delete_subvolume
Nikolay Borisov
1
-14
/
+7
2020-12-08
btrfs: unlock path before checking if extent is shared during nocow writeback
Filipe Manana
1
-2
/
+11
2020-12-08
btrfs: tree-checker: annotate all error branches as unlikely
David Sterba
1
-160
/
+173
2020-12-08
btrfs: remove stub device info from messages when we have no fs_info
David Sterba
1
-3
/
+7
2020-12-08
btrfs: use detach_page_private() in alloc_extent_buffer()
Qu Wenruo
1
-6
/
+1
2020-12-08
btrfs: use nodesize to determine if we need readahead in btrfs_lookup_bio_sums
Qu Wenruo
1
-1
/
+5
2020-12-08
btrfs: only clear EXTENT_LOCK bit in extent_invalidatepage
Qu Wenruo
1
-2
/
+10
2020-12-08
btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_buffer
Qu Wenruo
3
-3
/
+3
2020-12-08
btrfs: scrub: remove the anonymous structure from scrub_page
Qu Wenruo
1
-5
/
+3
2020-12-08
btrfs: use fixed width int type for extent_state::state
Qu Wenruo
3
-46
/
+42
2020-12-08
btrfs: introduce helper to handle page status update in end_bio_extent_readpa...
Qu Wenruo
1
-5
/
+13
2020-12-08
btrfs: add structure to keep track of extent range in end_bio_extent_readpage
Qu Wenruo
1
-34
/
+73
2020-12-08
btrfs: tests: remove invalid extent-io test
Qu Wenruo
1
-15
/
+11
2020-12-08
btrfs: sysfs: remove unneeded semicolon
Tom Rix
1
-1
/
+1
2020-12-08
btrfs: simplify return values in setup_nodes_for_search
Nikolay Borisov
1
-22
/
+8
2020-12-08
btrfs: remove useless return value statement in split_node
Nikolay Borisov
1
-2
/
+1
2020-12-08
btrfs: remove unnecessary attempt to drop extent maps after adding inline extent
Filipe Manana
1
-1
/
+0
2020-12-08
btrfs: stop incrementing log batch when joining log transaction
Filipe Manana
1
-1
/
+0
2020-12-08
btrfs: skip unnecessary searches for xattrs when logging an inode
Filipe Manana
3
-1
/
+18
2020-12-08
btrfs: merge __set_extent_bit and set_extent_bit
Nikolay Borisov
3
-34
/
+29
2020-12-08
btrfs: make btrfs_update_inode_fallback take btrfs_inode
Nikolay Borisov
3
-10
/
+9
2020-12-08
btrfs: make btrfs_cont_expand take btrfs_inode
Nikolay Borisov
4
-22
/
+21
2020-12-08
btrfs: make btrfs_truncate_block take btrfs_inode
Nikolay Borisov
3
-36
/
+37
2020-12-08
btrfs: make btrfs_insert_replace_extent take btrfs_inode
Nikolay Borisov
1
-17
/
+17
2020-12-08
btrfs: make find_first_non_hole take btrfs_inode
Nikolay Borisov
1
-7
/
+8
[prev]
[next]