index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2025-09-16
fs: add an enum for number of life time hints
Hans Holmberg
-0
/
+1
2025-09-16
xfs: fix log CRC mismatches between i386 and other architectures
Christoph Hellwig
-9
/
+54
2025-09-16
xfs: rename the old_crc variable in xlog_recover_process
Christoph Hellwig
-9
/
+8
2025-09-16
xfs: remove the unused xfs_log_iovec_t typedef
Christoph Hellwig
-3
/
+2
2025-09-16
xfs: remove the unused xfs_qoff_logformat_t typedef
Christoph Hellwig
-2
/
+2
2025-09-16
xfs: remove the unused xfs_dq_logformat_t typedef
Christoph Hellwig
-2
/
+2
2025-09-16
xfs: remove the unused xfs_buf_log_format_t typedef
Christoph Hellwig
-2
/
+2
2025-09-16
xfs: remove the unused xfs_efd_log_format_64_t typedef
Christoph Hellwig
-2
/
+2
2025-09-16
xfs: remove the unused xfs_efd_log_format_32_t typedef
Christoph Hellwig
-2
/
+2
2025-09-16
xfs: remove the xfs_efd_log_format_t typedef
Christoph Hellwig
-3
/
+3
2025-09-16
xfs: remove the xfs_efi_log_format_64_t typedef
Christoph Hellwig
-3
/
+3
2025-09-16
xfs: remove the xfs_efi_log_format_32_t typedef
Christoph Hellwig
-3
/
+3
2025-09-16
xfs: remove the xfs_efi_log_format_t typedef
Christoph Hellwig
-3
/
+3
2025-09-16
xfs: remove the xfs_extent64_t typedef
Christoph Hellwig
-4
/
+4
2025-09-16
xfs: remove the xfs_extent32_t typedef
Christoph Hellwig
-4
/
+4
2025-09-16
xfs: remove the xfs_extent_t typedef
Christoph Hellwig
-8
/
+9
2025-09-16
xfs: remove the xfs_trans_header_t typedef
Christoph Hellwig
-4
/
+4
2025-09-16
xfs: remove the xlog_op_header_t typedef
Christoph Hellwig
-11
/
+11
2025-09-16
xfs: extend removed sysctls table
Bagas Sanjaya
-9
/
+9
2025-09-05
Merge tag 'kconfig-2025-changes_2025-09-05' of https://git.kernel.org/pub/scm...
Carlos Maiolino
-236
/
+43
2025-09-05
Merge tag 'fix-scrub-reap-calculations_2025-09-05' of https://git.kernel.org/...
Carlos Maiolino
-4962
/
+9505
2025-09-05
xfs: enable online fsck by default in Kconfig
Darrick J. Wong
-12
/
+2
2025-09-05
xfs: use deferred reaping for data device cow extents
Darrick J. Wong
-2
/
+2
2025-09-05
xfs: remove deprecated sysctl knobs
Darrick J. Wong
-75
/
+10
2025-09-05
xfs: remove static reap limits from repair.h
Darrick J. Wong
-12
/
+9
2025-09-05
xfs: remove deprecated mount options
Darrick J. Wong
-142
/
+25
2025-09-05
xfs: disable deprecated features by default in Kconfig
Darrick J. Wong
-7
/
+6
2025-09-05
xfs: compute file mapping reap limits dynamically
Darrick J. Wong
-5
/
+105
2025-09-05
xfs: compute realtime device CoW staging extent reap limits dynamically
Darrick J. Wong
-4
/
+68
2025-09-05
xfs: compute data device CoW staging extent reap limits dynamically
Darrick J. Wong
-5
/
+84
2025-09-05
xfs: compute per-AG extent reap limits dynamically
Darrick J. Wong
-12
/
+171
2025-09-05
xfs: convert the ifork reap code to use xreap_state
Darrick J. Wong
-32
/
+46
2025-09-05
xfs: prepare reaping code for dynamic limits
Darrick J. Wong
-70
/
+79
2025-09-05
xfs: use deferred intent items for reaping crosslinked blocks
Darrick J. Wong
-4
/
+5
2025-09-05
xfs: Replace strncpy with memcpy
Marcelo Moreira
-1
/
+1
2025-08-31
Linux 6.17-rc4
v6.17-rc4
Linus Torvalds
-1
/
+1
2025-08-31
Merge tag 'x86_urgent_for_v6.17_rc4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-16
/
+45
2025-08-31
Merge tag 'sched_urgent_for_v6.17_rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-10
/
+14
2025-08-31
Merge tag 'irq_urgent_for_v6.17_rc4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-5
/
+10
2025-08-31
Merge tag 'hardening-v6.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-8
/
+10
2025-08-31
Merge tag 'gpio-fixes-for-v6.17-rc4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-2
/
+2
2025-08-30
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-12
/
+12
2025-08-30
kselftest/arm64: Don't open code SVE_PT_SIZE() in fp-ptrace
Mark Brown
-3
/
+2
2025-08-30
arm64: mm: Fix CFI failure due to kpti_ng_pgd_alloc function signature
Kees Cook
-9
/
+10
2025-08-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-362
/
+579
2025-08-29
hardening: Require clang 20.1.0 for __counted_by
Nathan Chancellor
-4
/
+5
2025-08-29
Merge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
-349
/
+560
2025-08-29
Merge tag 'kvm-riscv-fixes-6.17-1' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
-2
/
+7
2025-08-29
Merge tag 'efi-fixes-for-v6.17-1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-34
/
+31
2025-08-29
Merge tag 'v6.17-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
-2
/
+19
[next]