summaryrefslogtreecommitdiff
path: root/fs/pstore/inode.c
AgeCommit message (Expand)Author
2023-12-08pstore: inode: Use cleanup.h for struct pstore_privateKees Cook
2023-12-08pstore: inode: Use __free(pstore_iput) for inode allocationsKees Cook
2023-12-08pstore: inode: Convert mutex usage to guard(mutex)Kees Cook
2023-12-08pstore: inode: Convert kfree() usage to __free(kfree)Kees Cook
2023-10-18pstore: convert to new timestamp accessorsJeff Layton
2023-08-28Merge tag 'pstore-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-17pstore: Support record sizes larger than kmalloc() limitYuxiao Zhang
2023-07-24pstore: convert to ctime accessor functionsJeff Layton
2022-06-24pstore: Add priv field to pstore_record for backend specific useArd Biesheuvel
2021-02-23pstore: Fix warning in pstore_kill_sb()Tetsuo Handa
2020-12-01pstore: Move kmsg_bytes default into KconfigVasile-Laurentiu Stanimir
2020-05-30pstore: Remove filesystem records when backend is unregisteredKees Cook
2020-05-30pstore: Add locking around superblock changesKees Cook
2020-05-12pstore: Refactor pstorefs record list removalKees Cook
2020-05-12pstore: Convert "records_list" locking to mutexKees Cook
2020-05-12pstore: Rename "allpstore" to "records_list"Kees Cook
2020-02-27pstore: pstore_ftrace_seq_next should increase position indexVasily Averin
2019-07-08pstore: Fix double-free in pstore_mkfile() failure pathNorbert Manthey
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2018-12-03pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)
2018-10-22pstore: Centralize init/exit routinesKees Cook
2018-03-07pstore: Select compression at runtimeKees Cook
2017-08-17Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Kees Cook
2017-08-17pstore: Make default pstorefs root dir perms 0750Kees Cook
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-06pstore: Implement show_optionsDavid Howells
2017-05-31pstore: Fix format string to use %u for record idKees Cook
2017-04-27pstore: Solve lockdep warning by moving inode locksKees Cook
2017-03-07pstore: Replace arguments for erase() APIKees Cook
2017-03-07pstore: Do not duplicate record metadataKees Cook
2017-03-07pstore: Pass record contents instead of copyingKees Cook
2017-03-07pstore: Switch pstore_mkfile to pass recordKees Cook
2016-11-15pstore: Protect unlink with read_mutexNamhyung Kim
2016-11-15pstore: Add ftrace timestamp counterJoel Fernandes
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-06-02pstore: drop file opened reference countGeliang Tang
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-10-22pstore: Fix return type of pstore_is_mounted()Geliang Tang
2015-10-22pstore: add pstore unregisterGeliang Tang
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-03-23pstore: Add pstore type id for PPC64 opal nvram partitionHari Bathini
2015-01-16pstore: Add pmsg - user-space accessible pstore objectMark Salyzyn
2015-01-16pstore: Use scnprintf() in pstore_mkfile()Mark Salyzyn
2014-11-05pstore: Honor dmesg_restrict sysctl on dmesg dumpsSebastian Schmidt
2014-10-15pstore: Fix duplicate {console,ftrace}-efi entriesValdis Kletnieks
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o