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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-23
eventpoll: fix sphinx documentation build warning
Jann Horn
1
-3
/
+1
2025-07-16
Merge patch series "fs: refactor write_begin/write_end and add ext4 IOCB_DONT...
Christian Brauner
48
-296
/
+330
2025-07-16
ext4: support uncached buffered I/O
Taotao Chen
2
-10
/
+5
2025-07-16
mm/pagemap: add write_begin_get_folio() helper function
Taotao Chen
1
-0
/
+27
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
45
-202
/
+267
2025-07-16
drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
Taotao Chen
1
-60
/
+22
2025-07-16
drm/i915: Use kernel_write() in shmem object create
Taotao Chen
1
-24
/
+9
2025-07-16
eventpoll: Fix semi-unbounded recursion
Jann Horn
1
-14
/
+46
2025-07-10
vfs: Remove unnecessary list_for_each_entry_safe() from evict_inodes()
Jan Kara
1
-2
/
+2
2025-07-08
fs/libfs: don't assume blocksize <= PAGE_SIZE in generic_check_addressable
Pankaj Raghav
1
-3
/
+7
2025-07-08
fs/buffer: remove the min and max limit checks in __getblk_slow()
Pankaj Raghav
1
-8
/
+3
2025-07-08
fs: Prevent file descriptor table allocations exceeding INT_MAX
Sasha Levin
1
-0
/
+15
2025-06-24
fs: Remove three arguments from block_write_end()
Matthew Wilcox (Oracle)
10
-19
/
+13
2025-06-23
fs/ecryptfs: replace snprintf with sysfs_emit in show function
Ankit Chauhan
1
-1
/
+2
2025-06-23
fs: annotate suspected data race between poll_schedule_timeout() and pollwake()
Dmitry Antipov
1
-2
/
+2
2025-06-23
docs/vfs: update references to i_mutex to i_rwsem
Junxuan Liao
16
-47
/
+48
2025-06-19
fs/buffer: remove comment about hard sectorsize
Pankaj Raghav
1
-3
/
+2
2025-06-18
fs_context: fix parameter name in infofc() macro
RubenKelevra
1
-1
/
+1
2025-06-16
VFS: change old_dir and new_dir in struct renamedata to dentrys
NeilBrown
12
-40
/
+38
2025-06-16
proc_fd_getattr(): don't bother with S_ISDIR() check
Al Viro
1
-10
/
+1
2025-06-16
don't duplicate vfs_open() in kernel_file_open()
Al Viro
1
-4
/
+1
2025-06-10
filelock: add new locks_wake_up_waiter() helper
Jeff Layton
2
-2
/
+7
2025-06-10
fs/pipe: set FMODE_NOWAIT in create_pipe_files()
Jens Axboe
2
-5
/
+5
2025-06-10
fs/read_write: Fix spelling typo
Andy Shevchenko
1
-1
/
+1
2025-06-08
Linux 6.16-rc1
v6.16-rc1
Linus Torvalds
1
-2
/
+2
2025-06-08
Merge tag 'turbostat-2025.06.08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-110
/
+364
2025-06-08
Merge tag 'timers-cleanups-2025-06-08' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
689
-955
/
+1151
2025-06-08
Merge tag 'x86-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-19
/
+19
2025-06-08
Merge tag 'timers-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2025-06-08
tools/power turbostat: version 2025.06.08
Len Brown
1
-37
/
+36
2025-06-08
tools/power turbostat: Add initial support for BartlettLake
Zhang Rui
1
-0
/
+1
2025-06-08
tools/power turbostat: Add initial support for DMR
Zhang Rui
1
-0
/
+18
2025-06-08
tools/power turbostat: Dump RAPL sysfs info
Zhang Rui
1
-0
/
+156
2025-06-08
tools/power turbostat: Avoid probing the same perf counters
Zhang Rui
1
-0
/
+15
2025-06-08
tools/power turbostat: Allow probing RAPL with platform_features->rapl_msrs c...
Zhang Rui
1
-25
/
+24
2025-06-08
tools/power turbostat: Clean up add perf/msr counter logic
Zhang Rui
1
-7
/
+18
2025-06-08
tools/power turbostat: Introduce add_msr_counter()
Zhang Rui
1
-9
/
+23
2025-06-08
tools/power turbostat: Remove add_msr_perf_counter_()
Zhang Rui
1
-12
/
+8
2025-06-08
tools/power turbostat: Remove add_cstate_perf_counter_()
Zhang Rui
1
-13
/
+9
2025-06-08
tools/power turbostat: Remove add_rapl_perf_counter_()
Zhang Rui
1
-15
/
+10
2025-06-08
tools/power turbostat: Quit early for unsupported RAPL counters
Zhang Rui
1
-1
/
+4
2025-06-08
tools/power turbostat: Always check rapl_joules flag
Zhang Rui
1
-3
/
+9
2025-06-08
tools/power turbostat: Fix AMD package-energy reporting
Gautham R. Shenoy
1
-5
/
+36
2025-06-08
tools/power turbostat: Fix RAPL_GFX_ALL typo
Kaushlendra Kumar
1
-1
/
+1
2025-06-08
tools/power turbostat: Add Android support for MSR device handling
Kaushlendra Kumar
1
-3
/
+17
2025-06-08
tools/power turbostat.8: pm_domain wording fix
Len Brown
1
-2
/
+2
2025-06-08
tools/power turbostat.8: fix typo: idle_pct should be pct_idle
Len Brown
1
-1
/
+1
2025-06-08
Merge tag 'perf-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+5
2025-06-08
Merge tag 'irq-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-7
/
+8
2025-06-08
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
3
-59
/
+74
[next]