aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2017-04-27pstore: Solve lockdep warning by moving inode locksGravatar Kees Cook 3-16/+36
2017-04-27pstore: Remove unused vmalloc.h in pmsgGravatar Geliang Tang 1-1/+0
2017-04-20Annotate hardware config module parameters in fs/pstore/Gravatar David Howells 1-1/+1
2017-03-07pstore: simplify write_user_compat()Gravatar Kees Cook 1-26/+20
2017-03-07pstore: Remove write_buf() callbackGravatar Kees Cook 4-24/+29
2017-03-07pstore: Replace arguments for write_buf_user() APIGravatar Kees Cook 3-35/+23
2017-03-07pstore: Replace arguments for write_buf() APIGravatar Kees Cook 3-33/+50
2017-03-07pstore: Replace arguments for erase() APIGravatar Kees Cook 2-15/+12
2017-03-07pstore: Do not duplicate record metadataGravatar Kees Cook 2-33/+30
2017-03-07pstore: Allocate records on heap instead of stackGravatar Kees Cook 1-8/+22
2017-03-07pstore: Pass record contents instead of copyingGravatar Kees Cook 2-11/+27
2017-03-07pstore: Always allocate buffer for decompressionGravatar Kees Cook 1-14/+24
2017-03-07pstore: Replace arguments for write() APIGravatar Kees Cook 1-27/+35
2017-03-07pstore: Replace arguments for read() APIGravatar Kees Cook 2-30/+30
2017-03-07pstore: Switch pstore_mkfile to pass recordGravatar Kees Cook 3-34/+34
2017-03-07pstore: Move record decompression to functionGravatar Kees Cook 1-30/+37
2017-03-07pstore: Extract common arguments into structureGravatar Kees Cook 1-25/+30
2017-03-07pstore: Improve register_pstore() error reportingGravatar Kees Cook 1-1/+5
2017-03-07pstore: Avoid race in module unloadingGravatar Kees Cook 1-2/+2
2017-03-07pstore: Shut down worker when unregisteringGravatar Kees Cook 1-1/+9
2017-03-07pstore: Use dynamic spinlock initializerGravatar Kees Cook 1-1/+1
2017-03-07pstore: constify pstore_zbackend structuresGravatar Bhumika Goyal 1-4/+4
2017-02-24fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionGravatar Sven Schmidt 1-9/+13
2017-02-13pstore: Check for prz allocation in walkerGravatar Kees Cook 1-2/+3
2017-02-13pstore: Correctly initialize spinlock and flagsGravatar Kees Cook 1-5/+7
2017-02-09pstore: don't OOPS when there are no ftrace zonesGravatar Brian Norris 1-1/+1
2016-12-13Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-126/+293
2016-11-15ramoops: add pdata NULL check to ramoops_probeGravatar Kees Cook 1-2/+11
2016-11-15pstore: Convert console write to use ->write_bufGravatar Namhyung Kim 1-2/+2
2016-11-15pstore: Protect unlink with read_mutexGravatar Namhyung Kim 1-2/+5
2016-11-15pstore: Use global ftrace filters for function trace filteringGravatar Joel Fernandes 1-2/+5
2016-11-15pstore: Clarify context field przs as dprzsGravatar Kees Cook 1-12/+12
2016-11-15pstore: improve error report for failed setupGravatar Kees Cook 1-19/+34
2016-11-15pstore: Merge per-CPU ftrace records into oneGravatar Joel Fernandes 1-13/+109
2016-11-15pstore: Add ftrace timestamp counterGravatar Joel Fernandes 3-37/+9
2016-11-15ramoops: Split ftrace buffer space into per-CPU zonesGravatar Joel Fernandes 1-17/+55
2016-11-15pstore: Make ramoops_init_przs generic for other prz arraysGravatar Kees Cook 1-28/+54
2016-11-15pstore: Allow prz to control need for lockingGravatar Joel Fernandes 2-11/+18
2016-11-11pstore: Warn on PSTORE_TYPE_PMSG using deprecated functionGravatar Joel Fernandes 1-4/+2
2016-11-11pstore: Make spinlock per zone instead of globalGravatar Joel Fernandes 1-6/+5
2016-11-08pstore: Actually give up during locking failureGravatar Li Pengcheng 1-0/+1
2016-10-24docs: fix locations of several documents that got movedGravatar Mauro Carvalho Chehab 1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-09-08ramoops: move spin_lock_init after kmalloc error checkingGravatar Geliang Tang 1-1/+1
2016-09-08pstore/ram: Use memcpy_fromio() to save old bufferGravatar Andrew Bresticker 1-2/+2
2016-09-08pstore/ram: Use memcpy_toio instead of memcpyGravatar Furquan Shaikh 1-1/+1
2016-09-08pstore/pmsg: drop bounce bufferGravatar Mark Salyzyn 4-31/+106
2016-09-08pstore/ram: Set pstore flags dynamicallyGravatar Namhyung Kim 1-1/+7