1. de4eda9 use less confusing names for iov_iter direction initializers by Al Viro · 2 years, 3 months ago
  2. ad25f5c rxrpc: Fix locking issue by David Howells · 2 years, 7 months ago
  3. 90b2433 seq_file: fix NULL pointer arithmetic warning by Maíra Canal · 2 years, 11 months ago
  4. 372904c seq_file: move seq_escape() to a header by Andy Shevchenko · 3 years, 1 month ago
  5. 8cae8cd seq_file: disallow extremely large seq buffer allocations by Eric Sandeen · 3 years, 5 months ago
  6. cc72181 seq_file: drop unused *_escape_mem_ascii() by Andy Shevchenko · 3 years, 6 months ago
  7. fc3de02 seq_file: convert seq_escape() to use seq_escape_str() by Andy Shevchenko · 3 years, 6 months ago
  8. 1d31aa1 seq_file: introduce seq_escape_mem() by Andy Shevchenko · 3 years, 6 months ago
  9. 76d6a13 seq_file: Add a seq_bprintf function by Florent Revest · 3 years, 8 months ago
  10. 961f3c8 fs: fix kernel-doc markups by Mauro Carvalho Chehab · 4 years ago
  11. 4bbf439 fix return values of seq_read_iter() by Al Viro · 4 years, 1 month ago
  12. d4d5071 seq_file: add seq_read_iter by Christoph Hellwig · 4 years, 2 months ago
  13. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  14. a396301 fs/seq_file.c: seq_read: Update pr_info_ratelimited by Joe Perches · 4 years, 7 months ago
  15. 3bfa7e1 fs/seq_file.c: seq_read(): add info message about buggy .next functions by Vasily Averin · 4 years, 8 months ago
  16. b829a0f seq_file: remove m->version by Matthew Wilcox (Oracle) · 4 years, 9 months ago
  17. 6a2aeab seq_file: fix problem when seeking mid-record by NeilBrown · 5 years ago
  18. ea053e1 nfsd: escape high characters in binary data by J. Bruce Fields · 6 years ago
  19. 0a4c926 fs: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  20. 1f4aace fs/seq_file.c: simplify seq_file iteration code and interface by NeilBrown · 6 years ago
  21. 6c04ab0 proc: fix smaps and meminfo alignment by Hugh Dickins · 7 years ago
  22. d64d01a seq_file: account everything to kmemcg by Alexey Dobriyan · 7 years ago
  23. 096523203 seq_file: allocate seq_file from kmem_cache by Alexey Dobriyan · 7 years ago
  24. 48dffbf proc: optimize single-symbol delimiters to spead up seq_put_decimal_ull by Andrei Vagin · 7 years ago
  25. d1be35c proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps by Andrei Vagin · 7 years ago
  26. 8cfa67b4 procfs: optimize seq_pad() to speed up /proc/pid/maps by Andrei Vagin · 7 years ago
  27. 0e3dc01 procfs: add seq_put_hex_ll to speed up /proc/pid/maps by Andrei Vagin · 7 years ago
  28. cf5eeba seq_file: fix incomplete reset on read from zero offset by Miklos Szeredi · 7 years ago
  29. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  30. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 8 years ago
  31. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  32. e522751 seq_file: reset iterator to first record for zero offset by Tomasz Majchrzak · 8 years ago
  33. 75ba1d0 seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char by Joe Perches · 8 years ago
  34. 088bf2f fs/seq_file: fix out-of-bounds read by Vegard Nossum · 8 years ago
  35. 34dbbcd Make file credentials available to the seqfile interfaces by Linus Torvalds · 9 years ago
  36. 0f93090 fs, seqfile: always allow oom killer by Greg Thelen · 9 years ago
  37. 25c6bb7 seq_file: reuse string_escape_str() by Andy Shevchenko · 9 years ago
  38. 8b91a31 fs/seq_file: use seq_* helpers in seq_hex_dump() by Andy Shevchenko · 9 years ago
  39. 6798a8c fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to void by Joe Perches · 9 years ago
  40. 3760710 seq_file: provide an analogue of print_hex_dump() by Andy Shevchenko · 9 years ago
  41. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  42. 2d01eed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  43. 460b865 fs: document seq_open()'s usage of file->private_data by Yann Droneaud · 9 years ago
  44. 189f984 fs: allocate structure unconditionally in seq_open() by Yann Droneaud · 9 years ago
  45. 2726d56 vfs: add seq_file_path() helper by Miklos Szeredi · 10 years ago
  46. c8d3fe0 Btrfs: show subvol= and subvolid= in /proc/mounts by Omar Sandoval · 10 years ago
  47. 4638532 bitmap, cpumask, nodemask: remove dedicated formatting functions by Tejun Heo · 10 years ago
  48. 5cec38a fs, seq_file: fallback to vmalloc instead of oom kill processes by David Rientjes · 10 years ago
  49. 1f33c41 seq_file: Rename seq_overflow() to seq_has_overflowed() and make public by Joe Perches · 10 years ago
  50. 058504e fs/seq_file: fallback to vmalloc allocation by Heiko Carstens · 10 years ago
  51. 801a760 seq_file: always clear m->count when we free m->buf by Al Viro · 11 years ago
  52. 839cc2a seq_file: introduce seq_setwidth() and seq_pad() by Tetsuo Handa · 11 years ago
  53. 05e1674 seq_file: always update file->f_pos in seq_lseek() by Gu Zheng · 11 years ago
  54. 0bc7738 seq_file: add seq_list_*_percpu helpers by Jeff Layton · 12 years ago
  55. 2043f49 new helper: single_open_size() by Al Viro · 12 years ago
  56. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  57. 5e62ade fs/seq_file.c:seq_lseek(): fix switch statement indenting by Andrew Morton · 12 years ago
  58. 80de7f7 seq-file: use SEEK_ macros instead of hardcoded numbers by Cyrill Gorcunov · 12 years ago
  59. 6131ffa more file_inode() open-coded instances by Al Viro · 12 years ago
  60. 254adaa seq_file: fix new kernel-doc warnings by Randy Dunlap · 12 years ago
  61. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  62. adb37c4 userns: Make seq_file's user namespace accessible by Eric W. Biederman · 13 years ago
  63. a480814 seq_file: Add seq_vprintf function and export it by Steven Whitehouse · 13 years ago
  64. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  65. e075f59 seq_file: add seq_set_overflow(), seq_overflow() by KAMEZAWA Hiroyuki · 13 years ago
  66. bda7bad procfs: speed up /proc/pid/stat, statm by KAMEZAWA Hiroyuki · 13 years ago
  67. 1ac101a procfs: add num_to_str() to speed up /proc/stat by KAMEZAWA Hiroyuki · 13 years ago
  68. 7904ac8 seq_file: fix mishandling of consecutive pread() invocations. by Earl Chew · 13 years ago
  69. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  70. 8c9379e constify seq_file stuff by Al Viro · 13 years ago
  71. 02125a8 fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API by Al Viro · 13 years ago
  72. be14824 fs: take dcache_lock inside __d_path by Christoph Hellwig · 14 years ago
  73. 8209e2f fs/seq_file.c: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  74. 138860b seq_file: fix new kernel-doc warnings by Randy Dunlap · 15 years ago
  75. 1cc5232 seq_file: add RCU versions of new hlist/list iterators (v3) by stephen hemminger · 15 years ago
  76. 66655de seq_file: Add helpers for iteration over a hlist by Li Zefan · 15 years ago
  77. f843980 vfs: seq_file: add helpers for data filling by Miklos Szeredi · 15 years ago
  78. 7a62cc1 seq_file: return a negative error code when seq_path_root() fails. by Tetsuo Handa · 15 years ago
  79. 0b92360 seq_file: add function to write binary data by Peter Oberparleiter · 16 years ago
  80. af76aba cpumask: fix seq_bitmap_*() functions. by Rusty Russell · 16 years ago
  81. 8f19d47 seq_file: properly cope with pread by Eric Biederman · 16 years ago
  82. f01d1d5 seq_file: fix big-enough lseek() + read() by Alexey Dobriyan · 16 years ago
  83. 33da889 seq_file: move traverse so it can be used from seq_read by Eric Biederman · 16 years ago
  84. 7d3b56b Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  85. 52afeef expand some comments (d_path / seq_path) by Arjan van de Ven · 16 years ago
  86. cb78a0c bitmap: fix seq_bitmap and seq_cpumask to take const pointer by Rusty Russell · 16 years ago
  87. 604094f vfs, seqfile: export mangle_path() generally by Ingo Molnar · 16 years ago
  88. 958086d vfs, seqfile: fix comment style on mangle_path by Török Edwin · 16 years ago
  89. 74e2f33 vfs, seqfile: make mangle_path() global by Török Edwin · 16 years ago
  90. 3eda201 seq_file: add seq_cpumask_list(), seq_nodemask_list() by Lai Jiangshan · 16 years ago
  91. 85dd030 seq_file: don't call bitmap_scnprintf_len() by Lai Jiangshan · 16 years ago
  92. 4cdfe84 [PATCH] deal with the first call of ->show() generating no output by Al Viro · 16 years ago
  93. 50ac2d6 seq_file: add seq_cpumask(), seq_nodemask() by Alexey Dobriyan · 16 years ago
  94. 9d1bc601 [patch 2/7] vfs: mountinfo: add seq_file_root() by Miklos Szeredi · 17 years ago
  95. 6092d04 [patch 1/7] vfs: mountinfo: add dentry_path() by Ram Pai · 17 years ago
  96. 94bc891 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 17 years ago
  97. 16abef0 fs: use loff_t type instead of long long by David Sterba · 17 years ago
  98. 521b5d0 [PATCH] teach seq_file to discard entries by Al Viro · 17 years ago
  99. cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 17 years ago
  100. c32c2f6 d_path: Make seq_path() use a struct path argument by Jan Blunck · 17 years ago