summaryrefslogtreecommitdiffstats
path: root/fs/pstore/platform.c
Commit message (Expand)AuthorAgeFilesLines
* pstore: Convert buf_lock to semaphoreKees Cook2018-12-031-21/+23
* pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)2018-12-031-0/+37
* pstore: Improve and update some comments and status outputKees Cook2018-12-031-4/+3
* pstore: Remove needless lock during console writesKees Cook2018-12-031-23/+6
* pstore: Do not use crash buffer for decompressionKees Cook2018-12-031-31/+25
* pstore: Refactor compression initializationKees Cook2018-10-221-15/+33
* pstore: Allocate compression during late_initcall()Joel Fernandes (Google)2018-10-221-1/+9
* pstore: Centralize init/exit routinesKees Cook2018-10-221-0/+23
* pstore: add zstd compression supportGeliang Tang2018-08-031-0/+16
* pstore: Convert internal records to timespec64Kees Cook2018-06-051-1/+1
* pstore: fix crypto dependencies without compressionTobias Regnery2018-04-061-2/+2
* pstore: fix crypto dependenciesArnd Bergmann2018-03-151-11/+11
* pstore: Use crypto compress APIGeliang Tang2018-03-091-347/+68
* pstore: Select compression at runtimeKees Cook2018-03-071-55/+79
* pstore: Avoid size casts for 842 compressionKees Cook2018-03-061-4/+14
* pstore: Add lz4hc and 842 compression supportGeliang Tang2018-03-061-18/+129
* fs: pstore: remove unused hardirq.hYang Shi2017-11-281-1/+0
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-171-1/+1
|\
| * pstore: remove unneeded unlikely()Hirofumi Nakagawa2017-11-051-1/+1
* | pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann2017-11-121-4/+1
* | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-1/+1
|\
| * pstore: Implement show_optionsDavid Howells2017-07-061-1/+1
* | pstore: use memdup_userGeliang Tang2017-06-271-7/+4
* | pstore: Populate pstore record->time fieldKees Cook2017-05-311-0/+6
* | pstore: Create common record initializerKees Cook2017-05-311-14/+21
* | pstore: Avoid potential infinite loopKees Cook2017-05-311-2/+6
* | pstore: Fix leaked pstore_record in pstore_get_backend_records()Douglas Anderson2017-05-311-1/+3
* | pstore: Don't warn if data is uncompressed and type is not PSTORE_TYPE_DMESGAnkit Kumar2017-05-311-1/+4
|/
* pstore: Solve lockdep warning by moving inode locksKees Cook2017-04-271-5/+5
* pstore: simplify write_user_compat()Kees Cook2017-03-071-26/+20
* pstore: Remove write_buf() callbackKees Cook2017-03-071-15/+20
* pstore: Replace arguments for write_buf_user() APIKees Cook2017-03-071-23/+12
* pstore: Replace arguments for write_buf() APIKees Cook2017-03-071-9/+21
* pstore: Do not duplicate record metadataKees Cook2017-03-071-4/+2
* pstore: Allocate records on heap instead of stackKees Cook2017-03-071-8/+22
* pstore: Pass record contents instead of copyingKees Cook2017-03-071-4/+12
* pstore: Always allocate buffer for decompressionKees Cook2017-03-071-14/+24
* pstore: Replace arguments for write() APIKees Cook2017-03-071-27/+35
* pstore: Replace arguments for read() APIKees Cook2017-03-071-6/+1
* pstore: Switch pstore_mkfile to pass recordKees Cook2017-03-071-5/+1
* pstore: Move record decompression to functionKees Cook2017-03-071-30/+37
* pstore: Extract common arguments into structureKees Cook2017-03-071-25/+30
* pstore: Improve register_pstore() error reportingKees Cook2017-03-071-1/+5
* pstore: Avoid race in module unloadingKees Cook2017-03-071-2/+2
* pstore: Shut down worker when unregisteringKees Cook2017-03-071-1/+9
* pstore: constify pstore_zbackend structuresBhumika Goyal2017-03-071-4/+4
* fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt2017-02-241-9/+13
* pstore: Convert console write to use ->write_bufNamhyung Kim2016-11-151-2/+2