1. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  2. 306e5c2 pstore: fix code comment to match code by Geliang Tang · 9 years ago
  3. 7e26e9f pstore: Fix return type of pstore_is_mounted() by Geliang Tang · 9 years ago
  4. ee1d267 pstore: add pstore unregister by Geliang Tang · 9 years ago
  5. 1873041 pstore: add a helper function pstore_register_kmsg by Geliang Tang · 9 years ago
  6. 549b39a pstore: add vmalloc error check by Geliang Tang · 9 years ago
  7. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  8. f9bb488 sysfs: Create mountpoints with sysfs_create_mount_point by Eric W. Biederman · 9 years ago
  9. 0785505 ramoops: make it possible to change mem_type param. by Wang Long · 9 years ago
  10. e036bd3 pstore/ram: verify ramoops header before saving record by Ben Zhang · 9 years ago
  11. 07239fc fs/pstore: Optimization function ramoops_init_przs by long.wanglong · 9 years ago
  12. 42222c2 fs/pstore: update the backend parameter in pstore module by Wang Long · 9 years ago
  13. f0e2efc pstore: do not use message compression without lock by Konstantin Khlebnikov · 9 years ago
  14. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  15. d19d5ef Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  16. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  17. ae011d2 pstore: Add pstore type id for PPC64 opal nvram partition by Hari Bathini · 9 years ago
  18. 62f269e pstore: Fix the ramoops module parameters update by Wang Long · 9 years ago
  19. a6b8978 pstore: Fix sprintf format specifier in pstore_dump() by alex chen · 9 years ago
  20. 9d5438f pstore: Add pmsg - user-space accessible pstore object by Mark Salyzyn · 9 years ago
  21. f44f965 pstore: Handle zero-sized prz in series by Mark Salyzyn · 9 years ago
  22. ff6bf6e pstore: Remove superfluous memory size check by Mark Salyzyn · 9 years ago
  23. dbaffde pstore: Use scnprintf() in pstore_mkfile() by Mark Salyzyn · 9 years ago
  24. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  25. 027bc8b pstore-ram: Allow optional mapping with pgprot_noncached by Tony Lindgren · 10 years ago
  26. 7ae9cb8 pstore-ram: Fix hangs by using write-combine mappings by Rob Herring · 10 years ago
  27. 68c4a4f pstore: Honor dmesg_restrict sysctl on dmesg dumps by Sebastian Schmidt · 10 years ago
  28. a28726b pstore/ram: Strip ramoops header for correct decompression by Ben Zhang · 10 years ago
  29. 75c43e0 pstore: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  30. d4bf205d pstore: Fix duplicate {console,ftrace}-efi entries by Valdis Kletnieks · 10 years ago
  31. b8f52d8 fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_array by Fabian Frederick · 10 years ago
  32. ef74885 fs/pstore: logging clean-up by Fabian Frederick · 10 years ago
  33. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  34. e32634f pstore: Fix memory leak when decompress using big_oops_buf by Liu ShuoX · 10 years ago
  35. 017321c pstore: Fix buffer overflow while write offset equal to buffer size by Liu ShuoX · 10 years ago
  36. 34f0ec8 pstore: Correct the max_dump_cnt clearing of ramoops by Liu ShuoX · 10 years ago
  37. b0aa931 pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_prz by Liu ShuoX · 10 years ago
  38. aa9a4a1 pstore: skip zero size persistent ram buffer in traverse by Liu ShuoX · 10 years ago
  39. 57fd835 pstore: clarify clearing of _read_cnt in ramoops_context by Liu ShuoX · 10 years ago
  40. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  41. df36ac1 pstore: Don't allow high traffic options on fragile devices by Luck, Tony · 11 years ago
  42. 802e4c6 pstore: Remove the messages related to compression failure by Aruna Balakrishnaiah · 11 years ago
  43. b61edf8 pstore: Use zlib_inflateInit2 instead of zlib_inflateInit by Aruna Balakrishnaiah · 11 years ago
  44. 7de8fe2 pstore: Adjust buffer size for compression for smaller registered buffers by Aruna Balakrishnaiah · 11 years ago
  45. 3bd11cf pstore/ram: (really) fix undefined usage of rounddown_pow_of_two by Maxime Bizon · 11 years ago
  46. 3f8f80f pstore/ram: Read and write to the 'compressed' flag of pstore by Aruna Balakrishnaiah · 11 years ago
  47. 9ad2cbe pstore: Add file extension to pstore file if compressed by Aruna Balakrishnaiah · 11 years ago
  48. adb42f5 pstore: Add decompression support to pstore by Aruna Balakrishnaiah · 11 years ago
  49. 9a4e139 pstore: Introduce new argument 'compressed' in the read callback by Aruna Balakrishnaiah · 11 years ago
  50. b0aad7a pstore: Add compression support to pstore by Aruna Balakrishnaiah · 11 years ago
  51. 90ce4ca pstore/Kconfig: Select ZLIB_DEFLATE and ZLIB_INFLATE when PSTORE is selected by Aruna Balakrishnaiah · 11 years ago
  52. b3b515b pstore: Add new argument 'compressed' in pstore write callback by Aruna Balakrishnaiah · 11 years ago
  53. c39524e pstore: d_alloc_name() doesn't return an ERR_PTR by Dan Carpenter · 11 years ago
  54. 65b97fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  55. 1d8b368 pstore: Add hsize argument in write_buf call of pstore_ftrace_call by Aruna Balakrishnaiah · 11 years ago
  56. 6bbbca7 pstore: Pass header size in the pstore write callback by Aruna Balakrishnaiah · 11 years ago
  57. 8e48b1a pstore: Return unique error if backend registration excluded by kernel param by Lenny Szubowicz · 11 years ago
  58. bf28833 pstore: Fail to unlink if a driver has not defined pstore_erase by Aruna Balakrishnaiah · 11 years ago
  59. a5e4797 powerpc/pseries: Read common partition via pstore by Aruna Balakrishnaiah · 11 years ago
  60. f33f748 powerpc/pseries: Read of-config partition via pstore by Aruna Balakrishnaiah · 11 years ago
  61. 69020ee powerpc/pseries: Read rtas partition via pstore by Aruna Balakrishnaiah · 11 years ago
  62. 2644665 pstore/ram: remove the power of buffer size limitation by Rob Herring · 11 years ago
  63. 0405a5c pstore/ram: avoid atomic accesses for ioremapped regions by Rob Herring · 11 years ago
  64. 70eba42 Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  65. 47110b8 pstore/ram: fix error return code in ramoops_probe() by Wei Yongjun · 11 years ago
  66. bd08ec3 pstore/ram: Restore ecc information block by Arve Hjønnevåg · 12 years ago
  67. c31ad08 pstore/ram: Allow specifying ecc parameters in platform data by Arve Hjønnevåg · 12 years ago
  68. 422ca86 pstore/ram: Include ecc_size when calculating ecc_block by Arve Hjønnevåg · 12 years ago
  69. c530267 pstore: Replace calls to kmalloc and memcpy with kmemdup by Alexandru Gheorghiu · 11 years ago
  70. eeb65d9 fs: pstore: Replaced calls to kmalloc and memcpy with kmemdup by Alexandru Gheorghiu · 11 years ago
  71. 024e4ec Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  72. fb0af3f pstore: Create a convenient mount point for pstore by Josh Boyer · 11 years ago
  73. 90889a6 Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 11 years ago
  74. 1e817fb time: create __getnstimeofday for WARNless calls by Kees Cook · 12 years ago
  75. 9f244e9 pstore: Avoid deadlock in panic and emergency-restart path by Seiji Aguchi · 11 years ago
  76. f568f6c pstore: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  77. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  78. 75e300c Merge tag 'for-v3.8' of git://git.infradead.org/users/cbou/linux-pstore by Linus Torvalds · 12 years ago
  79. ebacfd1 pstore/ftrace: Adjust for ftrace_ops->func prototype change by Anton Vorontsov · 12 years ago
  80. c628937 pstore/ram: Fix bounds checks for mem_size, record_size, console_size and ftrace_size by Arve Hjønnevåg · 12 years ago
  81. 755d4fe efi_pstore: Add a sequence counter to a variable name by Seiji Aguchi · 12 years ago
  82. a9efd39 efi_pstore: Add ctime to argument of erase callback by Seiji Aguchi · 12 years ago
  83. b042e47 pstore/ram: Fix undefined usage of rounddown_pow_of_two(0) by Maxime Bizon · 12 years ago
  84. 53f21a8 pstore/ram: Fixup section annotations by Hannes Reinecke · 12 years ago
  85. 70a6f46 pstore: Fix NULL pointer dereference in console writes by Colin Ian King · 12 years ago
  86. 80c9d03 pstore: Avoid recursive spinlocks in the oops_in_progress case by Chuansheng Liu · 12 years ago
  87. 65f8c95 pstore/ftrace: Convert to its own enable/disable debugfs knob by Anton Vorontsov · 12 years ago
  88. b4a871b pstore/ram: Add missing platform_device_unregister by Jovi Zhang · 12 years ago
  89. 2420303 pstore/ram: Mark ramoops_pstore_write_buf() as notrace by Anton Vorontsov · 12 years ago
  90. 0427193 pstore/ram: Fix printk format warning by Randy Dunlap · 12 years ago
  91. a384f641 pstore/ram: Fix possible NULL dereference by Anton Vorontsov · 12 years ago
  92. cbe7cbf pstore/ram: Make tracing log versioned by Anton Vorontsov · 12 years ago
  93. 67a101f pstore: Headers should include all stuff they use by Anton Vorontsov · 12 years ago
  94. a694d1b pstore/ram: Add ftrace messages handling by Anton Vorontsov · 12 years ago
  95. c2b7113 pstore/ram: Convert to write_buf callback by Anton Vorontsov · 12 years ago
  96. 060287b pstore: Add persistent function tracing by Anton Vorontsov · 12 years ago
  97. 897dba0 pstore: Introduce write_buf backend callback by Anton Vorontsov · 12 years ago
  98. c1743cb pstore/ram_core: Get rid of prz->ecc enable/disable flag by Anton Vorontsov · 12 years ago
  99. 5ca5d4e pstore/ram: Make ECC size configurable by Anton Vorontsov · 12 years ago
  100. 4a53ffa pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_poly by Anton Vorontsov · 12 years ago