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
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
2008-04-23[patch 2/7] vfs: mountinfo: add seq_file_root()Miklos Szeredi
2008-04-23[patch 1/7] vfs: mountinfo: add dentry_path()Ram Pai
2008-04-22[PATCH] teach seq_file to discard entriesAl Viro
2008-04-02[NETNS]: Do not include net/net_namespace.h from seq_file.hDenis V. Lunev
2008-03-28[NETNS]: Compile NET /proc support only if CONFIG_NET is set.Denis V. Lunev
2008-03-25[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-02-15d_path: Make seq_path() use a struct path argumentJan Blunck
2008-01-29[NET]: Consolidate net namespace related proc files creation.Denis V. Lunev
2007-10-17Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers
2007-10-11[FS] seq_file: Introduce the seq_open_private()Pavel Emelyanov
2007-07-11Make common helpers for seq_files that work with list_headsPavel Emelianov
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller