Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
67f854b910613eeffec4fe71e35c0cd8c32c82ec
/
fs
9ce209d
epoll: avoid double-inserts in case of EFAULT
by Davide Libenzi
· 16 years ago
4d36a9e
select: deal with math overflow from borderline valid userland data
by Arjan van de Ven
· 16 years ago
3c37fc8
ext4: Fix duplicate entries returned from getdents() system call
by Theodore Ts'o
· 16 years ago
8c9fa93
ext3: Fix duplicate entries returned from getdents() system call
by Theodore Ts'o
· 16 years ago
88ed86f
Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc
by Linus Torvalds
· 16 years ago
3856d30
ext4: remove unused variable in ext4_get_parent
by Christoph Hellwig
· 16 years ago
12e1ec9
ext3 quota support: fix compile failure
by Linus Torvalds
· 16 years ago
1f6d6e8e
Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
db563fc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 16 years ago
2248485
Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev
by Linus Torvalds
· 16 years ago
5ed487b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
b4d0b08a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 16 years ago
3321737
Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 16 years ago
be07c4e
jbd: abort instead of waiting for nonexistent transactions
by Duane Griffin
· 16 years ago
9f818b4
jbd: test BH_Write_EIO to detect errors on metadata buffers
by Hidehiro Kawai
· 16 years ago
2d7c820
ext3: add checks for errors from jbd
by Hidehiro Kawai
· 16 years ago
4afe978
jbd: fix error handling for checkpoint io
by Hidehiro Kawai
· 16 years ago
59c7572
proc: remove fs/proc/proc_misc.c
by Alexey Dobriyan
· 16 years ago
5aa140c
proc: move /proc/vmcore creation to fs/proc/vmcore.c
by Alexey Dobriyan
· 16 years ago
6d80e53
proc: move pagecount stuff to fs/proc/page.c
by Alexey Dobriyan
· 16 years ago
97ce5d6
proc: move all /proc/kcore stuff to fs/proc/kcore.c
by Alexey Dobriyan
· 16 years ago
b5aadf7
proc: move /proc/schedstat boilerplate to kernel/sched_stats.h
by Alexey Dobriyan
· 16 years ago
3b5d5c6
proc: move /proc/modules boilerplate to kernel/module.c
by Alexey Dobriyan
· 16 years ago
31d85ab
proc: move /proc/diskstats boilerplate to block/genhd.c
by Alexey Dobriyan
· 16 years ago
5c9fe62
proc: move /proc/zoneinfo boilerplate to mm/vmstat.c
by Alexey Dobriyan
· 16 years ago
b6aa44a
proc: move /proc/vmstat boilerplate to mm/vmstat.c
by Alexey Dobriyan
· 16 years ago
74e2e8e
proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.c
by Alexey Dobriyan
· 16 years ago
8f32f7e
proc: move /proc/buddyinfo boilerplate to mm/vmstat.c
by Alexey Dobriyan
· 16 years ago
5f6a6a9
proc: move /proc/vmallocinfo to mm/vmalloc.c
by Alexey Dobriyan
· 16 years ago
7b3c3a5
proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c
by Alexey Dobriyan
· 16 years ago
a0ec95a
proc: move /proc/slab_allocators boilerplate to mm/slab.c
by Alexey Dobriyan
· 16 years ago
d6917e1
proc: move /proc/interrupts boilerplate code to fs/proc/interrupts.c
by Alexey Dobriyan
· 16 years ago
df8106d
proc: move /proc/stat to fs/proc/stat.c
by Alexey Dobriyan
· 16 years ago
f500975
proc: move rest of /proc/partitions code to block/genhd.c
by Alexey Dobriyan
· 16 years ago
8591cf4
proc: move /proc/cpuinfo code to fs/proc/cpuinfo.c
by Alexey Dobriyan
· 16 years ago
fe25104
proc: move /proc/devices code to fs/proc/devices.c
by Alexey Dobriyan
· 16 years ago
d8ba7a3
proc: move rest of /proc/locks to fs/locks.c
by Alexey Dobriyan
· 16 years ago
ae04811
proc: move /proc/kmsg creation to fs/proc/kmsg.c
by Alexey Dobriyan
· 16 years ago
6596892
proc: remove remnants of ->read_proc in proc_misc.c
by Alexey Dobriyan
· 16 years ago
6e62775
proc: move /proc/execdomains to kernel/exec_domain.c
by Alexey Dobriyan
· 16 years ago
cf9887f
proc: switch /proc/cmdline to seq_file
by Alexey Dobriyan
· 16 years ago
6827400
proc: move /proc/filesystems to fs/filesystems.c
by Alexey Dobriyan
· 16 years ago
4c150f6
proc: move /proc/stram to m68k-specific code
by Alexey Dobriyan
· 16 years ago
813dcf7
proc: move /proc/hardware to m68k-specific code
by Alexey Dobriyan
· 16 years ago
b457d15
proc: switch /proc/version to seq_file
by Alexey Dobriyan
· 16 years ago
e1759c2
proc: switch /proc/meminfo to seq_file
by Alexey Dobriyan
· 16 years ago
9617760
proc: switch /proc/uptime to seq_file
by Alexey Dobriyan
· 16 years ago
5b3acc8
proc: switch /proc/loadavg to seq_file
by Alexey Dobriyan
· 16 years ago
6c2f91e
proc: use WARN() rather than printk+backtrace
by Arjan van de Ven
· 16 years ago
1e0edd3
proc: spread __init
by Alexey Dobriyan
· 16 years ago
5bcd7ff
proc: proc_init_inodecache() can't fail
by Alexey Dobriyan
· 16 years ago
7c88db0
proc: fix vma display mismatch between /proc/pid/{maps,smaps}
by Joe Korty
· 16 years ago
fd217f4
[PATCH] fs: add a sanity check in d_free
by Arjan van de Ven
· 16 years ago
a77b72d
[patch] vfs: make security_inode_setattr() calling consistent
by Miklos Szeredi
· 16 years ago
2c51239
[patch 1/3] FS_MBCACHE: don't needlessly make it built-in
by Adrian Bunk
· 16 years ago
f696a36
[PATCH] move executable checking into ->permission()
by Miklos Szeredi
· 16 years ago
5cec56d
[PATCH] fs/dcache.c: update comment of d_validate()
by Qinghuang Feng
· 16 years ago
0e55a7c
[RFC PATCH] touch_mnt_namespace when the mount flags change
by Dan Williams
· 16 years ago
91efc16
[PATCH] reiserfs: add missing llseek method
by Christoph Hellwig
· 16 years ago
3222a3e
[PATCH] fix ->llseek for more directories
by Christoph Hellwig
· 16 years ago
4e9ed2f
[PATCH vfs-2.6 6/6] vfs: add LOOKUP_RENAME_TARGET intent
by OGAWA Hirofumi
· 16 years ago
0612d9f
[PATCH vfs-2.6 5/6] vfs: remove LOOKUP_PARENT from non LOOKUP_PARENT lookup
by OGAWA Hirofumi
· 16 years ago
8f3dfaa
[PATCH vfs-2.6 4/6] vfs: remove unnecessary fsnotify_d_instantiate()
by OGAWA Hirofumi
· 16 years ago
360da90
[PATCH vfs-2.6 3/6] vfs: add __d_instantiate() helper
by OGAWA Hirofumi
· 16 years ago
e2761a1
[PATCH vfs-2.6 2/6] vfs: add d_ancestor()
by OGAWA Hirofumi
· 16 years ago
871c006
[PATCH vfs-2.6 1/6] vfs: replace parent == dentry->d_parent by IS_ROOT()
by OGAWA Hirofumi
· 16 years ago
9fbb76c
[PATCH] get rid of on-stack dentry in udf
by Al Viro
· 16 years ago
ad76cbc
[PATCH 2/2] anondev: switch to IDA
by Alexey Dobriyan
· 16 years ago
6de24f0
[PATCH 1/2] anondev: init IDR statically
by Alexey Dobriyan
· 16 years ago
8966c5e
[JFFS2] Use d_splice_alias() not d_add() in jffs2_lookup()
by David Woodhouse
· 16 years ago
c002a6c
[PATCH] Optimise NFS readdir hack slightly.
by David Woodhouse
· 16 years ago
53c9c5c
[PATCH] prepare vfs_readdir() callers to returning filldir result
by Al Viro
· 16 years ago
a988544
[PATCH] get rid of on-stack dentry in ext2_get_parent()
by Al Viro
· 16 years ago
734711a
[PATCH] get rid of on-stack fake dentry in ext3_get_parent()
by Al Viro
· 16 years ago
5f556aa
[JFFS2] Reinstate NFS exportability
by David Woodhouse
· 16 years ago
d88f183
[PATCH] Remove XFS buffered readdir hack
by David Woodhouse
· 16 years ago
14f7dd6
[PATCH] Copy XFS readdir hack into nfsd code.
by David Woodhouse
· 16 years ago
2628b76
[PATCH] Factor out nfsd_do_readdir() into its own function
by David Woodhouse
· 16 years ago
f3f8e17
[PATCH] reduce the stack footprint of exportfs_decode_fh()
by Al Viro
· 16 years ago
9308a61
[PATCH] kill d_alloc_anon
by Christoph Hellwig
· 16 years ago
4400372
[PATCH] switch all filesystems over to d_obtain_alias
by Christoph Hellwig
· 16 years ago
4ea3ada
[PATCH] new helper: d_obtain_alias
by Christoph Hellwig
· 16 years ago
3a8cff4
[PATCH] generic_file_llseek tidyups
by Christoph Hellwig
· 16 years ago
a518ab9
[PATCH] tidy up chrdev_open
by Christoph Hellwig
· 16 years ago
ca30bc9
[PATCH] hpfs: cleanup ->setattr
by Christoph Hellwig
· 16 years ago
3516586
[PATCH] make O_EXCL in nd->intent.flags visible in nd->flags
by Al Viro
· 16 years ago
8737f3a
[PATCH] get rid of path_lookup_create()
by Al Viro
· 16 years ago
421748e
[PATCH] assorted path_lookup() -> kern_path() conversions
by Al Viro
· 16 years ago
a63bb99
[PATCH] switch nfsd to kern_path()
by Al Viro
· 16 years ago
c1a2a47
[PATCH] sanitize svc_export_parse()
by Al Viro
· 16 years ago
8264613
[PATCH] switch quota_on-related stuff to kern_path()
by Al Viro
· 16 years ago
0a0d8a4
[PATCH] no need for noinline stuff in fs/namespace.c anymore
by Al Viro
· 16 years ago
2d92ab3
[PATCH] finally get rid of nameidata in namespace.c
by Al Viro
· 16 years ago
d181146
[PATCH] new helper - kern_path()
by Al Viro
· 16 years ago
b1c8d2b
cifs: handle the TCP_Server_Info->tsk field more carefully
by Jeff Layton
· 16 years ago
8d281ef
cifs: fix unlinking of rename target when server doesn't support open file renames
by Jeff Layton
· 16 years ago
84210e9
[CIFS] improve setlease handling
by Steve French
· 16 years ago
ea2e799
9p: fix format warning
by Eric Van Hensbergen
· 16 years ago
30bc4df
nfsd: clean up expkey_parse error cases
by J. Bruce Fields
· 16 years ago
6dfcde9
nfsd: Drop reference in expkey_parse error cases
by Krishna Kumar
· 16 years ago
Next »