summaryrefslogtreecommitdiffstats
path: root/fs/pstore/platform.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-13/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-13/+1Star
* | pstore/ram: Run without kernel crash dump regionKees Cook2019-05-311-1/+2
* | pstore: Set tfm to NULL on free_buf_for_compressionPi-Hsun Shih2019-05-311-1/+3
|/
* pstore: Avoid writing records with zero sizeYue Hu2019-02-121-0/+3
* pstore: Convert buf_lock to semaphoreKees Cook2018-12-041-21/+23
* pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)2018-12-041-0/+37
* pstore: Improve and update some comments and status outputKees Cook2018-12-041-4/+3Star
* pstore: Remove needless lock during console writesKees Cook2018-12-041-23/+6Star
* pstore: Do not use crash buffer for decompressionKees Cook2018-12-041-31/+25Star
* 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-041-0/+16
* pstore: Convert internal records to timespec64Kees Cook2018-06-061-1/+1
* pstore: fix crypto dependencies without compressionTobias Regnery2018-04-071-2/+2
* pstore: fix crypto dependenciesArnd Bergmann2018-03-151-11/+11
* pstore: Use crypto compress APIGeliang Tang2018-03-091-347/+68Star
* pstore: Select compression at runtimeKees Cook2018-03-071-55/+79
* pstore: Avoid size casts for 842 compressionKees Cook2018-03-071-4/+14
* pstore: Add lz4hc and 842 compression supportGeliang Tang2018-03-071-18/+129
* fs: pstore: remove unused hardirq.hYang Shi2017-11-291-1/+0Star
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-221-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-061-1/+1
* | pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann2017-11-121-4/+1Star
* | 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-281-7/+4Star
* | 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-281-5/+5
* pstore: simplify write_user_compat()Kees Cook2017-03-071-26/+20Star
* pstore: Remove write_buf() callbackKees Cook2017-03-071-15/+20
* pstore: Replace arguments for write_buf_user() APIKees Cook2017-03-071-23/+12Star
* pstore: Replace arguments for write_buf() APIKees Cook2017-03-071-9/+21
* pstore: Do not duplicate record metadataKees Cook2017-03-071-4/+2Star
* 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/+1Star
* pstore: Switch pstore_mkfile to pass recordKees Cook2017-03-071-5/+1Star
* 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