summaryrefslogtreecommitdiffstats
path: root/fs/pstore/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pstore: Add extra context for writes and erasesMatthew Garrett2011-07-221-2/+4
* pstore: Extend API for more flexibility in new backendsMatthew Garrett2011-07-221-5/+5
* pstore: use mount option instead sysfs to tweak kmsg_bytesLuck, Tony2011-03-211-22/+46
* pstore: fix leaking ->i_privateTony Luck2011-03-211-1/+7
* Some fixes for pstoreTony Luck2011-03-171-60/+56
* pstore: fix build warning for unused return value from sysfs_create_fileTony Luck2011-01-061-11/+16
* pstore: new filesystem interface to platform persistent storageTony Luck2010-12-281-0/+280