summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | NFSD: Insulate nfsd4_encode_read() from page boundaries in the encode bufferChuck Lever2025-01-111-15/+19
| * | NFSD: Encode COMPOUND operation status on page boundariesChuck Lever2025-01-111-10/+10
| * | nfsd: fix UAF when access ex_uuid or ex_statsYang Erkun2025-01-061-5/+14
| * | nfsd: no need get cache ref when protected by rcuYang Erkun2025-01-061-5/+1
| * | NFSD: add cb opcode to WARN_ONCE on failed callbackOlga Kornievskaia2025-01-061-2/+3
| * | NFSD: fix decoding in nfs4_xdr_dec_cb_getattrOlga Kornievskaia2025-01-061-1/+1
| * | nfsd: add shrinker to reduce number of slots allocated per sessionNeilBrown2025-01-062-5/+73
| * | nfsd: add support for freeing unused session-DRC slotsNeilBrown2025-01-064-15/+92
| * | nfsd: allocate new session-based DRC slots on demand.NeilBrown2025-01-061-5/+32
| * | nfsd: add session slot count to /proc/fs/nfsd/clients/*/infoNeilBrown2025-01-061-0/+8
| * | nfsd: remove artificial limits on the session-based DRCNeilBrown2025-01-063-113/+16
| * | nfsd: use an xarray to store v4.1 session slotsNeilBrown2025-01-062-13/+24
| * | sunrpc: remove all connection limit configurationNeilBrown2025-01-064-61/+0
| * | nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown2025-01-064-6/+5
| * | nfsd: fix legacy client tracking initializationScott Mayhew2025-01-061-1/+0
| * | NFSD: Clean up unused variableChuck Lever2025-01-061-2/+0
| * | nfsd: use new wake_up_var interfaces.NeilBrown2025-01-063-13/+8
| * | nfsd: trace: remove redundant stateid even deleg_recallChen Hanxiao2025-01-061-1/+0
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds46 hours2-66/+236
|\ \ \
| * | | virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAMDavid Hildenbrand2 days1-0/+1
| * | | fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges ...David Hildenbrand2 days2-0/+174
| * | | fs/proc/vmcore: factor out freeing a list of vmcore rangesDavid Hildenbrand2 days1-8/+1
| * | | fs/proc/vmcore: factor out allocating a vmcore range and adding it to a listDavid Hildenbrand2 days1-19/+2
| * | | fs/proc/vmcore: move vmcore definitions out of kcore.hDavid Hildenbrand2 days1-10/+16
| * | | fs/proc/vmcore: prefix all pr_* with "vmcore:"David Hildenbrand2 days1-1/+3
| * | | fs/proc/vmcore: disallow vmcore modifications while the vmcore is openDavid Hildenbrand2 days1-23/+34
| * | | fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutexDavid Hildenbrand2 days1-9/+8
| * | | fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutexDavid Hildenbrand2 days1-7/+8
| |/ /
* | | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3 days12-28/+23
|\ \ \
| * | | ksm: add ksm involvement information for each processxu xin4 days1-0/+11
| * | | mm, swap: clean up device availability checkKairui Song4 days3-3/+0
| * | | mm: alloc_pages_bulk: rename APILuiz Capitulino4 days4-6/+6
| * | | mm/hugetlb: rename avoid_reserve to cow_from_ownerPeter Xu4 days1-1/+1
| * | | lib/list_debug.c: add object information in case of invalid objectManinder Singh4 days2-2/+2
| * | | mm: perform all memfd seal checks in a single placeLorenzo Stoakes2025-01-141-5/+0
| * | | mm: abstract get_arg_page() stack expansion and mmap read lockLorenzo Stoakes2025-01-141-11/+3
* | | | Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds3 days67-1346/+1363
|\ \ \ \
| * | | | ocfs2: use str_yes_no() and str_no_yes() helper functionsThorsten Blum5 days4-15/+16
| * | | | include/linux/lz4.h: add some missing macrosGao Xiang5 days1-7/+0
| * | | | nilfs2: do not update mtime of renamed directory that is not movedRyusuke Konishi5 days1-7/+9
| * | | | nilfs2: handle errors that nilfs_prepare_chunk() may returnRyusuke Konishi5 days3-19/+27
| * | | | nilfs2: revise the return value description style for consistency.Ryusuke Konishi5 days7-13/+23
| * | | | nilfs2: add missing return value kernel-doc descriptionsRyusuke Konishi5 days14-7/+160
| * | | | nilfs2: correct return value kernel-doc descriptions for the restRyusuke Konishi5 days6-90/+50
| * | | | nilfs2: correct return value kernel-doc descriptions for metadata filesRyusuke Konishi5 days4-105/+77
| * | | | nilfs2: correct return value kernel-doc descriptions for sufileRyusuke Konishi5 days2-73/+45
| * | | | nilfs2: correct return value kernel-doc descriptions for bmap functionsRyusuke Konishi5 days2-75/+56
| * | | | nilfs2: correct return value kernel-doc descriptions for ioctl functionsRyusuke Konishi5 days1-137/+96
| * | | | nilfs2: protect access to buffers with no active referencesRyusuke Konishi5 days1-1/+3
| * | | | nilfs2: do not force clear folio if buffer is referencedRyusuke Konishi5 days1-4/+27