2015-05-15 |
NeilBrown | Documentation: remove outdated information from automou... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Al Viro | get rid of assorted nameidata-related debris |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Al Viro | lustre: kill unused helper |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Al Viro | lustre: kill unused macro (LOOKUP_CONTINUE) |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Al Viro | namei: unlazy_walk() doesn't need to mess with current... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Al Viro | update Documentation/filesystems/ regarding the follow_... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Al Viro | namei: handle absolute symlinks without dropping out... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Al Viro | enable passing fast relative symlinks without dropping... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
NeilBrown | VFS/namei: make the use of touch_atime() in get_link... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Al Viro | namei: don't unlazy until get_link() |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Al Viro | namei: make unlazy_walk and terminate_walk handle nd... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: store seq numbers in nd->stack[] |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | new helper: __legitimize_mnt() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: make may_follow_link() safe in RCU mode |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: make put_link() RCU-safe |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | new helper: free_page_put_link() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | switch ->put_link() from dentry to inode |
commit | commitdiff | tree | snapshot |
2015-05-11 |
NeilBrown | security: make inode_follow_link RCU-walk aware |
commit | commitdiff | tree | snapshot |
2015-05-11 |
NeilBrown | security/selinux: pass 'flags' arg to avc_audit() and... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: pick_link() callers already have inode |
commit | commitdiff | tree | snapshot |
2015-05-11 |
David Howells | VFS: Handle lower layer dentry/inode in pathwalk |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: store inode in nd->stack[] |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: don't mangle nd->seq in lookup_fast() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: explicitly pass seq number to unlazy_walk()... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | link_path_walk: use explicit returns for failure exits |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: lift terminate_walk() all the way up |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: lift link_path_walk() call out of trailing_symlink() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: path_init() calling conventions change |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: get rid of nameidata->base |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: split off filename_lookupat() with LOOKUP_PARENT |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: may_follow_link() - lift terminate_walk() on... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: take increment of nd->depth into pick_link() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: kill nd->link |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | may_follow_link(): trim arguments |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: move bumping the refcount of link->mnt into... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: fold put_link() into the failure case of complet... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: take the treatment of absolute symlinks to get_l... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: simpler treatment of symlinks with nothing other... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: simplify failure exits in get_link() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | don't pass nameidata to ->follow_link() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: simplify the callers of follow_managed() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
NeilBrown | VFS: replace {, total_}link_count in task_struct with... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | lustre: rip the private symlink nesting limit out |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: move link count check and stack allocation into... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: make should_follow_link() store the link in... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: new calling conventions for walk_component() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | link_path_walk: move the OK: inside the loop |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: have terminate_walk() do put_link() on everythin... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: take put_link() into {lookup,mountpoint,do}_last() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: lift (open-coded) terminate_walk() into callers... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | lift terminate_walk() into callers of walk_component() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: lift (open-coded) terminate_walk() in follow_dot... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: we never need more than MAXSYMLINKS entries... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | link_path_walk: end of nd->depth massage |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | link_path_walk: nd->depth massage, part 10 |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | link_path_walk: nd->depth massage, part 9 |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | put_link: nd->depth massage, part 8 |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | trailing_symlink: nd->depth massage, part 7 |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | get_link: nd->depth massage, part 6 |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | trailing_symlink: nd->depth massage, part 5 |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | link_path_walk: nd->depth massage, part 4 |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | link_path_walk: nd->depth massage, part 3 |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | link_path_walk: nd->depth massage, part 2 |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | link_path_walk: nd->depth massage, part 1 |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: remove restrictions on nesting depth |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: trim the arguments of get_link() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: trim redundant arguments of fs/namei.c:put_link() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: trim redundant arguments of trailing_symlink() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: move link/cookie pairs into nameidata |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | link_path_walk: cleanup - turn goto start; into continue; |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | link_path_walk: split "return from recursive call"... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | link_path_walk: kill the recursion |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | link_path_walk: final preparations to killing recursion |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | link_path_walk: get rid of duplication |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | link_path_walk: massage a bit more |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | link_path_walk: turn inner loop into explicit goto |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | link_path_walk: don't bother with walk_component()... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | link_path_walk: handle get_link() returning ERR_PTR... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: rename follow_link to trailing_symlink, move... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: move the calls of may_follow_link() into follow_... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: expand the call of follow_link() in link_path_walk() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: expand nested_symlink() in its only caller |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | do_last: move path there from caller's stack frame |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: introduce nameidata->link |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: don't bother with ->follow_link() if ->i_link... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei.c: separate the parts of follow_link() that find... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | new ->follow_link() and ->put_link() calling conventions |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: lift nameidata into filename_mountpoint() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | name: shift nameidata down into user_path_walk() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: get rid of lookup_hash() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | do_last: regularize the logics around following symlinks |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | do_last: kill symlink_ok |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | namei: take O_NOFOLLOW treatment into do_last() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | uninline walk_component() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
NeilBrown | SECURITY: remove nameidata arg from inode_follow_link. |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | logfs: fix a pagecache leak for symlinks |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | ceph: switch to simple_follow_link() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | exofs: switch to {simple,page}_symlink_inode_operations |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | freevxfs: switch to simple_follow_link() |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Al Viro | jfs: switch to simple_follow_link() |
commit | commitdiff | tree | snapshot |
next |