Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b452a458caaa95d02b74897d35e87aa080122f07
/
fs
b452a45
getting rid of 'opened' argument of ->atomic_open() - part 2
by Al Viro
· 7 years ago
be12af3
getting rid of 'opened' argument of ->atomic_open() - part 1
by Al Viro
· 7 years ago
6035a27
IMA: don't propagate opened through the entire thing
by Al Viro
· 7 years ago
73a09dd
introduce FMODE_CREATED and switch to it
by Al Viro
· 7 years ago
aad888f
switch all remaining checks for FILE_OPENED to FMODE_OPENED
by Al Viro
· 7 years ago
69527c5
now we can fold open_check_o_direct() into do_dentry_open()
by Al Viro
· 7 years ago
7c1c01e
lift fput() on late failures into path_openat()
by Al Viro
· 7 years ago
4d27f32
fold put_filp() into fput()
by Al Viro
· 7 years ago
f5d1140
introduce FMODE_OPENED
by Al Viro
· 7 years ago
e3f20ae
security_file_open(): lose cred argument
by Al Viro
· 7 years ago
ae2bb29
get rid of cred argument of vfs_open() and do_dentry_open()
by Al Viro
· 7 years ago
ea73ea7
pass ->f_flags value to alloc_empty_file()
by Al Viro
· 7 years ago
6de37b6
pass creds to get_empty_filp(), make sure dentry_open() passes the right creds
by Al Viro
· 7 years ago
c9c554f
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
by Al Viro
· 7 years ago
6b4e808
make sure do_dentry_open() won't return positive as an error
by Al Viro
· 7 years ago
b10a4a9
create_pipe_files(): use fput() if allocation of the second file fails
by Al Viro
· 7 years ago
19f391e
turn filp_clone_open() into inline wrapper for dentry_open()
by Al Viro
· 7 years ago
e8cff84
fold security_file_free() into file_free()
by Al Viro
· 7 years ago
b4e7a7a
drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
by Al Viro
· 7 years ago
877f919
proc: add proc_seq_release
by Chunyu Hu
· 7 years ago
5e7b921
Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental
by Linus Torvalds
· 7 years ago
dbb2816f
Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 7 years ago
35773c9
Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
29d6849
Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
a5b729e
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
44348e8a
fix a series of Documentation/ broken file name references
by Mauro Carvalho Chehab
· 7 years ago
34962fb
docs: Fix more broken references
by Mauro Carvalho Chehab
· 7 years ago
47ea0f2
afs: Optimise callback breaking by not repeating volume lookup
by David Howells
· 7 years ago
0da0b7f
afs: Display manually added cells in dynamic root mount
by David Howells
· 7 years ago
c88d5a7
afs: Enable IPv6 DNS lookups
by David Howells
· 7 years ago
0aac4bce
afs: Show all of a server's addresses in /proc/fs/afs/servers
by David Howells
· 7 years ago
b6cfbec
afs: Handle CONFIG_PROC_FS=n
by David Howells
· 7 years ago
24074a3
proc: Make inline name size calculation automatic
by David Howells
· 7 years ago
430ff7917
orangefs: simplify compat ioctl handling
by Al Viro
· 7 years ago
5ed0127
signalfd: lift sigmask copyin and size checks to callers of do_signalfd4()
by Al Viro
· 7 years ago
11c5ad0
eventpoll: switch to ->poll_mask
by Ben Noordhuis
· 7 years ago
2739b80
aio: only return events requested in poll_mask() for IOCB_CMD_POLL
by Christoph Hellwig
· 7 years ago
4d572d9
eventfd: only return events requested in poll_mask()
by Avi Kivity
· 7 years ago
b5d903c2
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
20fe935
exofs: avoid VLA in structures
by Kees Cook
· 7 years ago
86a2bb5
coredump: fix spam with zero VMA process
by Alexey Dobriyan
· 7 years ago
c2574aa
fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()
by OGAWA Hirofumi
· 7 years ago
26b9513
proc: skip branch in /proc/*/* lookup
by Alexey Dobriyan
· 7 years ago
7a93251
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 7 years ago
dc594c3
Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
e7655d2
Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
e264abea
pstore: Remove bogus format string definition
by Arnd Bergmann
· 7 years ago
15eefe2
Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64
by Arnd Bergmann
· 7 years ago
f5b7769e
Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent"
by Linus Torvalds
· 7 years ago
b08fc52
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
9d2a789
treewide: Use array_size in f2fs_kvzalloc()
by Kees Cook
· 7 years ago
026f050
treewide: Use array_size() in f2fs_kzalloc()
by Kees Cook
· 7 years ago
c860659
treewide: Use array_size() in f2fs_kmalloc()
by Kees Cook
· 7 years ago
fad953c
treewide: Use array_size() in vzalloc()
by Kees Cook
· 7 years ago
42bc47b
treewide: Use array_size() in vmalloc()
by Kees Cook
· 7 years ago
344476e
treewide: kvmalloc() -> kvmalloc_array()
by Kees Cook
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
353748a
UBIFS: Fix potential integer overflow in allocation
by Silvio Cesare
· 7 years ago
a3ac973
Convert jffs2 acl to struct_size
by Matthew Wilcox
· 7 years ago
a205f0c
Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
ea8781e
autofs: Fix typo s/thenew new/the new/ in AUTOFS4_FS description
by Geert Uytterhoeven
· 7 years ago
0725d4e
Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 7 years ago
89e2556
Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 7 years ago
93b7f7a
skip LAYOUTRETURN if layout is invalid
by Olga Kornievskaia
· 7 years ago
89e9b5c
xfs: update incore per-AG inode count
by Darrick J. Wong
· 7 years ago
d54d35c
Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 7 years ago
a2225d9
autofs: remove left-over autofs4 stubs
by Linus Torvalds
· 7 years ago
ac0b4145
btrfs: scrub: Don't use inode pages for device replace
by Qu Wenruo
· 7 years ago
87a3002
vmsplice(): lift importing iovec into vmsplice(2) and compat counterpart
by Al Viro
· 7 years ago
ab0b2e5
Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 7 years ago
0c14e43
Merge tag '4.18-fixes-smb3' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 7 years ago
d82991a
Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
f9312a5
NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRY
by Trond Myklebust
· 7 years ago
3ca24ce
Merge branch 'proc-cmdline'
by Linus Torvalds
· 7 years ago
f72328d
hpfs: Use EUCLEAN for filesystem errors
by Mikulas Patocka
· 7 years ago
eafdca4
Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 7 years ago
9958910
NFSv4: Fix a typo in nfs41_sequence_process
by Trond Myklebust
· 7 years ago
fc40724
NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")
by Trond Myklebust
· 7 years ago
7d3bf61
Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
930218a
Merge branch 'for-4.18/mcsafe' into libnvdimm-for-next
by Dan Williams
· 7 years ago
b568457
Merge branch 'for-4.18/dax' into libnvdimm-for-next
by Dan Williams
· 7 years ago
692ad28
nfsd: fix error handling in nfs4_set_delegation()
by Andrew Elble
· 7 years ago
3171822f
nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfo
by Scott Mayhew
· 7 years ago
ce5624f
NFSv4: Return NFS4ERR_DELAY when a layout recall fails due to igrab()
by Trond Myklebust
· 7 years ago
6c34265
NFSv4: Return NFS4ERR_DELAY when a delegation recall fails due to igrab()
by Trond Myklebust
· 7 years ago
0703a8e
xfs: replace do_mod with native operations
by Dave Chinner
· 7 years ago
bb3d48d
xfs: don't call xfs_da_shrink_inode with NULL bp
by Eric Sandeen
· 7 years ago
9bb54cb
xfs: clean up MIN/MAX
by Dave Chinner
· 7 years ago
86210fb
xfs: move various type verifiers to common file
by Dave Chinner
· 7 years ago
4a2d01b
xfs: xfs_reflink_convert_cow() memory allocation deadlock
by Dave Chinner
· 7 years ago
ef215e3
xfs: setup VFS i_rwsem lockdep state correctly
by Dave Chinner
· 7 years ago
4a18998
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
4189b86
Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
d85b399
fix proc_fill_cache() in case of d_alloc_parallel() failure
by Al Viro
· 7 years ago
9d874c3
cifs: fix a buffer leak in smb2_query_symlink
by Ronnie Sahlberg
· 7 years ago
016e92d
autofs: small cleanup in autofs_getpath()
by Dan Carpenter
· 7 years ago
6471e93
autofs: clean up includes
by Ian Kent
· 7 years ago
8240b71
autofs: comment on selinux changes needed for module autoload
by Ian Kent
· 7 years ago
2a3ae0a
autofs: create autofs Kconfig and Makefile
by Ian Kent
· 7 years ago
Next »