summaryrefslogtreecommitdiffstats
path: root/fs/pstore/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi2012-11-261-3/+5
* efi_pstore: Add ctime to argument of erase callbackSeiji Aguchi2012-11-261-1/+2
* pstore: Add persistent function tracingAnton Vorontsov2012-07-171-4/+107
* pstore: Add console log messages supportAnton Vorontsov2012-06-131-0/+3
* pstore/inode: Make pstore_fill_super() staticAnton Vorontsov2012-06-131-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-051-7/+1
|\
| * simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-7/+1
* | pstore: trim pstore_get_inode()Al Viro2012-03-311-18/+8
|/
* tidy up after d_make_root() conversionAl Viro2012-03-201-17/+7
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* pstore: gracefully handle NULL pstore_info functionsKees Cook2011-11-181-1/+2
* pstore: defer inserting OOPS entries into pstoreLuck, Tony2011-08-161-4/+36
OpenPOWER on IntegriCloud