summaryrefslogtreecommitdiff
path: root/fs/seq_file.c
Commit message (Expand)AuthorAge
* seq_file: account everything to kmemcgAlexey Dobriyan2018-04-11
* seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan2018-04-11
* proc: optimize single-symbol delimiters to spead up seq_put_decimal_ullAndrei Vagin2018-04-11
* proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-11
* procfs: optimize seq_pad() to speed up /proc/pid/mapsAndrei Vagin2018-04-11
* procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin2018-04-11
* seq_file: fix incomplete reset on read from zero offsetMiklos Szeredi2018-01-20
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-08
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* seq_file: reset iterator to first record for zero offsetTomasz Majchrzak2016-12-22
* seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches2016-10-07
* fs/seq_file: fix out-of-bounds readVegard Nossum2016-08-26
* Make file credentials available to the seqfile interfacesLinus Torvalds2016-04-14
* fs, seqfile: always allow oom killerGreg Thelen2015-11-06
* seq_file: reuse string_escape_str()Andy Shevchenko2015-11-06
* fs/seq_file: use seq_* helpers in seq_hex_dump()Andy Shevchenko2015-11-06
* 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
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-04
|\
| * vfs: add seq_file_path() helperMiklos Szeredi2015-06-23
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-07-01
|\ \
| * | fs: document seq_open()'s usage of file->private_dataYann Droneaud2015-06-30
| * | fs: allocate structure unconditionally in seq_open()Yann Droneaud2015-06-30
| |/
* | Btrfs: show subvol= and subvolid= in /proc/mountsOmar Sandoval2015-06-03
|/
* bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo2015-02-13
* fs, seq_file: fallback to vmalloc instead of oom kill processesDavid Rientjes2014-12-13
* seq_file: Rename seq_overflow() to seq_has_overflowed() and make publicJoe Perches2014-10-29
* fs/seq_file: fallback to vmalloc allocationHeiko Carstens2014-07-03
* seq_file: always clear m->count when we free m->bufAl Viro2013-11-18
* seq_file: introduce seq_setwidth() and seq_pad()Tetsuo Handa2013-11-15
* seq_file: always update file->f_pos in seq_lseek()Gu Zheng2013-10-25
* seq_file: add seq_list_*_percpu helpersJeff Layton2013-07-08
* new helper: single_open_size()Al Viro2013-04-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-03
|\
| * more file_inode() open-coded instancesAl Viro2013-02-27
* | fs/seq_file.c:seq_lseek(): fix switch statement indentingAndrew Morton2013-02-27
* | seq-file: use SEEK_ macros instead of hardcoded numbersCyrill Gorcunov2013-02-27
|/
* seq_file: fix new kernel-doc warningsRandy Dunlap2013-01-10
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-17
* 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 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-24
|\
| * fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-28
* | seq_file: add seq_set_overflow(), seq_overflow()KAMEZAWA Hiroyuki2012-03-23
* | procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki2012-03-23
* | procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2012-03-23
* | seq_file: fix mishandling of consecutive pread() invocations.Earl Chew2012-03-21
|/
* constify seq_file stuffAl Viro2012-01-03
* fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro2011-12-06