aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)AuthorFilesLines
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxGravatar Linus Torvalds 1-1/+1
2012-05-17pstore/ram: Add ECC supportGravatar Anton Vorontsov 1-3/+12
2012-05-17pstore/ram: Switch to persistent_ram routinesGravatar Anton Vorontsov 1-47/+59
2012-05-17staging: android: persistent_ram: Move to fs/pstore/ram_core.cGravatar Anton Vorontsov 3-3/+538
2012-05-16ramoops: Move to fs/pstore/ram.cGravatar Anton Vorontsov 3-0/+379
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-23Merge tag 'pstore-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-8/+22
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
2012-03-16pstore: Introduce get_reason_str() to pstoreGravatar Seiji Aguchi 1-8/+22
2011-11-18pstore: gracefully handle NULL pstore_info functionsGravatar Kees Cook 2-4/+5
2011-11-17pstore: pass reason to backend write callbackGravatar Kees Cook 1-29/+1
2011-11-17pstore: pass allocated memory region back to callerGravatar Kees Cook 1-5/+8
2011-10-12pstore: make pstore write function return normal success/fail valueGravatar Chen Gong 1-5/+6
2011-08-16pstore: change mutex locking to spin_locksGravatar Don Zickus 1-7/+21
2011-08-16pstore: defer inserting OOPS entries into pstoreGravatar Luck, Tony 3-14/+82
2011-07-22pstore: Allow the user to explicitly choose a backendGravatar Matthew Garrett 1-0/+11
2011-07-22pstore: Make "part" unsignedGravatar Matthew Garrett 1-1/+2
2011-07-22pstore: Add extra context for writes and erasesGravatar Matthew Garrett 2-6/+9
2011-07-22pstore: Extend API for more flexibility in new backendsGravatar Matthew Garrett 3-12/+13
2011-05-16pstore: fix pstore filesystem mount/remount issueGravatar Chen Gong 1-1/+7
2011-05-16pstore: fix one type of return value in pstoreGravatar Chen Gong 1-2/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-22pstore: cleanups to pstore_dump()Gravatar Tony Luck 1-3/+12
2011-03-21pstore: use mount option instead sysfs to tweak kmsg_bytesGravatar Luck, Tony 3-37/+50
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 5-0/+509