Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
500a177d21c381e7dc53b525426c4c6237f5ec4e
/
fs
/
pstore
3b71aed
pstore: Fix linking when crypto API disabled
by Matteo Croce
· 4 years, 4 months ago
76b48e9
pstore: pstore_ftrace_seq_next should increase position index
by Vasily Averin
· 4 years, 9 months ago
3e61c4f
pstore/platform: fix potential mem leak if pstore_init_fs failed
by chenqiwu
· 4 years, 9 months ago
903065d
pstore/ram: Write new dumps to start of recycled zones
by Aleksandr Yashkin
· 5 years ago
6b6f603
pstore/ram: Avoid NULL deref in ftrace merging failure path
by Kees Cook
· 6 years ago
2c16f72
pstore: fs superblock limits
by Deepa Dinamani
· 5 years ago
5e9a2ce
pstore: Fix double-free in pstore_mkfile() failure path
by Norbert Manthey
· 5 years ago
f4d0227
pstore/ram: Run without kernel crash dump region
by Kees Cook
· 5 years ago
aa73a3b
pstore: Set tfm to NULL on free_buf_for_compression
by Pi-Hsun Shih
· 5 years ago
d4128a1
pstore: Convert buf_lock to semaphore
by Kees Cook
· 6 years ago
c63ce71
pstore: Remove needless lock during console writes
by Kees Cook
· 6 years ago
953e826
pstore: Refactor compression initialization
by Kees Cook
· 6 years ago
fea8b84
pstore: Allocate compression during late_initcall()
by Joel Fernandes (Google)
· 6 years ago
f4bf101
pstore: Centralize init/exit routines
by Kees Cook
· 6 years ago
265242d
pstore/ram: Do not treat empty buffers as valid
by Joel Fernandes (Google)
· 6 years ago
483ac8e
pstore/ram: Avoid allocation and leak of platform data
by Kees Cook
· 6 years ago
ce469db
pstore/ram: Correctly calculate usable PRZ bytes
by Kees Cook
· 6 years ago
bac6f6c
pstore/ram: Fix failure-path memory leak in ramoops_init
by Kees Cook
· 6 years ago
831b624
pstore: Fix incorrect persistent ram buffer mapping
by Bin Yang
· 6 years ago
1021bcf
pstore: add zstd compression support
by Geliang Tang
· 6 years ago
e264abea
pstore: Remove bogus format string definition
by Arnd Bergmann
· 6 years ago
95582b0
vfs: change inode times to use struct timespec64
by Deepa Dinamani
· 7 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
f2531f1
pstore/ram: Do not use stack VLA for parity workspace
by Kees Cook
· 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
2bcc673
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
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
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
1d27e3e
timer: Remove expires and data arguments from DEFINE_TIMER
by Kees Cook
· 7 years ago
c71b02e
Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"
by Kees Cook
· 7 years ago
d7caa33
pstore: Make default pstorefs root dir perms 0750
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
d376235
pstore: Fix format string to use %u for record id
by Kees Cook
· 7 years ago
c7f3c595
pstore: Populate pstore record->time field
by Kees Cook
· 7 years ago
e581ca8
pstore: Create common record initializer
by Kees Cook
· 7 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
· 7 years ago
4a16d1c
pstore: Don't warn if data is uncompressed and type is not PSTORE_TYPE_DMESG
by Ankit Kumar
· 7 years ago
291b38a
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 8 years ago
3a7d2fd
pstore: Solve lockdep warning by moving inode locks
by Kees Cook
· 8 years ago
3509d04
pstore: Remove unused vmalloc.h in pmsg
by Geliang Tang
· 8 years ago
b90fe0c
Annotate hardware config module parameters in fs/pstore/
by David Howells
· 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
a61072a
pstore: Replace arguments for erase() 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
e9a330c
pstore: Use dynamic spinlock initializer
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
4641841
pstore: Check for prz allocation in walker
by Kees Cook
· 8 years ago
76d5692
pstore: Correctly initialize spinlock and flags
by Kees Cook
· 8 years ago
8672aed
pstore: don't OOPS when there are no ftrace zones
by Brian Norris
· 8 years ago
52281b3
Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 8 years ago
fc46d4e
ramoops: add pdata NULL check to ramoops_probe
by Kees Cook
· 8 years ago
70ad35d
pstore: Convert console write to use ->write_buf
by Namhyung Kim
· 8 years ago
e9e360b
pstore: Protect unlink with read_mutex
by Namhyung Kim
· 8 years ago
7a0032f
pstore: Use global ftrace filters for function trace filtering
by Joel Fernandes
· 8 years ago
a5d23b9
pstore: Clarify context field przs as dprzs
by Kees Cook
· 8 years ago
c443a5f
pstore: improve error report for failed setup
by Kees Cook
· 8 years ago
2fbea82
pstore: Merge per-CPU ftrace records into one
by Joel Fernandes
· 8 years ago
fbccdeb
pstore: Add ftrace timestamp counter
by Joel Fernandes
· 8 years ago
a1cf53a
ramoops: Split ftrace buffer space into per-CPU zones
by Joel Fernandes
· 8 years ago
de83209
pstore: Make ramoops_init_przs generic for other prz arrays
by Kees Cook
· 8 years ago
663deb4
pstore: Allow prz to control need for locking
by Joel Fernandes
· 8 years ago
d8991f5
pstore: Warn on PSTORE_TYPE_PMSG using deprecated function
by Joel Fernandes
· 8 years ago
1097044
pstore: Make spinlock per zone instead of global
by Joel Fernandes
· 8 years ago
959217c
pstore: Actually give up during locking failure
by Li Pengcheng
· 8 years ago
8c27ceff3
docs: fix locations of several documents that got moved
by Mauro Carvalho Chehab
· 8 years ago
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
078cd82
fs: Replace CURRENT_TIME with current_time() for inode timestamps
by Deepa Dinamani
· 8 years ago
f88baf6
ramoops: move spin_lock_init after kmalloc error checking
by Geliang Tang
· 8 years ago
d771fdf
pstore/ram: Use memcpy_fromio() to save old buffer
by Andrew Bresticker
· 9 years ago
7e75678
pstore/ram: Use memcpy_toio instead of memcpy
by Furquan Shaikh
· 9 years ago
5bf6d1b
pstore/pmsg: drop bounce buffer
by Mark Salyzyn
· 8 years ago
79d955a
pstore/ram: Set pstore flags dynamically
by Namhyung Kim
· 8 years ago
c950fd6
pstore: Split pstore fragile flags
by Namhyung Kim
· 8 years ago
Next »