aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-08ramoops: move spin_lock_init after kmalloc error checkingGeliang Tang1-1/+1
2016-09-08pstore/ram: Use memcpy_fromio() to save old bufferAndrew Bresticker1-2/+2
2016-09-08pstore/ram: Use memcpy_toio instead of memcpyFurquan Shaikh1-1/+1
2016-09-08pstore/pmsg: drop bounce bufferMark Salyzyn4-31/+106
2016-09-08pstore/ram: Set pstore flags dynamicallyNamhyung Kim1-1/+7
2016-09-08pstore: Split pstore fragile flagsNamhyung Kim2-7/+12
2016-09-08pstore/core: drop cmpxchg based updatesSebastian Andrzej Siewior1-41/+2
2016-09-08pstore/ramoops: fixup driver removalSebastian Andrzej Siewior1-5/+12
2016-08-05ramoops: use persistent_ram_free() instead of kfree() for freeing przHiraku Toyooka1-3/+3
2016-08-05ramoops: use DT reserved-memory bindingsKees Cook1-16/+7
2016-06-14pstore/ram: add Device Tree bindingsGreg Hackmann1-2/+93
2016-06-02pstore: drop file opened reference countGeliang Tang1-1/+0
2016-06-02pstore: add lzo/lz4 compression supportGeliang Tang3-14/+245
2016-05-31pstore: Cleanup pstore_dump()Namhyung Kim1-19/+13
2016-05-31pstore: Enable compression on normal path (again)Namhyung Kim1-6/+5
2016-05-31ramoops: Only unregister when registeredKees Cook1-3/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-10pstore: Add support for 64 Bit address spaceWiebe, Wladislav (Nokia - DE/Ulm)1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-3/+3
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