summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-07-05tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()Yunseong Kim1-2/+2
2024-07-05KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier1-1/+1
2024-07-05efi: memmap: Move manipulation routines into x86 arch treeArd Biesheuvel1-9/+1
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann1-1/+1
2024-07-05ftruncate: pass a signed offsetArnd Bergmann2-2/+2
2024-07-05nvme: fixup comment for nvme RDMA Provider TypeHannes Reinecke1-2/+2
2024-07-05netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso1-0/+5
2024-07-05xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen1-0/+3
2024-07-05SUNRPC: Fix svcxdr_init_encode's buflen calculationChuck Lever1-1/+1
2024-07-05SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculationChuck Lever1-3/+14
2024-07-05SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever2-4/+5
2024-07-05PCI: Add PCI_ERROR_RESPONSE and related definitionsNaveen Naidu1-0/+9
2024-07-05x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELTony Luck1-0/+2
2024-07-05kcov: don't lose track of remote references during softirqsAleksandr Nogikh1-0/+2
2024-07-05hugetlb_encode.h: fix undefined behaviour (34 << 26)Matthias Goergens1-13/+13
2024-07-05Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz1-4/+32
2024-07-05iommu: Return right value in iommu_sva_bind_device()Lu Baolu1-1/+1
2024-06-21nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown1-13/+0
2024-06-21nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter1-4/+3
2024-06-21nfsd: allow reaping files still under writebackJeff Layton1-0/+1
2024-06-21lockd: set file_lock start and end when decoding nlm4 testargsJeff Layton1-0/+1
2024-06-21NFSD: enhance inter-server copy cleanupDai Ngo1-1/+1
2024-06-21NFSD: add delegation reaper to react to low memory conditionDai Ngo1-0/+13
2024-06-21filelock: add a new locks_inode_context accessor functionJeff Layton1-0/+14
2024-06-21NFSD: Refactor common code out of dirlist helpersChuck Lever1-0/+2
2024-06-21SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever1-0/+1
2024-06-21lockd: detect and reject lock arguments that overflowJeff Layton1-0/+2
2024-06-21NFSD: Fix strncpy() fortify warningChuck Lever1-1/+1
2024-06-21NLM: Defend against file_lock changes after vfs_test_lock()Benjamin Coddington1-0/+1
2024-06-21SUNRPC: Fix xdr_encode_bool()Chuck Lever1-2/+2
2024-06-21fanotify: introduce FAN_MARK_IGNOREAmir Goldstein2-1/+12
2024-06-21fanotify: cleanups for fanotify_mark() input validationsAmir Goldstein1-4/+5
2024-06-21fanotify: prepare for setting event flags in ignore maskAmir Goldstein1-6/+83
2024-06-21fanotify: refine the validation checks on non-dir inode maskAmir Goldstein1-0/+4
2024-06-21SUNRPC: Optimize xdr_reserve_space()Chuck Lever1-1/+15
2024-06-21NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever1-0/+2
2024-06-21fs/lock: add 2 callbacks to lock_manager_operations to resolve conflictDai Ngo1-0/+3
2024-06-21fs/lock: add helper locks_owner_has_blockers to check for blockersDai Ngo1-0/+7
2024-06-21fsnotify: introduce mark type iteratorAmir Goldstein1-7/+24
2024-06-21fanotify: enable "evictable" inode marksAmir Goldstein1-0/+1
2024-06-21fanotify: implement "evictable" inode marksAmir Goldstein1-0/+1
2024-06-21fsnotify: allow adding an inode mark without pinning inodeAmir Goldstein1-0/+2
2024-06-21fsnotify: create helpers for group mark_mutex lockAmir Goldstein1-0/+28
2024-06-21fsnotify: make allow_dups a property of the groupAmir Goldstein1-6/+7
2024-06-21fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein1-2/+6
2024-06-21inotify: move control flags from mask to mark flagsAmir Goldstein1-7/+9
2024-06-21fsnotify: optimize FS_MODIFY events with no ignored masksAmir Goldstein1-0/+4
2024-06-21fsnotify: fix merge with parent's ignored maskAmir Goldstein1-0/+15
2024-06-21NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever1-10/+4
2024-06-21NFSD: Remove svc_serv_ops::svo_moduleChuck Lever1-5/+0