index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_double_mmap_unlock()
David Sterba
1
-4
/
+4
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_double_mmap_lock()
David Sterba
1
-4
/
+4
2025-03-18
btrfs: pass struct btrfs_inode to clone_copy_inline_extent()
David Sterba
1
-14
/
+14
2025-03-18
btrfs: props: switch prop_handler::extract to struct btrfs_inode
David Sterba
1
-5
/
+5
2025-03-18
btrfs: props: switch prop_handler::apply to struct btrfs_inode
David Sterba
1
-16
/
+16
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_inode_inherit_props()
David Sterba
3
-17
/
+17
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_load_inode_props()
David Sterba
3
-6
/
+7
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_fill_inode()
David Sterba
3
-28
/
+28
2025-03-18
btrfs: pass struct btrfs_inode to fill_stack_inode_item()
David Sterba
1
-24
/
+22
2025-03-18
btrfs: use struct btrfs_inode inside create_pending_snapshot()
David Sterba
1
-12
/
+12
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_defrag_file()
David Sterba
3
-25
/
+25
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_inode_type()
David Sterba
1
-5
/
+5
2025-03-18
btrfs: pass struct btrfs_inode to new_simple_dir()
David Sterba
1
-24
/
+31
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_iget_locked()
David Sterba
1
-14
/
+16
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_read_locked_inode()
David Sterba
1
-61
/
+58
2025-03-18
btrfs: pass struct btrfs_inode to extent_range_clear_dirty_for_io()
David Sterba
1
-4
/
+4
2025-03-18
btrfs: pass struct btrfs_inode to can_nocow_extent()
David Sterba
4
-13
/
+13
2025-03-18
btrfs: update include and forward declarations in headers
David Sterba
24
-7
/
+32
2025-03-18
btrfs: simplify returns and labels in btrfs_init_fs_root()
David Sterba
1
-6
/
+5
2025-03-18
btrfs: unify ordering of btrfs_key initializations
David Sterba
14
-44
/
+45
2025-03-18
btrfs: zstd: remove local variable for storing page offsets
David Sterba
1
-5
/
+3
2025-03-18
btrfs: zstd: move zstd_parameters to the workspace
David Sterba
1
-3
/
+3
2025-03-18
btrfs: async-thread: switch local variables need_order bool
David Sterba
1
-6
/
+5
2025-03-18
btrfs: add __cold attribute to extent_io_tree_panic()
David Sterba
1
-4
/
+4
2025-03-18
btrfs: zoned: exit btrfs_can_activate_zone if BTRFS_FS_NEED_ZONE_FINISH is set
Johannes Thumshirn
1
-0
/
+3
2025-03-18
btrfs: require strict data/metadata split for subpage checks
Qu Wenruo
4
-34
/
+15
2025-03-18
btrfs: simplify subpage handling of read_extent_buffer_pages_nowait()
Qu Wenruo
1
-13
/
+8
2025-03-18
btrfs: simplify subpage handling of write_one_eb()
Qu Wenruo
1
-29
/
+13
2025-03-18
btrfs: simplify subpage handling of btrfs_clear_buffer_dirty()
Qu Wenruo
3
-26
/
+35
2025-03-18
btrfs: use metadata specific helpers to simplify extent buffer helpers
Qu Wenruo
3
-21
/
+43
2025-03-18
btrfs: make subpage attach and detach handle metadata properly
Qu Wenruo
3
-7
/
+17
2025-03-18
btrfs: factor out metadata subpage detection into a dedicated helper
Qu Wenruo
3
-17
/
+34
2025-03-18
btrfs: remove btrfs_fs_info::sectors_per_page
Qu Wenruo
4
-54
/
+84
2025-03-18
btrfs: zstd: enable negative compression levels mount option
Daniel Vacek
7
-53
/
+52
2025-03-18
btrfs: move ordered extent cleanup to where they are allocated
Qu Wenruo
1
-32
/
+43
2025-03-18
btrfs: factor out nocow ordered extent and extent map generation into a helper
Qu Wenruo
1
-61
/
+61
2025-03-18
btrfs: expose per-inode stable writes flag
Qu Wenruo
4
-1
/
+11
2025-03-18
btrfs: zlib: refactor S390x HW acceleration buffer preparation
Qu Wenruo
1
-29
/
+55
2025-03-18
btrfs: avoid assigning twice to block_start at btrfs_do_readpage()
Filipe Manana
1
-2
/
+4
2025-03-18
btrfs: always fallback to buffered write if the inode requires checksum
Qu Wenruo
1
-0
/
+16
2025-03-17
btrfs: remove duplicated metadata folio flag update in end_bbio_meta_read()
Qu Wenruo
1
-16
/
+0
2025-03-17
btrfs: convert io_ctl_prepare_pages() to work on folios
Matthew Wilcox (Oracle)
1
-12
/
+14
2025-03-17
btrfs: update some folio related comments
Matthew Wilcox (Oracle)
3
-7
/
+5
2025-03-17
btrfs: keep private struct on stack for sync reads in btrfs_encoded_read_regu...
Daniel Vacek
1
-16
/
+23
2025-03-16
Linux 6.14-rc7
v6.14-rc7
Linus Torvalds
1
-1
/
+1
2025-03-14
bcachefs: fix build on 32 bit in get_random_u64_below()
Kent Overstreet
1
-1
/
+2
2025-03-14
bcachefs: Change btree wb assert to runtime error
Kent Overstreet
2
-1
/
+28
2025-03-14
MAINTAINERS: Update Ike Panhc's email address
Ike Panhc
2
-1
/
+2
2025-03-14
xfs: Use abs_diff instead of XFS_ABSDIFF
Matthew Wilcox (Oracle)
1
-5
/
+3
2025-03-14
tracing: Correct the refcount if the hist/hist_debug file fails to open
Tengda Wu
1
-6
/
+18
[next]