Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-01seq_file: fix NULL pointer arithmetic warningMaíra Canal
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2021-11-09seq_file: fix passing wrong private dataMuchun Song
2021-11-09seq_file: move seq_escape() to a headerAndy Shevchenko
2021-07-01seq_file: drop unused *_escape_mem_ascii()Andy Shevchenko
2021-07-01seq_file: add seq_escape_str() as replica of string_escape_str()Andy Shevchenko
2021-07-01seq_file: introduce seq_escape_mem()Andy Shevchenko
2021-04-28seq_file: Add a seq_bprintf functionFlorent Revest
2020-11-06seq_file: add seq_read_iterChristoph Hellwig
2020-06-05include/linux/seq_file.h: introduce DEFINE_SEQ_ATTRIBUTE() helper macroKefeng Wang
2020-04-07seq_file: remove m->versionMatthew Wilcox (Oracle)
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2019-07-04nfsd: escape high characters in binary dataJ. Bruce Fields
2018-04-11seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin
2018-04-11procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin
2018-02-07seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macroAndy Shevchenko
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-10-08seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches
2016-04-14Make file credentials available to the seqfile interfacesLinus Torvalds
2015-09-12fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches
2015-09-10seq_file: provide an analogue of print_hex_dump()Andy Shevchenko
2015-09-05fs: create and use seq_show_option for escapingKees Cook
2015-06-24vfs: add seq_file_path() helperMiklos Szeredi
2015-02-14bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo
2014-10-30seq_file: Rename seq_overflow() to seq_has_overflowed() and make publicJoe Perches
2013-11-15seq_file: introduce seq_setwidth() and seq_pad()Tetsuo Handa
2013-07-08seq_file: add seq_list_*_percpu helpersJeff Layton
2013-04-09new helper: single_open_size()Al Viro
2012-08-15userns: Make seq_file's user namespace accessibleEric W. Biederman
2012-06-11seq_file: Add seq_vprintf function and export itSteven Whitehouse
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
2012-03-24procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki
2012-03-24procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki
2012-03-05BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2012-01-04constify seq_file stuffAl Viro
2011-11-01treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-07-21fs: seq_file - add event counter to simplify poll() supportKay Sievers
2010-02-23seq_file: add RCU versions of new hlist/list iterators (v3)stephen hemminger
2010-02-10seq_file: Add helpers for iteration over a hlistLi Zefan
2009-09-24vfs: seq_file: add helpers for data fillingMiklos Szeredi
2009-06-19seq_file: add function to write binary dataPeter Oberparleiter
2009-03-30cpumask: fix seq_bitmap_*() functions.Rusty Russell
2009-02-19seq_file: properly cope with preadEric Biederman
2008-12-30cpumask: Use nr_cpu_ids in seq_cpumaskRusty Russell
2008-12-30bitmap: fix seq_bitmap and seq_cpumask to take const pointerRusty Russell
2008-11-23vfs, seqfile: make mangle_path() globalTörök Edwin
2008-10-20seq_file: add seq_cpumask_list(), seq_nodemask_list()Lai Jiangshan
2008-08-13seq_file: add seq_cpumask(), seq_nodemask()Alexey Dobriyan
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day