summaryrefslogtreecommitdiff
path: root/include/linux/seq_file.h
Commit message (Expand)AuthorAge
* seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan2018-04-11
* proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-11
* procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin2018-04-11
* seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macroAndy Shevchenko2018-02-07
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches2016-10-07
* Make file credentials available to the seqfile interfacesLinus Torvalds2016-04-14
* fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches2015-09-11
* seq_file: provide an analogue of print_hex_dump()Andy Shevchenko2015-09-10
* fs: create and use seq_show_option for escapingKees Cook2015-09-04
* vfs: add seq_file_path() helperMiklos Szeredi2015-06-23
* bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo2015-02-13
* seq_file: Rename seq_overflow() to seq_has_overflowed() and make publicJoe Perches2014-10-29
* seq_file: introduce seq_setwidth() and seq_pad()Tetsuo Handa2013-11-15
* seq_file: add seq_list_*_percpu helpersJeff Layton2013-07-08
* new helper: single_open_size()Al Viro2013-04-09
* userns: Make seq_file's user namespace accessibleEric W. Biederman2012-08-14
* seq_file: Add seq_vprintf function and export itSteven Whitehouse2012-06-11
* Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-24
|\
| * BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-04
* | procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki2012-03-23
* | procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2012-03-23
|/
* constify seq_file stuffAl Viro2012-01-03
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-31
* fs: seq_file - add event counter to simplify poll() supportKay Sievers2011-07-20
* seq_file: add RCU versions of new hlist/list iterators (v3)stephen hemminger2010-02-22
* seq_file: Add helpers for iteration over a hlistLi Zefan2010-02-10
* vfs: seq_file: add helpers for data fillingMiklos Szeredi2009-09-24
* seq_file: add function to write binary dataPeter Oberparleiter2009-06-18
* cpumask: fix seq_bitmap_*() functions.Rusty Russell2009-03-30
* seq_file: properly cope with preadEric Biederman2009-02-18
* cpumask: Use nr_cpu_ids in seq_cpumaskRusty Russell2008-12-30
* bitmap: fix seq_bitmap and seq_cpumask to take const pointerRusty Russell2008-12-30
* vfs, seqfile: make mangle_path() globalTörök Edwin2008-11-23
* seq_file: add seq_cpumask_list(), seq_nodemask_list()Lai Jiangshan2008-10-20
* seq_file: add seq_cpumask(), seq_nodemask()Alexey Dobriyan2008-08-12
* Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day2008-04-30
* [patch 2/7] vfs: mountinfo: add seq_file_root()Miklos Szeredi2008-04-23
* [patch 1/7] vfs: mountinfo: add dentry_path()Ram Pai2008-04-23
* [PATCH] teach seq_file to discard entriesAl Viro2008-04-21
* [NETNS]: Do not include net/net_namespace.h from seq_file.hDenis V. Lunev2008-04-02
* [NETNS]: Compile NET /proc support only if CONFIG_NET is set.Denis V. Lunev2008-03-27
* [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-26
* d_path: Make seq_path() use a struct path argumentJan Blunck2008-02-14
* [NET]: Consolidate net namespace related proc files creation.Denis V. Lunev2008-01-28
* Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers2007-10-17
* [FS] seq_file: Introduce the seq_open_private()Pavel Emelyanov2007-10-10
* Make common helpers for seq_files that work with list_headsPavel Emelianov2007-07-10
* [PATCH] struct seq_operations and struct file_operations constificationHelge Deller2006-12-07
* [PATCH] sem2mutex: fs/seq_file.cIngo Molnar2006-03-23