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
/
flamegraph.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-28
fuse: remove page alignment check for writeback len
Joanne Koong
1
-2
/
+0
2025-07-27
Linux 6.16
v6.16
Linus Torvalds
1
-1
/
+1
2025-07-25
hfs: fix general protection fault in hfs_find_init()
Viacheslav Dubeyko
4
-12
/
+51
2025-07-25
hfs: fix slab-out-of-bounds in hfs_bnode_read()
Viacheslav Dubeyko
1
-0
/
+92
2025-07-25
hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()
Viacheslav Dubeyko
1
-0
/
+92
2025-07-25
hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
Viacheslav Dubeyko
1
-0
/
+7
2025-07-25
hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()
Tetsuo Handa
1
-1
/
+5
2025-07-25
hfsplus: don't set REQ_SYNC for hfsplus_submit_bio()
Johannes Thumshirn
1
-4
/
+2
2025-07-25
ARM: 9450/1: Fix allowing linker DCE with binutils < 2.36
Nathan Chancellor
1
-1
/
+1
2025-07-25
ARM: 9448/1: Use an absolute path to unified.h in KBUILD_AFLAGS
Nathan Chancellor
1
-1
/
+1
2025-07-25
ovl: properly print correct variable
Antonio Quartulli
1
-2
/
+3
2025-07-24
bcachefs: Add missing snapshots_seen_add_inorder()
Kent Overstreet
1
-5
/
+6
2025-07-24
bcachefs: Fix write buffer flushing from open journal entry
Kent Overstreet
1
-0
/
+1
2025-07-24
sprintf.h requires stdarg.h
Stephen Rothwell
1
-0
/
+1
2025-07-24
resource: fix false warning in __request_region()
Akinobu Mita
1
-2
/
+3
2025-07-24
mm/damon/core: commit damos_quota_goal->nid
SeongJae Park
1
-0
/
+15
2025-07-24
drm/xe: Fix build without debugfs
Lucas De Marchi
1
-1
/
+1
2025-07-24
xfs: don't use a xfs_log_iovec for ri_buf in log recovery
Christoph Hellwig
17
-155
/
+157
2025-07-24
xfs: don't use a xfs_log_iovec for attr_item names and values
Christoph Hellwig
3
-66
/
+60
2025-07-24
xfs: use better names for size members in xfs_log_vec
Christoph Hellwig
3
-24
/
+25
2025-07-24
xfs: cleanup the ordered item logic in xlog_cil_insert_format_items
Christoph Hellwig
1
-18
/
+13
2025-07-24
xfs: don't pass the old lv to xfs_cil_prepare_item
Christoph Hellwig
1
-9
/
+7
2025-07-24
xfs: remove unused trace event xfs_reflink_cow_enospc
Steven Rostedt
1
-1
/
+0
2025-07-24
xfs: remove unused trace event xfs_discard_rtrelax
Steven Rostedt
1
-1
/
+0
2025-07-24
xfs: remove unused trace event xfs_log_cil_return
Steven Rostedt
1
-1
/
+0
2025-07-24
xfs: remove unused trace event xfs_dqreclaim_dirty
Steven Rostedt
1
-1
/
+0
2025-07-24
fs/xfs: replace strncpy with memtostr_pad()
Pranav Tyagi
2
-3
/
+2
2025-07-24
xfs: Remove unused label in xfs_dax_notify_dev_failure
Alan Huang
1
-1
/
+0
2025-07-24
xfs: improve the comments in xfs_select_zone_nowait
Christoph Hellwig
1
-8
/
+2
2025-07-24
xfs: improve the comments in xfs_max_open_zones
Christoph Hellwig
1
-6
/
+9
2025-07-24
xfs: stop passing an inode to the zone space reservation helpers
Christoph Hellwig
4
-27
/
+22
2025-07-24
xfs: rename oz_write_pointer to oz_allocated
Christoph Hellwig
5
-29
/
+28
2025-07-24
xfs: use a uint32_t to cache i_used_blocks in xfs_init_zone
Christoph Hellwig
1
-1
/
+1
2025-07-24
xfs: improve the xg_active_ref check in xfs_group_free
Christoph Hellwig
1
-1
/
+2
2025-07-24
xfs: remove the xlog_ticket_t typedef
Christoph Hellwig
2
-5
/
+5
2025-07-24
xfs: remove xrep_trans_{alloc,cancel}_hook_dummy
Christoph Hellwig
4
-46
/
+6
2025-07-24
xfs: return the allocated transaction from xchk_trans_alloc_empty
Christoph Hellwig
11
-41
/
+18
2025-07-24
xfs: return the allocated transaction from xfs_trans_alloc_empty
Christoph Hellwig
17
-99
/
+31
2025-07-24
xfs: don't use xfs_trans_reserve in xfs_trans_roll
Christoph Hellwig
1
-79
/
+54
2025-07-24
xfs: decouple xfs_trans_alloc_empty from xfs_trans_alloc
Christoph Hellwig
1
-24
/
+28
2025-07-24
xfs: don't use xfs_trans_reserve in xfs_trans_reserve_more
Christoph Hellwig
1
-3
/
+12
2025-07-24
xfs: use xfs_trans_reserve_more in xfs_trans_reserve_more_inode
Christoph Hellwig
1
-2
/
+1
2025-07-24
xfs: refactor xfs_btree_diff_two_ptrs() to take advantage of cmp_int()
Fedor Pchelkin
3
-8
/
+8
2025-07-24
xfs: use a proper variable name and type for storing a comparison result
Fedor Pchelkin
1
-11
/
+12
2025-07-24
xfs: refactor cmp_key_with_cur routines to take advantage of cmp_int()
Fedor Pchelkin
9
-74
/
+30
2025-07-24
xfs: refactor cmp_two_keys routines to take advantage of cmp_int()
Fedor Pchelkin
9
-84
/
+48
2025-07-24
xfs: rename key_diff routines
Fedor Pchelkin
10
-25
/
+28
2025-07-24
xfs: rename diff_two_keys routines
Fedor Pchelkin
10
-35
/
+35
2025-07-24
xfs: change xfs_xattr_class from a TRACE_EVENT() to DECLARE_EVENT_CLASS()
Steven Rostedt
1
-1
/
+1
2025-07-24
xfs: only create event xfs_file_compat_ioctl when CONFIG_COMPAT is configure
Steven Rostedt
1
-0
/
+2
[next]