summaryrefslogtreecommitdiffstats
path: root/fs/pstore
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-136-126/+293
|\
| * ramoops: add pdata NULL check to ramoops_probeKees Cook2016-11-161-2/+11
| * pstore: Convert console write to use ->write_bufNamhyung Kim2016-11-161-2/+2
| * pstore: Protect unlink with read_mutexNamhyung Kim2016-11-161-2/+5
| * pstore: Use global ftrace filters for function trace filteringJoel Fernandes2016-11-161-2/+5
| * pstore: Clarify context field przs as dprzsKees Cook2016-11-161-12/+12
| * pstore: improve error report for failed setupKees Cook2016-11-161-19/+34
| * pstore: Merge per-CPU ftrace records into oneJoel Fernandes2016-11-161-13/+109
| * pstore: Add ftrace timestamp counterJoel Fernandes2016-11-163-37/+9Star
| * ramoops: Split ftrace buffer space into per-CPU zonesJoel Fernandes2016-11-161-17/+55
| * pstore: Make ramoops_init_przs generic for other prz arraysKees Cook2016-11-161-28/+54
| * pstore: Allow prz to control need for lockingJoel Fernandes2016-11-162-11/+18
| * pstore: Warn on PSTORE_TYPE_PMSG using deprecated functionJoel Fernandes2016-11-111-4/+2Star
| * pstore: Make spinlock per zone instead of globalJoel Fernandes2016-11-111-6/+5Star
| * pstore: Actually give up during locking failureLi Pengcheng2016-11-091-0/+1
* | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-241-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-1/+1
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-281-1/+1
* | ramoops: move spin_lock_init after kmalloc error checkingGeliang Tang2016-09-091-1/+1
* | pstore/ram: Use memcpy_fromio() to save old bufferAndrew Bresticker2016-09-091-2/+2
* | pstore/ram: Use memcpy_toio instead of memcpyFurquan Shaikh2016-09-091-1/+1
* | pstore/pmsg: drop bounce bufferMark Salyzyn2016-09-094-31/+106
* | pstore/ram: Set pstore flags dynamicallyNamhyung Kim2016-09-091-1/+7
* | pstore: Split pstore fragile flagsNamhyung Kim2016-09-092-7/+12
* | pstore/core: drop cmpxchg based updatesSebastian Andrzej Siewior2016-09-091-41/+2Star
* | pstore/ramoops: fixup driver removalSebastian Andrzej Siewior2016-09-081-5/+12
|/
* ramoops: use persistent_ram_free() instead of kfree() for freeing przHiraku Toyooka2016-08-051-3/+3
* ramoops: use DT reserved-memory bindingsKees Cook2016-08-051-16/+7Star
* pstore/ram: add Device Tree bindingsGreg Hackmann2016-06-141-2/+93
* pstore: drop file opened reference countGeliang Tang2016-06-021-1/+0Star
* pstore: add lzo/lz4 compression supportGeliang Tang2016-06-023-14/+245
* pstore: Cleanup pstore_dump()Namhyung Kim2016-05-311-19/+13Star
* pstore: Enable compression on normal path (again)Namhyung Kim2016-05-311-6/+5Star
* ramoops: Only unregister when registeredKees Cook2016-05-311-3/+5
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* pstore: Add support for 64 Bit address spaceWiebe, Wladislav (Nokia - DE/Ulm)2016-03-101-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-231-3/+3
* pstore: fix code comment to match codeGeliang Tang2015-11-021-2/+3
* pstore: Fix return type of pstore_is_mounted()Geliang Tang2015-10-222-2/+2
* pstore: add pstore unregisterGeliang Tang2015-10-228-21/+86
* pstore: add a helper function pstore_register_kmsgGeliang Tang2015-10-211-1/+6
* pstore: add vmalloc error checkGeliang Tang2015-10-211-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-041-8/+4Star
|\
| * sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-8/+4Star
* | ramoops: make it possible to change mem_type param.Wang Long2015-05-211-1/+1
* | pstore/ram: verify ramoops header before saving recordBen Zhang2015-05-211-12/+28
* | fs/pstore: Optimization function ramoops_init_przslong.wanglong2015-05-211-5/+3Star
* | fs/pstore: update the backend parameter in pstore moduleWang Long2015-05-211-0/+6
* | pstore: do not use message compression without lockKonstantin Khlebnikov2015-05-211-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-5/+5
|\