summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-118-29/+135
|\
| * Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner2024-03-072-8/+69
| |\
| | * libfs: Drop generic_set_encrypted_ci_d_opsGabriel Krisman Bertazi2024-02-271-1/+0
| | * libfs: Add helper to choose dentry operations at mount-timeGabriel Krisman Bertazi2024-02-271-0/+1
| | * fscrypt: Drop d_revalidate once the key is addedGabriel Krisman Bertazi2024-02-271-7/+22
| | * fscrypt: Drop d_revalidate for valid dentries during lookupGabriel Krisman Bertazi2024-02-271-0/+22
| | * fscrypt: Factor out a helper to configure the lookup dentryGabriel Krisman Bertazi2024-02-271-0/+15
| | * ovl: Always reject mounting over case-insensitive directoriesGabriel Krisman Bertazi2024-02-271-0/+9
| * | Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...Christian Brauner2024-02-222-2/+11
| |\ \
| | * | libfs: Convert simple directory offsets to use a Maple TreeChuck Lever2024-02-211-2/+3
| | * | maple_tree: Add mtree_alloc_cyclic()Chuck Lever2024-02-211-0/+7
| | * | libfs: Add simple_offset_empty()Chuck Lever2024-02-211-0/+1
| * | | fs/select: rework stack allocation hack for clangArnd Bergmann2024-02-201-4/+0
| * | | fs: remove the inode argument to ->d_real() methodAmir Goldstein2024-02-061-7/+11
| * | | fs: make file_dentry() a simple accessorAmir Goldstein2024-02-061-1/+12
| * | | fs/address_space: move i_mmap_rwsem to mitigate a false sharing with i_mmap.JonasZhou2024-02-051-1/+1
| * | | asm-generic: remove extra type checking in acquire/release for non-SMP caseBaokun Li2024-01-251-2/+0
| * | | fs: make the i_size_read/write helpers be smp_load_acquire/store_release()Baokun Li2024-01-251-2/+8
| * | | Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner2024-01-231-0/+11
| |\ \ \
| | * | | fs: Create a generic is_dot_dotdot() utilityChuck Lever2024-01-231-0/+11
| * | | | writeback: move wb_wakeup_delayed defination to fs-writeback.cKemeng Shi2024-01-221-1/+0
| * | | | vfs: add RWF_NOAPPEND flag for pwritev2Rich Felker2024-01-222-1/+12
| | |/ / | |/| |
* | | | Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-03-111-6/+6
|\ \ \ \
| * | | | kunit: Annotate _MSG assertion variants with gnu printf specifiersDavid Gow2024-02-281-6/+6
* | | | | Merge tag 'trace-ring-buffer-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-101-1/+7
|\ \ \ \ \
| * | | | | tracing: Limit trace_seq size to just 8K and not depend on architecture PAGE_...Steven Rostedt (Google)2024-03-061-1/+7
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-101-0/+26
|\ \ \ \ \ \
| * | | | | | KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changingSean Christopherson2024-02-231-0/+26
* | | | | | | Merge tag 'mm-hotfixes-stable-2024-03-07-16-17' of git://git.kernel.org/pub/s...Linus Torvalds2024-03-071-0/+9
|\ \ \ \ \ \ \
| * | | | | | | mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka2024-03-041-0/+9
* | | | | | | | Merge tag 'net-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-075-34/+37
|\ \ \ \ \ \ \ \
| * | | | | | | | dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski2024-03-052-17/+13
| * | | | | | | | Merge tag 'mlx5-fixes-2024-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-03-041-1/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | net/mlx5: Check capability for fw_resetMoshe Shemesh2024-03-011-1/+3
| * | | | | | | | | tracing/net_sched: Fix tracepoints that save qdisc_dev() as a stringSteven Rostedt (Google)2024-03-041-10/+10
| |/ / / / / / / /
| * | | | | | | | net: bql: fix building with BQL disabledArnd Bergmann2024-03-012-6/+11
* | | | | | | | | Merge tag 'vfs-6.8-release.fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-061-16/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | iov_iter: get rid of 'copy_mc' flagLinus Torvalds2024-03-061-16/+0
* | | | | | | | | | Merge tag 'hyperv-fixes-signed-20240303' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-03-051-1/+21
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memoryMichael Kelley2024-03-011-1/+21
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | block: define bvec_iter as __packed __aligned(4)Ming Lei2024-03-021-1/+1
* | | | | | | | | Merge tag 'sound-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2024-03-012-2/+4
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'asoc-fix-v6.8-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2024-02-291-0/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ASoC: soc-card: Fix missing locking in snd_soc_card_get_kcontrol()Richard Fitzgerald2024-02-231-0/+2
| * | | | | | | | | | ALSA: pcm: clarify and fix default msbits value for all formatsJaroslav Kysela2024-02-231-2/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'drm-fixes-2024-03-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-03-012-20/+16
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Merge tag 'drm-xe-fixes-2024-02-29' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie2024-03-011-20/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | drm/xe/uapi: Remove unused flagsFrancois Dugast2024-02-291-19/+0
| | * | | | | | | | | drm/xe/uapi: Remove DRM_XE_VM_BIND_FLAG_ASYNC comment left overJosé Roberto de Souza2024-02-291-1/+0
| | * | | | | | | | | drm/xe: Add uapi for dumpable bosMaarten Lankhorst2024-02-291-0/+1