aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore/inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-17lseek: the "whence" argument is called "whence"Gravatar Andrew Morton 1-3/+3
2012-11-26efi_pstore: Add a sequence counter to a variable nameGravatar Seiji Aguchi 1-3/+5
2012-11-26efi_pstore: Add ctime to argument of erase callbackGravatar Seiji Aguchi 1-1/+2
2012-07-17pstore: Add persistent function tracingGravatar Anton Vorontsov 1-4/+107
2012-06-13pstore: Add console log messages supportGravatar Anton Vorontsov 1-0/+3
2012-06-13pstore/inode: Make pstore_fill_super() staticGravatar Anton Vorontsov 1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-7/+1
2012-04-05simple_open: automatically convert to simple_open()Gravatar Stephen Boyd 1-7/+1
2012-03-31pstore: trim pstore_get_inode()Gravatar Al Viro 1-18/+8
2012-03-20tidy up after d_make_root() conversionGravatar Al Viro 1-17/+7
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-2/+1
2011-11-18pstore: gracefully handle NULL pstore_info functionsGravatar Kees Cook 1-1/+2
2011-08-16pstore: defer inserting OOPS entries into pstoreGravatar Luck, Tony 1-4/+36
2011-07-22pstore: Add extra context for writes and erasesGravatar Matthew Garrett 1-2/+4
2011-07-22pstore: Extend API for more flexibility in new backendsGravatar Matthew Garrett 1-5/+5
2011-03-21pstore: use mount option instead sysfs to tweak kmsg_bytesGravatar Luck, Tony 1-22/+46
2011-03-21pstore: fix leaking ->i_privateGravatar Tony Luck 1-1/+7
2011-03-17Some fixes for pstoreGravatar Tony Luck 1-60/+56
2011-01-06pstore: fix build warning for unused return value from sysfs_create_fileGravatar Tony Luck 1-11/+16
2010-12-28pstore: new filesystem interface to platform persistent storageGravatar Tony Luck 1-0/+280