Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 年之前 |
Tomasz Majchrzak
|
e522751d60
seq_file: reset iterator to first record for zero offset
|
8 年之前 |
Joe Perches
|
75ba1d07fd
seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char
|
8 年之前 |
Vegard Nossum
|
088bf2ff5d
fs/seq_file: fix out-of-bounds read
|
9 年之前 |
Linus Torvalds
|
34dbbcdbf6
Make file credentials available to the seqfile interfaces
|
9 年之前 |
Greg Thelen
|
0f930902eb
fs, seqfile: always allow oom killer
|
9 年之前 |
Andy Shevchenko
|
25c6bb76ea
seq_file: reuse string_escape_str()
|
9 年之前 |
Andy Shevchenko
|
8b91a318e4
fs/seq_file: use seq_* helpers in seq_hex_dump()
|
9 年之前 |
Joe Perches
|
6798a8caaf
fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to void
|
10 年之前 |
Andy Shevchenko
|
37607102c4
seq_file: provide an analogue of print_hex_dump()
|
10 年之前 |
Linus Torvalds
|
1dc51b8288
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
10 年之前 |
Linus Torvalds
|
2d01eedf1d
Merge branch 'akpm' (patches from Andrew)
|
10 年之前 |
Yann Droneaud
|
460b865e53
fs: document seq_open()'s usage of file->private_data
|
10 年之前 |
Yann Droneaud
|
189f9841de
fs: allocate structure unconditionally in seq_open()
|
10 年之前 |
Miklos Szeredi
|
2726d56620
vfs: add seq_file_path() helper
|
10 年之前 |
Omar Sandoval
|
c8d3fe028f
Btrfs: show subvol= and subvolid= in /proc/mounts
|
10 年之前 |
Tejun Heo
|
46385326cc
bitmap, cpumask, nodemask: remove dedicated formatting functions
|
10 年之前 |
David Rientjes
|
5cec38ac86
fs, seq_file: fallback to vmalloc instead of oom kill processes
|
10 年之前 |
Joe Perches
|
1f33c41c03
seq_file: Rename seq_overflow() to seq_has_overflowed() and make public
|
11 年之前 |
Heiko Carstens
|
058504edd0
fs/seq_file: fallback to vmalloc allocation
|
11 年之前 |
Al Viro
|
801a76050b
seq_file: always clear m->count when we free m->buf
|
11 年之前 |
Tetsuo Handa
|
839cc2a94c
seq_file: introduce seq_setwidth() and seq_pad()
|
11 年之前 |
Gu Zheng
|
05e16745c0
seq_file: always update file->f_pos in seq_lseek()
|
11 年之前 |
Jeff Layton
|
0bc77381c1
seq_file: add seq_list_*_percpu helpers
|
12 年之前 |
Al Viro
|
2043f495c7
new helper: single_open_size()
|
12 年之前 |
Linus Torvalds
|
56a79b7b02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 年之前 |
Andrew Morton
|
5e62adef9e
fs/seq_file.c:seq_lseek(): fix switch statement indenting
|
12 年之前 |
Cyrill Gorcunov
|
80de7f7ae0
seq-file: use SEEK_ macros instead of hardcoded numbers
|
12 年之前 |
Al Viro
|
6131ffaa1f
more file_inode() open-coded instances
|
12 年之前 |
Randy Dunlap
|
254adaa465
seq_file: fix new kernel-doc warnings
|
12 年之前 |