| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | pstore/ram: Should update old dmesg buffer before reading | Anton Vorontsov | 2012-06-14 | 2 | -7/+10 |
|/ |
|
* | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 2012-05-28 | 1 | -1/+1 |
|\ |
|
| * | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 2012-05-06 | 1 | -1/+1 |
* | | pstore/ram: Add ECC support | Anton Vorontsov | 2012-05-17 | 1 | -3/+12 |
* | | pstore/ram: Switch to persistent_ram routines | Anton Vorontsov | 2012-05-17 | 1 | -47/+59 |
* | | staging: android: persistent_ram: Move to fs/pstore/ram_core.c | Anton Vorontsov | 2012-05-17 | 3 | -3/+538 |
* | | ramoops: Move to fs/pstore/ram.c | Anton Vorontsov | 2012-05-16 | 3 | -0/+379 |
|/ |
|
* | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-04-06 | 1 | -7/+1 |
|\ |
|
| * | simple_open: automatically convert to simple_open() | Stephen Boyd | 2012-04-06 | 1 | -7/+1 |
* | | pstore: trim pstore_get_inode() | Al Viro | 2012-03-31 | 1 | -18/+8 |
|/ |
|
* | Merge tag 'pstore-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-03-23 | 1 | -8/+22 |
|\ |
|
| * | pstore: Introduce get_reason_str() to pstore | Seiji Aguchi | 2012-03-16 | 1 | -8/+22 |
* | | tidy up after d_make_root() conversion | Al Viro | 2012-03-21 | 1 | -17/+7 |
* | | switch open-coded instances of d_make_root() to new helper | Al Viro | 2012-03-21 | 1 | -2/+1 |
|/ |
|
* | pstore: gracefully handle NULL pstore_info functions | Kees Cook | 2011-11-18 | 2 | -4/+5 |
* | pstore: pass reason to backend write callback | Kees Cook | 2011-11-17 | 1 | -29/+1 |
* | pstore: pass allocated memory region back to caller | Kees Cook | 2011-11-17 | 1 | -5/+8 |
* | pstore: make pstore write function return normal success/fail value | Chen Gong | 2011-10-12 | 1 | -5/+6 |
* | pstore: change mutex locking to spin_locks | Don Zickus | 2011-08-16 | 1 | -7/+21 |
* | pstore: defer inserting OOPS entries into pstore | Luck, Tony | 2011-08-16 | 3 | -14/+82 |
* | pstore: Allow the user to explicitly choose a backend | Matthew Garrett | 2011-07-23 | 1 | -0/+11 |
* | pstore: Make "part" unsigned | Matthew Garrett | 2011-07-23 | 1 | -1/+2 |
* | pstore: Add extra context for writes and erases | Matthew Garrett | 2011-07-23 | 2 | -6/+9 |
* | pstore: Extend API for more flexibility in new backends | Matthew Garrett | 2011-07-23 | 3 | -12/+13 |
* | pstore: fix pstore filesystem mount/remount issue | Chen Gong | 2011-05-16 | 1 | -1/+7 |
* | pstore: fix one type of return value in pstore | Chen Gong | 2011-05-16 | 1 | -2/+2 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | pstore: cleanups to pstore_dump() | Tony Luck | 2011-03-23 | 1 | -3/+12 |
* | pstore: use mount option instead sysfs to tweak kmsg_bytes | Luck, Tony | 2011-03-21 | 3 | -37/+50 |
* | pstore: fix leaking ->i_private | Tony Luck | 2011-03-21 | 1 | -1/+7 |
* | Some fixes for pstore | Tony Luck | 2011-03-18 | 1 | -60/+56 |
* | pstore: fix build warning for unused return value from sysfs_create_file | Tony Luck | 2011-01-07 | 1 | -11/+16 |
* | pstore: new filesystem interface to platform persistent storage | Tony Luck | 2010-12-28 | 5 | -0/+509 |