summaryrefslogtreecommitdiffstats
path: root/fs/pstore/inode.c
Commit message (Expand)AuthorAgeFilesLines
* pstore: Fix warning in pstore_kill_sb()Tetsuo Handa2021-02-231-1/+1
* pstore: Move kmsg_bytes default into KconfigVasile-Laurentiu Stanimir2020-12-011-1/+1
* pstore: Remove filesystem records when backend is unregisteredKees Cook2020-05-301-0/+32
* pstore: Add locking around superblock changesKees Cook2020-05-301-22/+43
* pstore: Refactor pstorefs record list removalKees Cook2020-05-121-6/+13
* pstore: Convert "records_list" locking to mutexKees Cook2020-05-121-10/+7
* pstore: Rename "allpstore" to "records_list"Kees Cook2020-05-121-10/+10
* pstore: pstore_ftrace_seq_next should increase position indexVasily Averin2020-02-271-1/+4
* pstore: Fix double-free in pstore_mkfile() failure pathNorbert Manthey2019-07-081-7/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-13/+1
* 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-031-47/+4
* pstore: Centralize init/exit routinesKees Cook2018-10-221-9/+2
* pstore: Select compression at runtimeKees Cook2018-03-071-0/+2
* Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Kees Cook2017-08-171-22/+0
* pstore: Make default pstorefs root dir perms 0750Kees Cook2017-08-171-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-271-10/+27
* pstore: Replace arguments for erase() APIKees Cook2017-03-071-7/+5
* pstore: Do not duplicate record metadataKees Cook2017-03-071-29/+28
* 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-151-2/+5
* pstore: Add ftrace timestamp counterJoel Fernandes2016-11-151-3/+5
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* pstore: drop file opened reference countGeliang Tang2016-06-021-1/+0
* 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-221-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/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-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-161-0/+3
* pstore: Use scnprintf() in pstore_mkfile()Mark Salyzyn2015-01-161-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/+1
* 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-171-3/+3