summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-30Merge branch 'work.fdtable' into vfs.fileChristian Brauner26-198/+88
2024-10-30Merge patch series "fs: introduce file_ref_t"Christian Brauner7-27/+292
2024-10-30fs: port files to file_refChristian Brauner6-24/+40
2024-10-19fs: add file_refChristian Brauner2-0/+240
2024-10-09expand_files(): simplify calling conventionsAl Viro1-15/+8
2024-10-09make __set_open_fd() set cloexec state as wellAl Viro1-5/+4
2024-10-08fs: protect backing files with rcuChristian Brauner1-4/+13
2024-10-07file.c: merge __{set,clear}_close_on_exec()Al Viro1-22/+11
2024-10-07alloc_fdtable(): change calling conventions.Al Viro1-46/+29
2024-10-07fs/file.c: add fast path in find_next_fd()Yu Ma1-0/+9
2024-10-07fs/file.c: conditionally clear full_fdsYu Ma1-1/+3
2024-10-07fs/file.c: remove sanity_check and add likely/unlikely in alloc_fd()Yu Ma1-19/+14
2024-10-07move close_range(2) into fs/file.c, fold __close_range() into itAl Viro3-20/+4
2024-10-07close_files(): don't bother with xchg()Al Viro1-1/+1
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro16-16/+0
2024-10-07get rid of ...lookup...fdget_rcu() familyAl Viro9-62/+14
2024-10-07Linux 6.12-rc2v6.12-rc2Linus Torvalds1-1/+1
2024-10-06Merge tag 'kbuild-fixes-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-8/+66
2024-10-06Merge tag 'platform-drivers-x86-v6.12-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds9-17/+30
2024-10-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-43/+91
2024-10-06Merge tag 'powerpc-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2024-10-06kbuild: deb-pkg: Remove blank first line from maint scriptsAaron Thompson1-1/+0
2024-10-06kbuild: fix a typo dt_binding_schema -> dt_binding_schemasXu Yang1-1/+1
2024-10-06scripts: import more list macrosSami Tolvanen1-0/+50
2024-10-06platform/x86: x86-android-tablets: Fix use after free on platform_device_regi...Hans de Goede1-2/+4
2024-10-06platform/x86: wmi: Update WMI driver API documentationArmin Wolf1-6/+5
2024-10-06platform/x86: dell-ddv: Fix typo in documentationAnaswara T Rajan1-2/+2
2024-10-06platform/x86: dell-sysman: add support for alienware productsCrag Wang1-0/+1
2024-10-06platform/x86/intel: power-domains: Add Diamond Rapids supportSrinivas Pandruvada1-0/+1
2024-10-06platform/x86: ISST: Add Diamond Rapids to support listSrinivas Pandruvada1-0/+1
2024-10-06platform/x86:intel/pmc: Disable ACPI PM Timer disabling on Sky and Kaby LakeHans de Goede1-2/+0
2024-10-06platform/x86: dell-laptop: Do not fail when encountering unsupported batteriesArmin Wolf1-3/+12
2024-10-06MAINTAINERS: Update Intel In Field Scan(IFS) entryJithu Joseph1-1/+1
2024-10-06Merge tag 'kvmarm-fixes-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini11365-188892/+449653
2024-10-06x86/reboot: emergency callbacks are now registered by common KVM codePaolo Bonzini2-4/+4
2024-10-06KVM: x86: leave kvm.ko out of the build if no vendor module is requestedPaolo Bonzini2-4/+7
2024-10-06Merge tag 'bcachefs-2024-10-05' of git://evilpiepirate.org/bcachefsLinus Torvalds20-209/+342
2024-10-05Merge tag 'for-linus-6.12a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-10-05Merge tag 'ext4_for_linus-5.12-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-17/+23
2024-10-05Merge tag 'cxl-fixes-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-10-05Merge tag 'i2c-for-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2024-10-05Merge tag 'spi-fix-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-7/+9
2024-10-05Merge tag 'hardening-v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+4
2024-10-05Merge tag 'lsm-pr-20241004' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-577/+118
2024-10-05platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bugZach Wade1-1/+3
2024-10-05Merge tag 'linux_kselftest-fixes-6.12-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds9-14/+34
2024-10-05bcachefs: Rework logged op error handlingKent Overstreet3-28/+53
2024-10-05bcachefs: Add warn param to subvol_get_snapshot, peek_inodeKent Overstreet4-28/+43
2024-10-05bcachefs: Kill snapshot arg to fsck_write_inode()Kent Overstreet4-55/+51
2024-10-05bcachefs: Check for unlinked, non-empty dirs in check_inode()Kent Overstreet2-1/+19