Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
687a4f36b444a4ea314d917cc9e66d6a4f33bdab
/
fs
/
pstore
/
platform.c
1021bcf
pstore: add zstd compression support
by Geliang Tang
· 6 years ago
7aaa822
pstore: Convert internal records to timespec64
by Kees Cook
· 7 years ago
e698aaf
pstore: fix crypto dependencies without compression
by Tobias Regnery
· 7 years ago
58eb5b67
pstore: fix crypto dependencies
by Arnd Bergmann
· 7 years ago
cb3bee0
pstore: Use crypto compress API
by Geliang Tang
· 7 years ago
fe1d475
pstore: Select compression at runtime
by Kees Cook
· 7 years ago
5559740
pstore: Avoid size casts for 842 compression
by Kees Cook
· 7 years ago
239b716
pstore: Add lz4hc and 842 compression support
by Geliang Tang
· 7 years ago
a99f41a
fs: pstore: remove unused hardirq.h
by Yang Shi
· 7 years ago
24ed960
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
by Kees Cook
· 7 years ago
ca5b857
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
df27067
pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()
by Arnd Bergmann
· 7 years ago
dfd6fa3
pstore: remove unneeded unlikely()
by Hirofumi Nakagawa
· 7 years ago
1d27e3e
timer: Remove expires and data arguments from DEFINE_TIMER
by Kees Cook
· 7 years ago
78dcf73
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
349d743
pstore: Implement show_options
by David Howells
· 7 years ago
077090a
pstore: use memdup_user
by Geliang Tang
· 8 years ago
c7f3c595
pstore: Populate pstore record->time field
by Kees Cook
· 8 years ago
e581ca8
pstore: Create common record initializer
by Kees Cook
· 8 years ago
656de42
pstore: Avoid potential infinite loop
by Kees Cook
· 8 years ago
f6525b9
pstore: Fix leaked pstore_record in pstore_get_backend_records()
by Douglas Anderson
· 8 years ago
4a16d1c
pstore: Don't warn if data is uncompressed and type is not PSTORE_TYPE_DMESG
by Ankit Kumar
· 8 years ago
3a7d2fd
pstore: Solve lockdep warning by moving inode locks
by Kees Cook
· 8 years ago
30800d9
pstore: simplify write_user_compat()
by Kees Cook
· 8 years ago
4c9ec21
pstore: Remove write_buf() callback
by Kees Cook
· 8 years ago
fdd0311
pstore: Replace arguments for write_buf_user() API
by Kees Cook
· 8 years ago
b10b471
pstore: Replace arguments for write_buf() API
by Kees Cook
· 8 years ago
83f70f0
pstore: Do not duplicate record metadata
by Kees Cook
· 8 years ago
2a2b0ac
pstore: Allocate records on heap instead of stack
by Kees Cook
· 8 years ago
1dfff7d
pstore: Pass record contents instead of copying
by Kees Cook
· 8 years ago
7e8cc8d
pstore: Always allocate buffer for decompression
by Kees Cook
· 8 years ago
76cc958
pstore: Replace arguments for write() API
by Kees Cook
· 8 years ago
125cc42
pstore: Replace arguments for read() API
by Kees Cook
· 8 years ago
1edd1aa
pstore: Switch pstore_mkfile to pass record
by Kees Cook
· 8 years ago
634f8f5
pstore: Move record decompression to function
by Kees Cook
· 8 years ago
9abdccc
pstore: Extract common arguments into structure
by Kees Cook
· 8 years ago
0d7cd09
pstore: Improve register_pstore() error reporting
by Kees Cook
· 8 years ago
1344dd8
pstore: Avoid race in module unloading
by Kees Cook
· 8 years ago
6330d55
pstore: Shut down worker when unregistering
by Kees Cook
· 8 years ago
3faf935
pstore: constify pstore_zbackend structures
by Bhumika Goyal
· 8 years ago
d21b5ff
fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 version
by Sven Schmidt
· 8 years ago
70ad35d
pstore: Convert console write to use ->write_buf
by Namhyung Kim
· 8 years ago
959217c
pstore: Actually give up during locking failure
by Li Pengcheng
· 8 years ago
5bf6d1b
pstore/pmsg: drop bounce buffer
by Mark Salyzyn
· 8 years ago
c950fd6
pstore: Split pstore fragile flags
by Namhyung Kim
· 8 years ago
8cfc8dd
pstore: add lzo/lz4 compression support
by Geliang Tang
· 9 years ago
235f6d1
pstore: Cleanup pstore_dump()
by Namhyung Kim
· 9 years ago
98e44fda
pstore: Enable compression on normal path (again)
by Namhyung Kim
· 9 years ago
a1db806
ramoops: Only unregister when registered
by Kees Cook
· 9 years ago
306e5c2
pstore: fix code comment to match code
by Geliang Tang
· 9 years ago
ee1d267
pstore: add pstore unregister
by Geliang Tang
· 9 years ago
1873041
pstore: add a helper function pstore_register_kmsg
by Geliang Tang
· 9 years ago
42222c2
fs/pstore: update the backend parameter in pstore module
by Wang Long
· 10 years ago
f0e2efc
pstore: do not use message compression without lock
by Konstantin Khlebnikov
· 10 years ago
a6b8978
pstore: Fix sprintf format specifier in pstore_dump()
by alex chen
· 10 years ago
9d5438f
pstore: Add pmsg - user-space accessible pstore object
by Mark Salyzyn
· 10 years ago
ef74885
fs/pstore: logging clean-up
by Fabian Frederick
· 11 years ago
e32634f
pstore: Fix memory leak when decompress using big_oops_buf
by Liu ShuoX
· 11 years ago
df36ac1
pstore: Don't allow high traffic options on fragile devices
by Luck, Tony
· 11 years ago
802e4c6
pstore: Remove the messages related to compression failure
by Aruna Balakrishnaiah
· 11 years ago
b61edf8
pstore: Use zlib_inflateInit2 instead of zlib_inflateInit
by Aruna Balakrishnaiah
· 11 years ago
7de8fe2
pstore: Adjust buffer size for compression for smaller registered buffers
by Aruna Balakrishnaiah
· 11 years ago
9ad2cbe
pstore: Add file extension to pstore file if compressed
by Aruna Balakrishnaiah
· 11 years ago
adb42f5
pstore: Add decompression support to pstore
by Aruna Balakrishnaiah
· 11 years ago
9a4e139
pstore: Introduce new argument 'compressed' in the read callback
by Aruna Balakrishnaiah
· 11 years ago
b0aad7a
pstore: Add compression support to pstore
by Aruna Balakrishnaiah
· 11 years ago
b3b515b
pstore: Add new argument 'compressed' in pstore write callback
by Aruna Balakrishnaiah
· 11 years ago
65b97fb
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 11 years ago
6bbbca7
pstore: Pass header size in the pstore write callback
by Aruna Balakrishnaiah
· 12 years ago
8e48b1a
pstore: Return unique error if backend registration excluded by kernel param
by Lenny Szubowicz
· 12 years ago
9f244e9
pstore: Avoid deadlock in panic and emergency-restart path
by Seiji Aguchi
· 12 years ago
755d4fe
efi_pstore: Add a sequence counter to a variable name
by Seiji Aguchi
· 12 years ago
70a6f46
pstore: Fix NULL pointer dereference in console writes
by Colin Ian King
· 12 years ago
80c9d03
pstore: Avoid recursive spinlocks in the oops_in_progress case
by Chuansheng Liu
· 12 years ago
65f8c95
pstore/ftrace: Convert to its own enable/disable debugfs knob
by Anton Vorontsov
· 12 years ago
060287b
pstore: Add persistent function tracing
by Anton Vorontsov
· 12 years ago
897dba0
pstore: Introduce write_buf backend callback
by Anton Vorontsov
· 12 years ago
bcc66c0
Merge 3.5-rc4 into staging-next
by Greg Kroah-Hartman
· 13 years ago
e2ae715
kmsg - kmsg_dump() use iterator to receive log buffer content
by Kay Sievers
· 13 years ago
521f7288
pstore/platform: Disable automatic updates by default
by Anton Vorontsov
· 13 years ago
a3f5f07
pstore/platform: Make automatic updates interval configurable
by Anton Vorontsov
· 13 years ago
f29e595
pstore: Add console log messages support
by Anton Vorontsov
· 13 years ago
381b872
pstore: Introduce get_reason_str() to pstore
by Seiji Aguchi
· 13 years ago
2174f6d
pstore: gracefully handle NULL pstore_info functions
by Kees Cook
· 13 years ago
3d6d8d2
pstore: pass reason to backend write callback
by Kees Cook
· 13 years ago
f6f8285
pstore: pass allocated memory region back to caller
by Kees Cook
· 13 years ago
b238b8f
pstore: make pstore write function return normal success/fail value
by Chen Gong
· 13 years ago
abd4d55
pstore: change mutex locking to spin_locks
by Don Zickus
· 13 years ago
6dda926
pstore: defer inserting OOPS entries into pstore
by Luck, Tony
· 13 years ago
dee28e7
pstore: Allow the user to explicitly choose a backend
by Matthew Garrett
· 13 years ago
b94fdd0
pstore: Make "part" unsigned
by Matthew Garrett
· 13 years ago
5628068
pstore: Add extra context for writes and erases
by Matthew Garrett
· 13 years ago
638c1fd
pstore: Extend API for more flexibility in new backends
by Matthew Garrett
· 13 years ago
06cf91b
pstore: fix pstore filesystem mount/remount issue
by Chen Gong
· 14 years ago
8d38d74
pstore: fix one type of return value in pstore
by Chen Gong
· 14 years ago
9f6af27
pstore: cleanups to pstore_dump()
by Tony Luck
· 14 years ago
366f7e7
pstore: use mount option instead sysfs to tweak kmsg_bytes
by Luck, Tony
· 14 years ago
ca01d6d
pstore: new filesystem interface to platform persistent storage
by Tony Luck
· 14 years ago