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 年之前 |
Andrew Morton
|
965c8e59cf
lseek: the "whence" argument is called "whence"
|
12 年之前 |
Eric W. Biederman
|
adb37c4c67
userns: Make seq_file's user namespace accessible
|
13 年之前 |
Steven Whitehouse
|
a4808147dc
seq_file: Add seq_vprintf function and export it
|
13 年之前 |
Linus Torvalds
|
11bcb32848
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
|
13 年之前 |
KAMEZAWA Hiroyuki
|
e075f59152
seq_file: add seq_set_overflow(), seq_overflow()
|
13 年之前 |
KAMEZAWA Hiroyuki
|
bda7bad62b
procfs: speed up /proc/pid/stat, statm
|
13 年之前 |
KAMEZAWA Hiroyuki
|
1ac101a5d6
procfs: add num_to_str() to speed up /proc/stat
|
13 年之前 |
Earl Chew
|
7904ac8424
seq_file: fix mishandling of consecutive pread() invocations.
|
13 年之前 |