Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f6b06d9361a008afb93b97fb3683a6e92d69d0f4
/
fs
/
seq_file.c
56a79b7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
5e62ade
fs/seq_file.c:seq_lseek(): fix switch statement indenting
by Andrew Morton
· 12 years ago
80de7f7
seq-file: use SEEK_ macros instead of hardcoded numbers
by Cyrill Gorcunov
· 12 years ago
6131ffa
more file_inode() open-coded instances
by Al Viro
· 12 years ago
254adaa
seq_file: fix new kernel-doc warnings
by Randy Dunlap
· 12 years ago
965c8e5
lseek: the "whence" argument is called "whence"
by Andrew Morton
· 12 years ago
adb37c4
userns: Make seq_file's user namespace accessible
by Eric W. Biederman
· 12 years ago
a480814
seq_file: Add seq_vprintf function and export it
by Steven Whitehouse
· 12 years ago
11bcb32
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
e075f59
seq_file: add seq_set_overflow(), seq_overflow()
by KAMEZAWA Hiroyuki
· 13 years ago
bda7bad
procfs: speed up /proc/pid/stat, statm
by KAMEZAWA Hiroyuki
· 13 years ago
1ac101a
procfs: add num_to_str() to speed up /proc/stat
by KAMEZAWA Hiroyuki
· 13 years ago
7904ac8
seq_file: fix mishandling of consecutive pread() invocations.
by Earl Chew
· 13 years ago
630d9c4
fs: reduce the use of module.h wherever possible
by Paul Gortmaker
· 13 years ago
8c9379e
constify seq_file stuff
by Al Viro
· 13 years ago
02125a8
fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API
by Al Viro
· 13 years ago
be14824
fs: take dcache_lock inside __d_path
by Christoph Hellwig
· 14 years ago
8209e2f
fs/seq_file.c: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
138860b
seq_file: fix new kernel-doc warnings
by Randy Dunlap
· 15 years ago
1cc5232
seq_file: add RCU versions of new hlist/list iterators (v3)
by stephen hemminger
· 15 years ago
66655de
seq_file: Add helpers for iteration over a hlist
by Li Zefan
· 15 years ago
f843980
vfs: seq_file: add helpers for data filling
by Miklos Szeredi
· 15 years ago
7a62cc1
seq_file: return a negative error code when seq_path_root() fails.
by Tetsuo Handa
· 15 years ago
0b92360
seq_file: add function to write binary data
by Peter Oberparleiter
· 15 years ago
af76aba
cpumask: fix seq_bitmap_*() functions.
by Rusty Russell
· 16 years ago
8f19d47
seq_file: properly cope with pread
by Eric Biederman
· 16 years ago
f01d1d5
seq_file: fix big-enough lseek() + read()
by Alexey Dobriyan
· 16 years ago
33da889
seq_file: move traverse so it can be used from seq_read
by Eric Biederman
· 16 years ago
7d3b56b
Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
52afeef
expand some comments (d_path / seq_path)
by Arjan van de Ven
· 16 years ago
cb78a0c
bitmap: fix seq_bitmap and seq_cpumask to take const pointer
by Rusty Russell
· 16 years ago
604094f
vfs, seqfile: export mangle_path() generally
by Ingo Molnar
· 16 years ago
958086d
vfs, seqfile: fix comment style on mangle_path
by Török Edwin
· 16 years ago
74e2f33
vfs, seqfile: make mangle_path() global
by Török Edwin
· 16 years ago
3eda201
seq_file: add seq_cpumask_list(), seq_nodemask_list()
by Lai Jiangshan
· 16 years ago
85dd030
seq_file: don't call bitmap_scnprintf_len()
by Lai Jiangshan
· 16 years ago
4cdfe84
[PATCH] deal with the first call of ->show() generating no output
by Al Viro
· 16 years ago
50ac2d6
seq_file: add seq_cpumask(), seq_nodemask()
by Alexey Dobriyan
· 16 years ago
9d1bc601
[patch 2/7] vfs: mountinfo: add seq_file_root()
by Miklos Szeredi
· 17 years ago
6092d04
[patch 1/7] vfs: mountinfo: add dentry_path()
by Ram Pai
· 17 years ago
94bc891
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 17 years ago
16abef0
fs: use loff_t type instead of long long
by David Sterba
· 17 years ago
521b5d0
[PATCH] teach seq_file to discard entries
by Al Viro
· 17 years ago
cf28b48
d_path: Make d_path() use a struct path
by Jan Blunck
· 17 years ago
c32c2f6
d_path: Make seq_path() use a struct path argument
by Jan Blunck
· 17 years ago
3969903
[FS] seq_file: Introduce the seq_open_private()
by Pavel Emelyanov
· 17 years ago
cb510b8
seq_file: more atomicity in traverse()
by Alexey Dobriyan
· 17 years ago
00c5746
mutex_unlock() later in seq_lseek()
by Alexey Dobriyan
· 17 years ago
bcf67e1
Make common helpers for seq_files that work with list_heads
by Pavel Emelianov
· 17 years ago
0f7fc9e
[PATCH] VFS: change struct file to use struct path
by Josef "Jeff" Sipek
· 18 years ago
15ad7cd
[PATCH] struct seq_operations and struct file_operations constification
by Helge Deller
· 18 years ago
0ac1759
[PATCH] sem2mutex: fs/seq_file.c
by Ingo Molnar
· 19 years ago
1abe77b
[PATCH] allow callers of seq_open do allocation themselves
by Al Viro
· 19 years ago
67be2dd
[PATCH] DocBook: fix some descriptions
by Martin Waitz
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago