summaryrefslogtreecommitdiff
path: root/include/linux/seq_file.h
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix locking issueDavid Howells2022-05-221-0/+4
* seq_file: fix NULL pointer arithmetic warningMaíra Canal2022-02-011-0/+1
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-1/+1
* seq_file: fix passing wrong private dataMuchun Song2021-11-091-1/+1
* seq_file: move seq_escape() to a headerAndy Shevchenko2021-11-091-1/+16
* seq_file: drop unused *_escape_mem_ascii()Andy Shevchenko2021-07-011-1/+0
* seq_file: add seq_escape_str() as replica of string_escape_str()Andy Shevchenko2021-07-011-0/+7
* seq_file: introduce seq_escape_mem()Andy Shevchenko2021-07-011-0/+2
* seq_file: Add a seq_bprintf functionFlorent Revest2021-04-271-0/+4
* seq_file: add seq_read_iterChristoph Hellwig2020-11-061-0/+1
* include/linux/seq_file.h: introduce DEFINE_SEQ_ATTRIBUTE() helper macroKefeng Wang2020-06-041-0/+19
* seq_file: remove m->versionMatthew Wilcox (Oracle)2020-04-071-1/+0
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-0/+13
* nfsd: escape high characters in binary dataJ. Bruce Fields2019-07-031-0/+1
* seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan2018-04-111-0/+1
* proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-111-0/+2
* procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin2018-04-111-0/+3
* seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macroAndy Shevchenko2018-02-071-0/+14
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches2016-10-071-2/+2
* Make file credentials available to the seqfile interfacesLinus Torvalds2016-04-141-9/+4
* fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches2015-09-111-9/+10
* seq_file: provide an analogue of print_hex_dump()Andy Shevchenko2015-09-101-0/+4
* fs: create and use seq_show_option for escapingKees Cook2015-09-041-0/+35
* vfs: add seq_file_path() helperMiklos Szeredi2015-06-231-0/+1
* bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo2015-02-131-25/+0
* seq_file: Rename seq_overflow() to seq_has_overflowed() and make publicJoe Perches2014-10-291-0/+15
* seq_file: introduce seq_setwidth() and seq_pad()Tetsuo Handa2013-11-151-0/+15
* seq_file: add seq_list_*_percpu helpersJeff Layton2013-07-081-0/+6
* new helper: single_open_size()Al Viro2013-04-091-0/+1
* userns: Make seq_file's user namespace accessibleEric W. Biederman2012-08-141-0/+14
* seq_file: Add seq_vprintf function and export itSteven Whitehouse2012-06-111-0/+1
* Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-0/+1
|\
| * BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
* | procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki2012-03-231-0/+2
* | procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2012-03-231-1/+2
|/
* constify seq_file stuffAl Viro2012-01-031-5/+5
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-2/+1
* fs: seq_file - add event counter to simplify poll() supportKay Sievers2011-07-201-0/+1
* seq_file: add RCU versions of new hlist/list iterators (v3)stephen hemminger2010-02-221-4/+11
* seq_file: Add helpers for iteration over a hlistLi Zefan2010-02-101-0/+11
* vfs: seq_file: add helpers for data fillingMiklos Szeredi2009-09-241-0/+38
* seq_file: add function to write binary dataPeter Oberparleiter2009-06-181-0/+1
* cpumask: fix seq_bitmap_*() functions.Rusty Russell2009-03-301-4/+5
* seq_file: properly cope with preadEric Biederman2009-02-181-0/+1
* cpumask: Use nr_cpu_ids in seq_cpumaskRusty Russell2008-12-301-1/+1
* bitmap: fix seq_bitmap and seq_cpumask to take const pointerRusty Russell2008-12-301-2/+3
* vfs, seqfile: make mangle_path() globalTörök Edwin2008-11-231-0/+1
* seq_file: add seq_cpumask_list(), seq_nodemask_list()Lai Jiangshan2008-10-201-0/+13
* seq_file: add seq_cpumask(), seq_nodemask()Alexey Dobriyan2008-08-121-0/+12