Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
90666b32aa2db54789aebfd66ea6bacea0aa8a47
90666b3
vfs: improve i_op->atomic_open() documentation
by Miklos Szeredi
· 11 years ago
9d21707
Document ->tmpfile()
by Al Viro
· 11 years ago
f5feab3
ext4: ->tmpfile() support
by Al Viro
· 11 years ago
0459e0b
ext3 ->tmpfile() support
by Al Viro
· 11 years ago
f6f3426
allow the temp files created by open() to be linked to
by Al Viro
· 11 years ago
b0d5430
[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now...
by Al Viro
· 11 years ago
04618fb
lookup_one_len: don't accept . and ..
by Al Viro
· 12 years ago
fcf25fb
VFS: don't do protected {sym,hard}links by default
by Linus Torvalds
· 12 years ago
869724e
vfs: embed struct filename inside of names_cache allocation if possible
by Jeff Layton
· 12 years ago
a1e1263
use can_lookup() instead of direct checks of ->i_op->lookup
by Al Viro
· 11 years ago
631423f
vfs: make path_openat take a struct filename pointer
by Jeff Layton
· 12 years ago
3a9b94c
vfs: turn do_path_lookup into wrapper around struct filename variant
by Jeff Layton
· 12 years ago
aa5d1b4
vfs: allocate page instead of names_cache buffer in mount_block_root
by Jeff Layton
· 12 years ago
9cee5ca
vfs: define struct filename and have getname() return it
by Jeff Layton
· 12 years ago
0853ba5
vfs: unexport getname and putname symbols
by Jeff Layton
· 12 years ago
e1031ba
vfs: bogus warnings in fs/namei.c
by Arnd Bergmann
· 12 years ago
d4def9b
fs: prevent use after free in auditing when symlink following was denied
by Sasha Levin
· 12 years ago
66cc1a2
namei.c: fix BS comment
by Al Viro
· 12 years ago
b5e96de
vfs: fix propagation of atomic_open create error on negative dentry
by Sage Weil
· 12 years ago
63bab5b
vfs: pass right create mode to may_o_create()
by Miklos Szeredi
· 12 years ago
99fdd3a
vfs: atomic_open(): fix create mode usage
by Miklos Szeredi
· 12 years ago
7d14039
fs: Push mnt_want_write() outside of i_mutex
by Jan Kara
· 12 years ago
8c162b9
simplify lookup_open()/atomic_open() - do the temporary mnt_want_write() early
by Al Viro
· 12 years ago
5b2d9ff
fix O_EXCL handling for devices
by Al Viro
· 12 years ago
ccdd090
fs: add link restriction audit reporting
by Kees Cook
· 12 years ago
5092e9c
fs: add link restrictions
by Kees Cook
· 12 years ago
968c5ab
vfs: don't let do_last pass negative dentry to audit_inode
by Jeff Layton
· 12 years ago
eb8b9ae
pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_create() resp.
by Al Viro
· 12 years ago
1db2b39
mknod: take sanity checks on mode into the very beginning
by Al Viro
· 12 years ago
58cc338
new helper: done_path_create()
by Al Viro
· 12 years ago
9caac00
tidy up namei.c a bit
by Al Viro
· 12 years ago
dab53a7
unobfuscate follow_up() a bit
by Al Viro
· 12 years ago
59efa86
use __lookup_hash() in kern_path_parent()
by Al Viro
· 12 years ago
fac2602
fs: add nd_jump_link
by Christoph Hellwig
· 12 years ago
da51d39
fs: move path_put on failure out of ->follow_link
by Christoph Hellwig
· 12 years ago
9898cc8
VFS: Fix the banner comment on lookup_open()
by David Howells
· 12 years ago
8da0eaf
don't pass nameidata * to vfs_create()
by Al Viro
· 12 years ago
33b02b8
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
292d3af
fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real()
by Al Viro
· 12 years ago
986122f
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
61b61da
fs/namei.c: don't pass namedata to lookup_dcache()
by Al Viro
· 12 years ago
28ca326
fs/namei.c: don't pass nameidata to d_revalidate()
by Al Viro
· 12 years ago
4c9e687
stop passing nameidata * to ->d_revalidate()
by Al Viro
· 12 years ago
70806c3
fs/namei.c: get do_last() and friends return int
by Al Viro
· 12 years ago
6c47ccc
fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possible
by Al Viro
· 12 years ago
ffb1868
nfs_lookup_verify_inode() - nd is *always* non-NULL here
by Al Viro
· 12 years ago
c70f498
switch nfs_lookup_check_intent() away from nameidata
by Al Viro
· 12 years ago
57fa6ca
make finish_no_open() return int
by Al Viro
· 12 years ago
b2ebdc5
kill struct opendata
by Al Viro
· 12 years ago
37132a7
kill opendata->{mnt,dentry}
by Al Viro
· 12 years ago
c313080
don't modify od->filp at all
by Al Viro
· 12 years ago
50ed02d
make ->atomic_open() return int
by Al Viro
· 12 years ago
8915ef3
->atomic_open() prototype change - pass int * instead of bool *
by Al Viro
· 12 years ago
dac29ea
ceph: implement i_op->atomic_open()
by Miklos Szeredi
· 12 years ago
87bc217
ceph: remove unused arg from ceph_lookup_open()
by Miklos Szeredi
· 12 years ago
d669ac2
9p: implement i_op->atomic_open()
by Miklos Szeredi
· 12 years ago
6bb08a0
nfs: don't use intents for checking atomic open
by Miklos Szeredi
· 12 years ago
a364dac
nfs: don't use nd->intent.open.flags
by Miklos Szeredi
· 12 years ago
bfa0937
nfs: clean up ->create in nfs_rpc_ops
by Miklos Szeredi
· 12 years ago
902c6d6
nfs: implement i_op->atomic_open()
by Miklos Szeredi
· 12 years ago
1e80e52
nfs: don't open in ->d_revalidate
by Miklos Szeredi
· 12 years ago
ec95ac3
fuse: implement i_op->atomic_open()
by Miklos Szeredi
· 12 years ago
7dd2d2f
cifs: implement i_op->atomic_open()
by Miklos Szeredi
· 12 years ago
2de99c0
vfs: move O_DIRECT check to common code
by Miklos Szeredi
· 12 years ago
36c2752
vfs: do_last(): clean up retry
by Miklos Szeredi
· 12 years ago
d6a4ce3
vfs: do_last(): clean up bool
by Miklos Szeredi
· 12 years ago
8d49e6e
vfs: do_last(): clean up labels
by Miklos Szeredi
· 12 years ago
4233c21
vfs: do_last(): clean up error handling
by Miklos Szeredi
· 12 years ago
2f80ad3
vfs: remove open intents from nameidata
by Miklos Szeredi
· 12 years ago
48b105f
vfs: add i_op->atomic_open()
by Miklos Szeredi
· 12 years ago
1060664
vfs: lookup_open(): expand lookup_hash()
by Miklos Szeredi
· 12 years ago
8632d4d
vfs: add lookup_open()
by Miklos Szeredi
· 12 years ago
8c27a1e
vfs: be even more careful about dentry RCU name lookups
by Linus Torvalds
· 12 years ago
6cd1e70
vfs: make it possible to access the dentry hash/len as one 64-bit entry
by Linus Torvalds
· 12 years ago
3ae62d9
vfs: move dentry name length comparison from dentry_cmp() into callers
by Linus Torvalds
· 12 years ago
da99237
vfs: do the careful dentry name access for all dentry_cmp cases
by Linus Torvalds
· 12 years ago
a2ab364
vfs: do_last(): common slow lookup
by Miklos Szeredi
· 12 years ago
441a458
vfs: do_last(): separate O_CREAT specific code
by Miklos Szeredi
· 12 years ago
513072f
vfs: do_last(): inline lookup_slow()
by Miklos Szeredi
· 12 years ago
2c4d739
namei.c: let follow_link() do put_link() on failure
by Al Viro
· 12 years ago
efbfa63
vfs: retry last component if opening stale dentry
by Miklos Szeredi
· 12 years ago
99ec980
vfs: do_last() common post lookup
by Miklos Szeredi
· 12 years ago
60fc85b
vfs: do_last(): add audit_inode before open
by Miklos Szeredi
· 12 years ago
c631721
vfs: do_last(): only return EISDIR for O_CREAT
by Miklos Szeredi
· 12 years ago
aba9dce
vfs: do_last(): check LOOKUP_DIRECTORY
by Miklos Szeredi
· 12 years ago
1678506
vfs: do_last(): make ENOENT exit RCU safe
by Miklos Szeredi
· 12 years ago
458abf2
vfs: make follow_link check RCU safe
by Miklos Szeredi
· 12 years ago
5c7f451
vfs: do_last(): use inode variable
by Miklos Szeredi
· 12 years ago
a5f84da
vfs: do_last(): inline walk_component()
by Miklos Szeredi
· 12 years ago
2aabf6d
vfs: do_last(): make exit RCU safe
by Miklos Szeredi
· 12 years ago
db77d76
vfs: split do_lookup()
by Miklos Szeredi
· 12 years ago
b7d3740d
vfs: clean up __d_lookup_rcu() and dentry_cmp() interfaces
by Linus Torvalds
· 13 years ago
256a73d
VFS: clean up and simplify getname_flags()
by Linus Torvalds
· 13 years ago
b95e212
vfs: Don't allow a user namespace root to make device nodes
by Eric W. Biederman
· 13 years ago
141bbc3
vfs: nameidata_to_filp(): don't throw away file on error
by Miklos Szeredi
· 12 years ago
092ecbe
vfs: nameidata_to_filp(): inline __dentry_open()
by Miklos Szeredi
· 12 years ago
f3aa868
vfs: do_dentry_open(): don't put filp
by Miklos Szeredi
· 12 years ago
d061116
vfs: split __dentry_open()
by Miklos Szeredi
· 12 years ago
cefc92d
vfs: canonicalize create mode in build_open_flags()
by Miklos Szeredi
· 12 years ago
4c97a40
ANDROID: sdcardfs: Change current->fs under lock
by Daniel Rosenberg
· 6 years ago
Next »