Commit Graph

555 Commits (1fb89448871500e5d5e7ad93d6dae68ee4fa464a)

Author SHA1 Message Date
Randy Dunlap 55852635a8 fs: fix fs/namei.c kernel-doc warnings 13 years ago
Sage Weil 62b2ce964b vfs: fix propagation of atomic_open create error on negative dentry 13 years ago
Miklos Szeredi 38227f78a5 vfs: pass right create mode to may_o_create() 13 years ago
Miklos Szeredi 62b259d8b3 vfs: atomic_open(): fix create mode usage 13 years ago
Jan Kara c30dabfe5d fs: Push mnt_want_write() outside of i_mutex 13 years ago
Al Viro 64894cf843 simplify lookup_open()/atomic_open() - do the temporary mnt_want_write() early 13 years ago
Al Viro f8310c5920 fix O_EXCL handling for devices 13 years ago
Kees Cook a51d9eaa41 fs: add link restriction audit reporting 13 years ago
Kees Cook 800179c9b8 fs: add link restrictions 13 years ago
Jeff Layton 3134f37e93 vfs: don't let do_last pass negative dentry to audit_inode 13 years ago
Al Viro a8104a9fcd pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_create() resp. 13 years ago
Al Viro 8e4bfca1d1 mknod: take sanity checks on mode into the very beginning 13 years ago
Al Viro 921a1650de new helper: done_path_create() 13 years ago
Al Viro 32a7991b6a tidy up namei.c a bit 13 years ago
Al Viro 3c0a616368 unobfuscate follow_up() a bit 13 years ago
Al Viro 1e0ea00144 use __lookup_hash() in kern_path_parent() 13 years ago
David Howells 0bdaea9017 VFS: Split inode_permission() 13 years ago
David Howells f015f1267b VFS: Comment mount following code 13 years ago
Christoph Hellwig b5fb63c183 fs: add nd_jump_link 13 years ago
Christoph Hellwig 408ef013cc fs: move path_put on failure out of ->follow_link 13 years ago
Al Viro 79714f72d3 get rid of kern_path_parent() 13 years ago
David Howells 1acf0af9b9 VFS: Fix the banner comment on lookup_open() 13 years ago
Al Viro 312b63fba9 don't pass nameidata * to vfs_create() 13 years ago
Al Viro ebfc3b49a7 don't pass nameidata to ->create() 13 years ago
Al Viro 72bd866a01 fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real() 13 years ago
Al Viro 00cd8dd3bf stop passing nameidata to ->lookup() 13 years ago
Al Viro 201f956e43 fs/namei.c: don't pass namedata to lookup_dcache() 13 years ago
Al Viro 4ce16ef3fe fs/namei.c: don't pass nameidata to d_revalidate() 13 years ago
Al Viro 0b728e1911 stop passing nameidata * to ->d_revalidate() 13 years ago
Al Viro 2675a4eb6a fs/namei.c: get do_last() and friends return int 13 years ago
Al Viro 30d9049474 kill struct opendata 13 years ago
Al Viro a4a3bdd778 kill opendata->{mnt,dentry} 13 years ago
Al Viro d95852777b make ->atomic_open() return int 13 years ago
Al Viro 3d8a00d209 don't modify od->filp at all 13 years ago
Al Viro 47237687d7 ->atomic_open() prototype change - pass int * instead of bool * 13 years ago
Miklos Szeredi a8277b9baa vfs: move O_DIRECT check to common code 13 years ago
Miklos Szeredi f60dc3db6e vfs: do_last(): clean up retry 13 years ago
Miklos Szeredi 77d660a8a8 vfs: do_last(): clean up bool 13 years ago
Miklos Szeredi e83db16722 vfs: do_last(): clean up labels 13 years ago
Miklos Szeredi aa4caadb70 vfs: do_last(): clean up error handling 13 years ago
Miklos Szeredi 015c3bbcd8 vfs: remove open intents from nameidata 13 years ago
Miklos Szeredi d18e9008c3 vfs: add i_op->atomic_open() 13 years ago
Miklos Szeredi 54ef487241 vfs: lookup_open(): expand lookup_hash() 13 years ago
Miklos Szeredi d58ffd35c1 vfs: add lookup_open() 13 years ago
Miklos Szeredi 7157486541 vfs: do_last(): common slow lookup 13 years ago
Miklos Szeredi b6183df7b2 vfs: do_last(): separate O_CREAT specific code 13 years ago
Miklos Szeredi 37d7fffc9c vfs: do_last(): inline lookup_slow() 13 years ago
Al Viro 6d7b5aaed7 namei.c: let follow_link() do put_link() on failure 13 years ago
Miklos Szeredi 16b1c1cd71 vfs: retry last component if opening stale dentry 13 years ago
Miklos Szeredi 5f5daac12a vfs: do_last() common post lookup 13 years ago