aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore
Commit message (Expand)AuthorAge
* fs/pstore: logging clean-upFabian Frederick2014-06-06
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-04
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
* | pstore: Fix memory leak when decompress using big_oops_bufLiu ShuoX2014-03-17
* | pstore: Fix buffer overflow while write offset equal to buffer sizeLiu ShuoX2014-03-17
* | pstore: Correct the max_dump_cnt clearing of ramoopsLiu ShuoX2014-03-17
* | pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_przLiu ShuoX2014-03-17
* | pstore: skip zero size persistent ram buffer in traverseLiu ShuoX2014-03-17
* | pstore: clarify clearing of _read_cnt in ramoops_contextLiu ShuoX2014-03-17
|/
* pstore: Don't allow high traffic options on fragile devicesLuck, Tony2013-12-20
* pstore: Remove the messages related to compression failureAruna Balakrishnaiah2013-09-16
* pstore: Use zlib_inflateInit2 instead of zlib_inflateInitAruna Balakrishnaiah2013-09-16
* pstore: Adjust buffer size for compression for smaller registered buffersAruna Balakrishnaiah2013-09-16
* pstore/ram: (really) fix undefined usage of rounddown_pow_of_twoMaxime Bizon2013-08-30
* pstore/ram: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah2013-08-19
* pstore: Add file extension to pstore file if compressedAruna Balakrishnaiah2013-08-19
* pstore: Add decompression support to pstoreAruna Balakrishnaiah2013-08-19
* pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah2013-08-19
* pstore: Add compression support to pstoreAruna Balakrishnaiah2013-08-19
* pstore/Kconfig: Select ZLIB_DEFLATE and ZLIB_INFLATE when PSTORE is selectedAruna Balakrishnaiah2013-08-19
* pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah2013-08-19
* pstore: d_alloc_name() doesn't return an ERR_PTRDan Carpenter2013-08-19
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-04
|\
| * pstore: Add hsize argument in write_buf call of pstore_ftrace_callAruna Balakrishnaiah2013-07-02
| * pstore: Pass header size in the pstore write callbackAruna Balakrishnaiah2013-07-01
| * powerpc/pseries: Read common partition via pstoreAruna Balakrishnaiah2013-06-20
| * powerpc/pseries: Read of-config partition via pstoreAruna Balakrishnaiah2013-06-20
| * powerpc/pseries: Read rtas partition via pstoreAruna Balakrishnaiah2013-06-20
* | pstore: Return unique error if backend registration excluded by kernel paramLenny Szubowicz2013-06-28
* | pstore: Fail to unlink if a driver has not defined pstore_eraseAruna Balakrishnaiah2013-06-25
* | pstore/ram: remove the power of buffer size limitationRob Herring2013-06-14
* | pstore/ram: avoid atomic accesses for ioremapped regionsRob Herring2013-06-14
|/
* Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-05-09
|\
| * pstore/ram: fix error return code in ramoops_probe()Wei Yongjun2013-05-08
| * fs: pstore: Replaced calls to kmalloc and memcpy with kmemdupAlexandru Gheorghiu2013-03-11
* | pstore/ram: Restore ecc information blockArve Hjønnevåg2013-04-04
* | pstore/ram: Allow specifying ecc parameters in platform dataArve Hjønnevåg2013-04-04
* | pstore/ram: Include ecc_size when calculating ecc_blockArve Hjønnevåg2013-04-04
* | pstore: Replace calls to kmalloc and memcpy with kmemdupAlexandru Gheorghiu2013-03-18
|/
* Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-21
|\
| * pstore: Create a convenient mount point for pstoreJosh Boyer2013-02-12
| * pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi2013-01-11
* | Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2013-02-04
|\ \
| * | time: create __getnstimeofday for WARNless callsKees Cook2013-01-15
* | | pstore: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
| |/ |/|
* | lseek: the "whence" argument is called "whence"Andrew Morton2012-12-17
* | Merge tag 'for-v3.8' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds2012-12-15
|\ \
| * | pstore/ftrace: Adjust for ftrace_ops->func prototype changeAnton Vorontsov2012-12-12
| * | pstore/ram: Fix bounds checks for mem_size, record_size, console_size and ftr...Arve Hjønnevåg2012-12-12
| * | pstore/ram: Fix undefined usage of rounddown_pow_of_two(0)Maxime Bizon2012-11-17