aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore/inode.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-24pstore: Add priv field to pstore_record for backend specific useGravatar Ard Biesheuvel 1-0/+1
2021-02-23pstore: Fix warning in pstore_kill_sb()Gravatar Tetsuo Handa 1-1/+1
2020-12-01pstore: Move kmsg_bytes default into KconfigGravatar Vasile-Laurentiu Stanimir 1-1/+1
2020-05-30pstore: Remove filesystem records when backend is unregisteredGravatar Kees Cook 1-0/+32
2020-05-30pstore: Add locking around superblock changesGravatar Kees Cook 1-22/+43
2020-05-12pstore: Refactor pstorefs record list removalGravatar Kees Cook 1-6/+13
2020-05-12pstore: Convert "records_list" locking to mutexGravatar Kees Cook 1-10/+7
2020-05-12pstore: Rename "allpstore" to "records_list"Gravatar Kees Cook 1-10/+10
2020-02-27pstore: pstore_ftrace_seq_next should increase position indexGravatar Vasily Averin 1-1/+4
2019-07-08pstore: Fix double-free in pstore_mkfile() failure pathGravatar Norbert Manthey 1-7/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Gravatar Thomas Gleixner 1-13/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelyGravatar Sakari Ailus 1-1/+1
2018-12-03pstore: Map PSTORE_TYPE_* to stringsGravatar Joel Fernandes (Google) 1-47/+4
2018-10-22pstore: Centralize init/exit routinesGravatar Kees Cook 1-9/+2
2018-03-07pstore: Select compression at runtimeGravatar Kees Cook 1-0/+2
2017-08-17Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Gravatar Kees Cook 1-22/+0
2017-08-17pstore: Make default pstorefs root dir perms 0750Gravatar Kees Cook 1-1/+1
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-3/+11
2017-07-06pstore: Implement show_optionsGravatar David Howells 1-3/+11
2017-05-31pstore: Fix format string to use %u for record idGravatar Kees Cook 1-11/+11
2017-04-27pstore: Solve lockdep warning by moving inode locksGravatar Kees Cook 1-10/+27
2017-03-07pstore: Replace arguments for erase() APIGravatar Kees Cook 1-7/+5
2017-03-07pstore: Do not duplicate record metadataGravatar Kees Cook 1-29/+28
2017-03-07pstore: Pass record contents instead of copyingGravatar Kees Cook 1-7/+15
2017-03-07pstore: Switch pstore_mkfile to pass recordGravatar Kees Cook 1-25/+32
2016-11-15pstore: Protect unlink with read_mutexGravatar Namhyung Kim 1-2/+5
2016-11-15pstore: Add ftrace timestamp counterGravatar Joel Fernandes 1-3/+5
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-06-02pstore: drop file opened reference countGravatar Geliang Tang 1-1/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-3/+3
2015-10-22pstore: Fix return type of pstore_is_mounted()Gravatar Geliang Tang 1-1/+1
2015-10-22pstore: add pstore unregisterGravatar Geliang Tang 1-0/+9
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointGravatar Eric W. Biederman 1-8/+4
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+5
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-5/+5
2015-03-23pstore: Add pstore type id for PPC64 opal nvram partitionGravatar Hari Bathini 1-0/+3
2015-01-16pstore: Add pmsg - user-space accessible pstore objectGravatar Mark Salyzyn 1-0/+3
2015-01-16pstore: Use scnprintf() in pstore_mkfile()Gravatar Mark Salyzyn 1-10/+13
2014-11-05pstore: Honor dmesg_restrict sysctl on dmesg dumpsGravatar Sebastian Schmidt 1-0/+22
2014-10-15pstore: Fix duplicate {console,ftrace}-efi entriesGravatar Valdis Kletnieks 1-2/+2
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2013-08-19pstore: Add file extension to pstore file if compressedGravatar Aruna Balakrishnaiah 1-3/+4
2013-08-19pstore: d_alloc_name() doesn't return an ERR_PTRGravatar Dan Carpenter 1-2/+1
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-0/+9
2013-06-25pstore: Fail to unlink if a driver has not defined pstore_eraseGravatar Aruna Balakrishnaiah 1-0/+2
2013-06-20powerpc/pseries: Read common partition via pstoreGravatar Aruna Balakrishnaiah 1-0/+3
2013-06-20powerpc/pseries: Read of-config partition via pstoreGravatar Aruna Balakrishnaiah 1-0/+3
2013-06-20powerpc/pseries: Read rtas partition via pstoreGravatar Aruna Balakrishnaiah 1-0/+3
2013-02-12pstore: Create a convenient mount point for pstoreGravatar Josh Boyer 1-1/+17