Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
988363864132f86d5722dddd7f765080ef271519
9883638
don't bother with tid_fd_revalidate() in lookups
by Al Viro
· 7 years ago
1ae9bd8
proc_lookupfd_common(): don't bother with instantiate unless the file is open
by Al Viro
· 7 years ago
1bbc551
procfs: get rid of ancient BS in pid_revalidate() uses
by Al Viro
· 7 years ago
11f17c9
cifs_lookup(): switch to d_splice_alias()
by Al Viro
· 7 years ago
a8b75f6
cifs_lookup(): cifs_get_inode_...() never returns 0 with *inode left NULL
by Al Viro
· 7 years ago
500e2ab
9p: unify paths in v9fs_vfs_lookup()
by Al Viro
· 7 years ago
1c5fedb
ncp_lookup(): use d_splice_alias()
by Al Viro
· 7 years ago
293542d
hfsplus: switch to d_splice_alias()
by Al Viro
· 7 years ago
0e5c56f
hfs: don't allow mounting over .../rsrc
by Al Viro
· 7 years ago
6b9ccee
hfs: use d_splice_alias()
by Al Viro
· 7 years ago
18fbbfc
omfs_lookup(): report IO errors, use d_splice_alias()
by Al Viro
· 7 years ago
04bb1ba
orangefs_lookup: simplify
by Al Viro
· 7 years ago
0ed883f
openpromfs: switch to d_splice_alias()
by Al Viro
· 7 years ago
b113a6d
xfs_vn_lookup: simplify a bit
by Al Viro
· 7 years ago
9a7dddc
adfs_lookup: do not fail with ENOENT on negatives, use d_splice_alias()
by Al Viro
· 7 years ago
686bb96
adfs_lookup_byname: .. *is* taken care of in fs/namei.c
by Al Viro
· 7 years ago
8130c15
romfs_lookup: switch to d_splice_alias()
by Al Viro
· 7 years ago
c148170
qnx6_lookup: switch to d_splice_alias()
by Al Viro
· 7 years ago
191ac10
ubifs_lookup: use d_splice_alias()
by Al Viro
· 7 years ago
5bf3544
sysv_lookup: use d_splice_alias()
by Al Viro
· 7 years ago
b135dce
qnx4_lookup: use d_splice_alias()
by Al Viro
· 7 years ago
b014951
minix_lookup: use d_splice_alias()
by Al Viro
· 7 years ago
72ff0b0
freevxfs_lookup(): use d_splice_alias()
by Al Viro
· 7 years ago
d023b3a
cramfs_lookup(): use d_splice_alias()
by Al Viro
· 7 years ago
b455ecd
bfs_add_entry: pass name/len as qstr pointer
by Al Viro
· 7 years ago
33ebdeb
bfs_find_entry: pass name/len as qstr pointer
by Al Viro
· 7 years ago
a596a23
bfs_lookup(): use d_splice_alias()
by Al Viro
· 7 years ago
837f3ec
Merge branch 'work.misc' into work.lookup
by Al Viro
· 7 years ago
baf1056
aio: fix io_destroy(2) vs. lookup_ioctx() race
by Al Viro
· 7 years ago
5aa1437
ext2: fix a block leak
by Al Viro
· 7 years ago
3819bb0
nfsd: vfs_mkdir() might succeed leaving dentry negative unhashed
by Al Viro
· 7 years ago
9c3e902
cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashed
by Al Viro
· 7 years ago
7b745a4e
unfuck sysfs_mount()
by Al Viro
· 7 years ago
82382ac
kernfs: deal with kernfs_fill_super() failures
by Al Viro
· 7 years ago
08a8f30
cramfs: Fix IS_ENABLED typo
by Joe Perches
· 7 years ago
f4e4d43
befs_lookup(): use d_splice_alias()
by Al Viro
· 7 years ago
87fbd63
affs_lookup: switch to d_splice_alias()
by Al Viro
· 7 years ago
30da870
affs_lookup(): close a race with affs_remove_link()
by Al Viro
· 7 years ago
030c7e0
vfs: namei: use path_equal() in follow_dotdot()
by Danilo Krummrich
· 7 years ago
75abe32
fs.h: fix outdated comment about file flags
by Li Qiang
· 7 years ago
e919328
__inode_security_revalidate() never gets NULL opt_dentry
by Al Viro
· 7 years ago
2220c5b
make xattr_getsecurity() static
by Al Viro
· 7 years ago
b127125
fix breakage caused by d_find_alias() semantics change
by Al Viro
· 7 years ago
f6ddc16
vfat: simplify checks in vfat_lookup()
by Al Viro
· 7 years ago
61fec49
get rid of dead code in d_find_alias()
by Al Viro
· 7 years ago
79f546a
fs: don't scan the inode cache before SB_BORN is set
by Dave Chinner
· 7 years ago
1e2e547
do d_instantiate/unlock_new_inode combinations safely
by Al Viro
· 7 years ago
1c18d2a
it's SB_BORN, not MS_BORN...
by Al Viro
· 7 years ago
d7760d6
iov_iter: fix memory leak in pipe_get_pages_alloc()
by Ilya Dryomov
· 7 years ago
e76b6312
iov_iter: fix return type of __pipe_get_pages()
by Ilya Dryomov
· 7 years ago
3087147
msdos_rmdir(): kill BS comment
by Al Viro
· 7 years ago
16a34ad
Don't leak MNT_INTERNAL away from internal mounts
by Al Viro
· 7 years ago
69c45d5
remove rpc_rmdir()
by Al Viro
· 7 years ago
8e04944
mm,vmscan: Allow preallocating memory for register_shrinker().
by Tetsuo Handa
· 7 years ago
4a3877c
rpc_pipefs: fix double-dput()
by Al Viro
· 7 years ago
6590384
orangefs_kill_sb(): deal with allocation failures
by Al Viro
· 7 years ago
c66b23c
jffs2_kill_sb(): deal with failed allocations
by Al Viro
· 7 years ago
a24cd49
hypfs_kill_super(): deal with failed allocations
by Al Viro
· 7 years ago
2276271
fs: avoid fdput() after failed fdget() in vfs_dedupe_file_range()
by Zev Weiss
· 7 years ago
60cc43f
Linux 4.17-rc1
by Linus Torvalds
· 7 years ago
e37563bb
Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
09c9b0e
Merge tag '4.17-rc1SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 7 years ago
f0d98d8
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 7 years ago
ca71b3b
Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 7 years ago
9fb71c2
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
6b0a02e
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
71b8ebb
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
174e719
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
19ca90d
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
68d54d3
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
9dceab8
Merge tag 'for-linus' of git://github.com/openrisc/linux
by Linus Torvalds
· 7 years ago
b1cb4f9
Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
18b7fd1
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
df6f280
kernel/kexec_file.c: move purgatories sha256 to common code
by Philipp Rudo
· 7 years ago
3be3f61
kernel/kexec_file.c: allow archs to set purgatory load address
by Philipp Rudo
· 7 years ago
8da0b72
kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory load
by Philipp Rudo
· 7 years ago
620f697
kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrs
by Philipp Rudo
· 7 years ago
f1b1cca
kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrs
by Philipp Rudo
· 7 years ago
9304570
kernel/kexec_file.c: split up __kexec_load_puragory
by Philipp Rudo
· 7 years ago
8aec395
kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*
by Philipp Rudo
· 7 years ago
961d921
kernel/kexec_file.c: search symbols in read-only kexec_purgatory
by Philipp Rudo
· 7 years ago
65c225d
kernel/kexec_file.c: make purgatory_info->ehdr const
by Philipp Rudo
· 7 years ago
d2b8178
kernel/kexec_file.c: remove checks in kexec_purgatory_load
by Philipp Rudo
· 7 years ago
ee6ebed
include/linux/kexec.h: silence compile warnings
by Philipp Rudo
· 7 years ago
babac4a
kexec_file, x86: move re-factored code to generic side
by AKASHI Takahiro
· 7 years ago
eb7dae9
x86: kexec_file: clean up prepare_elf64_headers()
by AKASHI Takahiro
· 7 years ago
8d5f894
x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer
by AKASHI Takahiro
· 7 years ago
c72c7e6
x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()
by AKASHI Takahiro
· 7 years ago
cbe6601
x86: kexec_file: purge system-ram walking from prepare_elf64_headers()
by AKASHI Takahiro
· 7 years ago
9ec4ece
kexec_file,x86,powerpc: factor out kexec_file_ops functions
by AKASHI Takahiro
· 7 years ago
b799a09
kexec_file: make use of purgatory optional
by AKASHI Takahiro
· 7 years ago
1da4d37
proc: revalidate misc dentries
by Alexey Dobriyan
· 7 years ago
a9f2a846
mm, slab: reschedule cache_reap() on the same CPU
by Vlastimil Babka
· 7 years ago
1cbf29d
kexec: export PG_swapbacked to VMCOREINFO
by Petr Tesarik
· 7 years ago
3f05317
ipc/shm: fix use-after-free of shm file via remap_file_pages()
by Eric Biggers
· 7 years ago
4539722
mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMU
by Arnd Bergmann
· 7 years ago
d081107
mm/gup.c: document return value
by Michael S. Tsirkin
· 7 years ago
c61611f
get_user_pages_fast(): return -EFAULT on access_ok failure
by Michael S. Tsirkin
· 7 years ago
09e35a4
mm/gup_benchmark: handle gup failures
by Michael S. Tsirkin
· 7 years ago
60bb83b
resource: fix integer overflow at reallocation
by Takashi Iwai
· 7 years ago
Next »