aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/liveupdate/luo_file.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-18liveupdate: defer file handler module refcounting to active sessionsPasha Tatashin1-12/+12
2026-04-18liveupdate: make unregister functions return voidPasha Tatashin1-12/+2
2026-04-18liveupdate: remove liveupdate_test_unregister()Pasha Tatashin1-2/+0
2026-04-18liveupdate: auto unregister FLBs on file handler unregistrationPasha Tatashin1-12/+2
2026-04-18liveupdate: remove luo_session_quiesce()Pasha Tatashin1-20/+1
2026-04-18liveupdate: protect file handler list with rwsemPasha Tatashin1-5/+17
2026-04-18liveupdate: safely print untrusted stringsPasha Tatashin1-1/+2
2026-04-18liveupdate: prevent double management of filesPasha Tatashin1-2/+30
2026-02-24liveupdate: luo_file: remember retrieve() statusPratyush Yadav (Google)1-16/+25
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-6/+33
2026-02-08tests/liveupdate: add in-kernel liveupdate testPasha Tatashin1-1/+7
2026-02-08liveupdate: luo_flb: introduce File-Lifecycle-Bound global statePasha Tatashin1-2/+22
2026-02-08liveupdate: luo_file: Use private listPasha Tatashin1-3/+4
2026-02-02liveupdate: luo_file: do not clear serialized_data on unfreezePratyush Yadav (Google)1-2/+0
2025-12-10liveupdate: luo_file: don't use invalid list iteratorDan Carpenter1-2/+5
2025-11-27liveupdate: luo_file: add private argument to store runtime statePratyush Yadav1-0/+9
2025-11-27liveupdate: luo_file: implement file systems callbacksPasha Tatashin1-0/+880