aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-02pstore: fix code comment to match codeGeliang Tang1-2/+3
2015-10-22pstore: Fix return type of pstore_is_mounted()Geliang Tang2-2/+2
2015-10-22pstore: add pstore unregisterGeliang Tang8-21/+86
2015-10-21pstore: add a helper function pstore_register_kmsgGeliang Tang1-1/+6
2015-10-21pstore: add vmalloc error checkGeliang Tang1-0/+2
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-8/+4
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman1-8/+4
2015-05-21ramoops: make it possible to change mem_type param.Wang Long1-1/+1
2015-05-21pstore/ram: verify ramoops header before saving recordBen Zhang1-12/+28
2015-05-21fs/pstore: Optimization function ramoops_init_przslong.wanglong1-5/+3
2015-05-21fs/pstore: update the backend parameter in pstore moduleWang Long1-0/+6
2015-05-21pstore: do not use message compression without lockKonstantin Khlebnikov1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-0/+3
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-5/+5
2015-03-23pstore: Add pstore type id for PPC64 opal nvram partitionHari Bathini1-0/+3
2015-03-16pstore: Fix the ramoops module parameters updateWang Long1-0/+3
2015-01-16pstore: Fix sprintf format specifier in pstore_dump()alex chen1-2/+2
2015-01-16pstore: Add pmsg - user-space accessible pstore objectMark Salyzyn7-2/+168
2015-01-16pstore: Handle zero-sized prz in seriesMark Salyzyn1-3/+9
2015-01-16pstore: Remove superfluous memory size checkMark Salyzyn1-9/+0
2015-01-16pstore: Use scnprintf() in pstore_mkfile()Mark Salyzyn1-10/+13
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-11pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren2-11/+33
2014-12-11pstore-ram: Fix hangs by using write-combine mappingsRob Herring1-2/+2
2014-11-05pstore: Honor dmesg_restrict sysctl on dmesg dumpsSebastian Schmidt1-0/+22
2014-11-05pstore/ram: Strip ramoops header for correct decompressionBen Zhang1-7/+15
2014-10-20pstore: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-15pstore: Fix duplicate {console,ftrace}-efi entriesValdis Kletnieks1-2/+2
2014-08-08fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick1-1/+1
2014-06-06fs/pstore: logging clean-upFabian Frederick2-29/+26
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2014-03-17pstore: Fix memory leak when decompress using big_oops_bufLiu ShuoX1-0/+1
2014-03-17pstore: Fix buffer overflow while write offset equal to buffer sizeLiu ShuoX1-2/+2
2014-03-17pstore: Correct the max_dump_cnt clearing of ramoopsLiu ShuoX1-2/+2
2014-03-17pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_przLiu ShuoX1-0/+2
2014-03-17pstore: skip zero size persistent ram buffer in traverseLiu ShuoX1-5/+5
2014-03-17pstore: clarify clearing of _read_cnt in ramoops_contextLiu ShuoX1-1/+2
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2013-12-20pstore: Don't allow high traffic options on fragile devicesLuck, Tony1-2/+5
2013-09-16pstore: Remove the messages related to compression failureAruna Balakrishnaiah1-4/+0
2013-09-16pstore: Use zlib_inflateInit2 instead of zlib_inflateInitAruna Balakrishnaiah1-1/+1
2013-09-16pstore: Adjust buffer size for compression for smaller registered buffersAruna Balakrishnaiah1-1/+22
2013-08-30pstore/ram: (really) fix undefined usage of rounddown_pow_of_twoMaxime Bizon1-3/+3
2013-08-19pstore/ram: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah1-8/+28
2013-08-19pstore: Add file extension to pstore file if compressedAruna Balakrishnaiah3-6/+10
2013-08-19pstore: Add decompression support to pstoreAruna Balakrishnaiah1-2/+51
2013-08-19pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah2-2/+5
2013-08-19pstore: Add compression support to pstoreAruna Balakrishnaiah1-9/+139
2013-08-19pstore/Kconfig: Select ZLIB_DEFLATE and ZLIB_INFLATE when PSTORE is selectedAruna Balakrishnaiah1-0/+2