summaryrefslogtreecommitdiffstats
path: root/fs/seq_file.c
AgeCommit message (Expand)AuthorLines
2024-10-22fs: Reorganize kerneldoc parameter namesJulia Lawall-1/+1
2024-05-02seq_file: Simplify __seq_puts()Christophe JAILLET-8/+1
2024-05-02seq_file: Optimize seq_puts()Christophe JAILLET-2/+2
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-1/+1
2022-05-22rxrpc: Fix locking issueDavid Howells-0/+32
2022-02-01seq_file: fix NULL pointer arithmetic warningMaĆ­ra Canal-2/+2
2021-11-09seq_file: move seq_escape() to a headerAndy Shevchenko-16/+0
2021-07-19seq_file: disallow extremely large seq buffer allocationsEric Sandeen-0/+3
2021-07-01seq_file: drop unused *_escape_mem_ascii()Andy Shevchenko-11/+0
2021-07-01seq_file: convert seq_escape() to use seq_escape_str()Andy Shevchenko-6/+1
2021-07-01seq_file: introduce seq_escape_mem()Andy Shevchenko-0/+25
2021-04-27seq_file: Add a seq_bprintf functionFlorent Revest-0/+18
2021-01-21fs: fix kernel-doc markupsMauro Carvalho Chehab-2/+3
2020-11-15fix return values of seq_read_iter()Al Viro-30/+27
2020-11-06seq_file: add seq_read_iterChristoph Hellwig-13/+32
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-06-04fs/seq_file.c: seq_read: Update pr_info_ratelimitedJoe Perches-3/+4
2020-04-10fs/seq_file.c: seq_read(): add info message about buggy .next functionsVasily Averin-2/+5
2020-04-07seq_file: remove m->versionMatthew Wilcox (Oracle)-28/+0
2019-08-13seq_file: fix problem when seeking mid-recordNeilBrown-1/+1
2019-07-03nfsd: escape high characters in binary dataJ. Bruce Fields-0/+11
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva-0/+1
2018-08-17fs/seq_file.c: simplify seq_file iteration code and interfaceNeilBrown-33/+21
2018-05-25proc: fix smaps and meminfo alignmentHugh Dickins-5/+0
2018-04-11seq_file: account everything to kmemcgAlexey Dobriyan-4/+4
2018-04-11seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan-2/+10
2018-04-11proc: optimize single-symbol delimiters to spead up seq_put_decimal_ullAndrei Vagin-12/+12
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin-7/+21
2018-04-11procfs: optimize seq_pad() to speed up /proc/pid/mapsAndrei Vagin-2/+8
2018-04-11procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin-0/+46
2018-01-20seq_file: fix incomplete reset on read from zero offsetMiklos Szeredi-1/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko-15/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-12-22seq_file: reset iterator to first record for zero offsetTomasz Majchrzak-0/+7
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches-13/+44
2016-08-26fs/seq_file: fix out-of-bounds readVegard Nossum-1/+3
2016-04-14Make file credentials available to the seqfile interfacesLinus Torvalds-3/+4
2015-11-06fs, seqfile: always allow oom killerGreg Thelen-3/+8
2015-11-06seq_file: reuse string_escape_str()Andy Shevchenko-19/+6
2015-11-06fs/seq_file: use seq_* helpers in seq_hex_dump()Andy Shevchenko-8/+7
2015-09-11fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches-39/+31
2015-09-10seq_file: provide an analogue of print_hex_dump()Andy Shevchenko-0/+42
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+14
2015-07-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds-8/+11
2015-06-30fs: document seq_open()'s usage of file->private_dataYann Droneaud-0/+2
2015-06-30fs: allocate structure unconditionally in seq_open()Yann Droneaud-8/+9
2015-06-23vfs: add seq_file_path() helperMiklos Szeredi-0/+14
2015-06-03Btrfs: show subvol= and subvolid= in /proc/mountsOmar Sandoval-0/+1
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo-32/+0