summaryrefslogtreecommitdiffstats
path: root/fs/pstore/inode.c
Commit message (Expand)AuthorAgeFilesLines
* pstore: Fix double-free in pstore_mkfile() failure pathNorbert Manthey2019-07-091-7/+6Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-13/+1Star
* treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)2018-12-041-47/+4Star
* pstore: Centralize init/exit routinesKees Cook2018-10-221-9/+2Star
* pstore: Select compression at runtimeKees Cook2018-03-071-0/+2
* Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Kees Cook2017-08-181-22/+0Star
* pstore: Make default pstorefs root dir perms 0750Kees Cook2017-08-181-1/+1
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-3/+11
|\
| * pstore: Implement show_optionsDavid Howells2017-07-061-3/+11
* | pstore: Fix format string to use %u for record idKees Cook2017-05-311-11/+11
|/
* pstore: Solve lockdep warning by moving inode locksKees Cook2017-04-281-10/+27
* pstore: Replace arguments for erase() APIKees Cook2017-03-071-7/+5Star
* pstore: Do not duplicate record metadataKees Cook2017-03-071-29/+28Star
* pstore: Pass record contents instead of copyingKees Cook2017-03-071-7/+15
* pstore: Switch pstore_mkfile to pass recordKees Cook2017-03-071-25/+32
* pstore: Protect unlink with read_mutexNamhyung Kim2016-11-161-2/+5
* pstore: Add ftrace timestamp counterJoel Fernandes2016-11-161-3/+5
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-281-1/+1
* pstore: drop file opened reference countGeliang Tang2016-06-021-1/+0Star
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-231-3/+3
* pstore: Fix return type of pstore_is_mounted()Geliang Tang2015-10-221-1/+1
* pstore: add pstore unregisterGeliang Tang2015-10-221-0/+9
* sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-8/+4Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-5/+5
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-5/+5
* | pstore: Add pstore type id for PPC64 opal nvram partitionHari Bathini2015-03-231-0/+3
|/
* pstore: Add pmsg - user-space accessible pstore objectMark Salyzyn2015-01-171-0/+3
* pstore: Use scnprintf() in pstore_mkfile()Mark Salyzyn2015-01-171-10/+13
* pstore: Honor dmesg_restrict sysctl on dmesg dumpsSebastian Schmidt2014-11-051-0/+22
* pstore: Fix duplicate {console,ftrace}-efi entriesValdis Kletnieks2014-10-151-2/+2
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* pstore: Add file extension to pstore file if compressedAruna Balakrishnaiah2013-08-191-3/+4
* pstore: d_alloc_name() doesn't return an ERR_PTRDan Carpenter2013-08-191-2/+1Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-041-0/+9
|\
| * powerpc/pseries: Read common partition via pstoreAruna Balakrishnaiah2013-06-201-0/+3
| * powerpc/pseries: Read of-config partition via pstoreAruna Balakrishnaiah2013-06-201-0/+3
| * powerpc/pseries: Read rtas partition via pstoreAruna Balakrishnaiah2013-06-201-0/+3
* | pstore: Fail to unlink if a driver has not defined pstore_eraseAruna Balakrishnaiah2013-06-251-0/+2
|/
* pstore: Create a convenient mount point for pstoreJosh Boyer2013-02-121-1/+17
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-181-3/+3
* efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi2012-11-271-3/+5
* efi_pstore: Add ctime to argument of erase callbackSeiji Aguchi2012-11-271-1/+2
* pstore: Add persistent function tracingAnton Vorontsov2012-07-171-4/+107
* pstore: Add console log messages supportAnton Vorontsov2012-06-141-0/+3
* pstore/inode: Make pstore_fill_super() staticAnton Vorontsov2012-06-141-1/+1
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-061-7/+1Star
|\
| * simple_open: automatically convert to simple_open()Stephen Boyd2012-04-061-7/+1Star