| Commit message (Expand) | Author | Age |
* | pstore/ram: Convert to write_buf callback | Anton Vorontsov | 2012-07-17 |
* | pstore: Add persistent function tracing | Anton Vorontsov | 2012-07-17 |
* | pstore: Introduce write_buf backend callback | Anton Vorontsov | 2012-07-17 |
* | pstore/ram_core: Get rid of prz->ecc enable/disable flag | Anton Vorontsov | 2012-07-17 |
* | pstore/ram: Make ECC size configurable | Anton Vorontsov | 2012-07-17 |
* | pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_poly | Anton Vorontsov | 2012-07-17 |
* | Merge 3.5-rc4 into staging-next | Greg Kroah-Hartman | 2012-06-25 |
|\ |
|
| * | Merge tag 'staging-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-06-20 |
| |\ |
|
| * | | kmsg - kmsg_dump() use iterator to receive log buffer content | Kay Sievers | 2012-06-15 |
* | | | pstore/ram_core: Better ECC size checking | Anton Vorontsov | 2012-06-20 |
* | | | pstore/ram_core: Proper checking for post_init errors (e.g. improper ECC size) | Anton Vorontsov | 2012-06-20 |
* | | | pstore/ram: Fix error handling during przs allocation | Anton Vorontsov | 2012-06-20 |
* | | | pstore/ram: Probe as early as possible | Anton Vorontsov | 2012-06-20 |
* | | | pstore/platform: Disable automatic updates by default | Anton Vorontsov | 2012-06-13 |
* | | | pstore/platform: Make automatic updates interval configurable | Anton Vorontsov | 2012-06-13 |
* | | | pstore/ram_core: Remove now unused code | Anton Vorontsov | 2012-06-13 |
* | | | pstore/ram_core: Silence some printks | Anton Vorontsov | 2012-06-13 |
* | | | pstore/ram: Add console messages handling | Anton Vorontsov | 2012-06-13 |
* | | | pstore/ram: Factor ramoops_get_next_prz() out of ramoops_pstore_read() | Anton Vorontsov | 2012-06-13 |
* | | | pstore/ram: Factor dmesg przs initialization out of probe() | Anton Vorontsov | 2012-06-13 |
* | | | pstore/ram: Give proper names to dump-related variables | Anton Vorontsov | 2012-06-13 |
* | | | pstore: Add console log messages support | Anton Vorontsov | 2012-06-13 |
| |/
|/| |
|
* | | pstore/inode: Make pstore_fill_super() static | Anton Vorontsov | 2012-06-13 |
* | | pstore/ram: Should zap persistent zone on unlink | Anton Vorontsov | 2012-06-13 |
* | | pstore/ram_core: Factor persistent_ram_zap() out of post_init() | Anton Vorontsov | 2012-06-13 |
* | | pstore/ram_core: Do not reset restored zone's position and size | Anton Vorontsov | 2012-06-13 |
* | | pstore/ram: Should update old dmesg buffer before reading | Anton Vorontsov | 2012-06-13 |
|/ |
|
* | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 2012-05-28 |
|\ |
|
| * | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 2012-05-06 |
* | | pstore/ram: Add ECC support | Anton Vorontsov | 2012-05-17 |
* | | pstore/ram: Switch to persistent_ram routines | Anton Vorontsov | 2012-05-17 |
* | | staging: android: persistent_ram: Move to fs/pstore/ram_core.c | Anton Vorontsov | 2012-05-17 |
* | | ramoops: Move to fs/pstore/ram.c | Anton Vorontsov | 2012-05-16 |
|/ |
|
* | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-04-05 |
|\ |
|
| * | simple_open: automatically convert to simple_open() | Stephen Boyd | 2012-04-05 |
* | | pstore: trim pstore_get_inode() | Al Viro | 2012-03-31 |
|/ |
|
* | Merge tag 'pstore-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-03-23 |
|\ |
|
| * | pstore: Introduce get_reason_str() to pstore | Seiji Aguchi | 2012-03-16 |
* | | tidy up after d_make_root() conversion | Al Viro | 2012-03-20 |
* | | switch open-coded instances of d_make_root() to new helper | Al Viro | 2012-03-20 |
|/ |
|
* | pstore: gracefully handle NULL pstore_info functions | Kees Cook | 2011-11-18 |
* | pstore: pass reason to backend write callback | Kees Cook | 2011-11-17 |
* | pstore: pass allocated memory region back to caller | Kees Cook | 2011-11-17 |
* | pstore: make pstore write function return normal success/fail value | Chen Gong | 2011-10-12 |
* | pstore: change mutex locking to spin_locks | Don Zickus | 2011-08-16 |
* | pstore: defer inserting OOPS entries into pstore | Luck, Tony | 2011-08-16 |
* | pstore: Allow the user to explicitly choose a backend | Matthew Garrett | 2011-07-22 |
* | pstore: Make "part" unsigned | Matthew Garrett | 2011-07-22 |
* | pstore: Add extra context for writes and erases | Matthew Garrett | 2011-07-22 |
* | pstore: Extend API for more flexibility in new backends | Matthew Garrett | 2011-07-22 |