aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)AuthorFilesLines
2014-10-15pstore: Fix duplicate {console,ftrace}-efi entriesGravatar Valdis Kletnieks 1-2/+2
2014-08-08fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayGravatar Fabian Frederick 1-1/+1
2014-06-06fs/pstore: logging clean-upGravatar Fabian Frederick 2-29/+26
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+1
2014-03-17pstore: Fix memory leak when decompress using big_oops_bufGravatar Liu ShuoX 1-0/+1
2014-03-17pstore: Fix buffer overflow while write offset equal to buffer sizeGravatar Liu ShuoX 1-2/+2
2014-03-17pstore: Correct the max_dump_cnt clearing of ramoopsGravatar Liu ShuoX 1-2/+2
2014-03-17pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_przGravatar Liu ShuoX 1-0/+2
2014-03-17pstore: skip zero size persistent ram buffer in traverseGravatar Liu ShuoX 1-5/+5
2014-03-17pstore: clarify clearing of _read_cnt in ramoops_contextGravatar Liu ShuoX 1-1/+2
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2013-12-20pstore: Don't allow high traffic options on fragile devicesGravatar Luck, Tony 1-2/+5
2013-09-16pstore: Remove the messages related to compression failureGravatar Aruna Balakrishnaiah 1-4/+0
2013-09-16pstore: Use zlib_inflateInit2 instead of zlib_inflateInitGravatar Aruna Balakrishnaiah 1-1/+1
2013-09-16pstore: Adjust buffer size for compression for smaller registered buffersGravatar Aruna Balakrishnaiah 1-1/+22
2013-08-30pstore/ram: (really) fix undefined usage of rounddown_pow_of_twoGravatar Maxime Bizon 1-3/+3
2013-08-19pstore/ram: Read and write to the 'compressed' flag of pstoreGravatar Aruna Balakrishnaiah 1-8/+28
2013-08-19pstore: Add file extension to pstore file if compressedGravatar Aruna Balakrishnaiah 3-6/+10
2013-08-19pstore: Add decompression support to pstoreGravatar Aruna Balakrishnaiah 1-2/+51
2013-08-19pstore: Introduce new argument 'compressed' in the read callbackGravatar Aruna Balakrishnaiah 2-2/+5
2013-08-19pstore: Add compression support to pstoreGravatar Aruna Balakrishnaiah 1-9/+139
2013-08-19pstore/Kconfig: Select ZLIB_DEFLATE and ZLIB_INFLATE when PSTORE is selectedGravatar Aruna Balakrishnaiah 1-0/+2
2013-08-19pstore: Add new argument 'compressed' in pstore write callbackGravatar Aruna Balakrishnaiah 2-4/+5
2013-08-19pstore: d_alloc_name() doesn't return an ERR_PTRGravatar Dan Carpenter 1-2/+1
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 4-6/+18
2013-07-02pstore: Add hsize argument in write_buf call of pstore_ftrace_callGravatar Aruna Balakrishnaiah 1-1/+1
2013-07-01pstore: Pass header size in the pstore write callbackGravatar Aruna Balakrishnaiah 2-5/+8
2013-06-28pstore: Return unique error if backend registration excluded by kernel paramGravatar Lenny Szubowicz 1-5/+6
2013-06-25pstore: Fail to unlink if a driver has not defined pstore_eraseGravatar Aruna Balakrishnaiah 1-0/+2
2013-06-20powerpc/pseries: Read common partition via pstoreGravatar Aruna Balakrishnaiah 1-0/+3
2013-06-20powerpc/pseries: Read of-config partition via pstoreGravatar Aruna Balakrishnaiah 1-0/+3
2013-06-20powerpc/pseries: Read rtas partition via pstoreGravatar Aruna Balakrishnaiah 1-0/+3
2013-06-14pstore/ram: remove the power of buffer size limitationGravatar Rob Herring 1-2/+0
2013-06-14pstore/ram: avoid atomic accesses for ioremapped regionsGravatar Rob Herring 1-2/+52
2013-05-09Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2013-05-08pstore/ram: fix error return code in ramoops_probe()Gravatar Wei Yongjun 1-0/+2
2013-04-03pstore/ram: Restore ecc information blockGravatar Arve Hjønnevåg 2-2/+13
2013-04-03pstore/ram: Allow specifying ecc parameters in platform dataGravatar Arve Hjønnevåg 2-37/+42
2013-04-03pstore/ram: Include ecc_size when calculating ecc_blockGravatar Arve Hjønnevåg 1-1/+2
2013-03-18pstore: Replace calls to kmalloc and memcpy with kmemdupGravatar Alexandru Gheorghiu 1-2/+1
2013-03-11fs: pstore: Replaced calls to kmalloc and memcpy with kmemdupGravatar Alexandru Gheorghiu 1-2/+1
2013-02-21Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-7/+46
2013-02-12pstore: Create a convenient mount point for pstoreGravatar Josh Boyer 1-1/+17
2013-02-04Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Gravatar Thomas Gleixner 1-3/+7
2013-01-15time: create __getnstimeofday for WARNless callsGravatar Kees Cook 1-3/+7
2013-01-11pstore: Avoid deadlock in panic and emergency-restart pathGravatar Seiji Aguchi 1-6/+29
2013-01-03pstore: remove __dev* attributes.Gravatar Greg Kroah-Hartman 2-13/+10
2012-12-17lseek: the "whence" argument is called "whence"Gravatar Andrew Morton 1-3/+3
2012-12-15Merge tag 'for-v3.8' of git://git.infradead.org/users/cbou/linux-pstoreGravatar Linus Torvalds 2-12/+34
2012-12-12pstore/ftrace: Adjust for ftrace_ops->func prototype changeGravatar Anton Vorontsov 1-1/+3