Show patches with: Submitter = Al Viro       |   1645 patches
« 1 2 ... 14 15 16 17 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[15/21] namei: fold path_cleanup() into terminate_walk() - - - --- 2015-05-13 Al Viro New
[14/21] namei: saner calling conventions for filename_parentat() - - - --- 2015-05-13 Al Viro New
[13/21] namei: saner calling conventions for filename_create() - - - --- 2015-05-13 Al Viro New
[12/21] namei: shift nameidata down into filename_parentat() - - - --- 2015-05-13 Al Viro New
[11/21] namei: make filename_lookup() reject ERR_PTR() passed as name - - - --- 2015-05-13 Al Viro New
[10/21] namei: shift nameidata inside filename_lookup() - - - --- 2015-05-13 Al Viro New
[09/21] namei: move putname() call into filename_lookup() - - - --- 2015-05-13 Al Viro New
[08/21] namei: pass the struct path to store the result down into path_lookupat() - - - --- 2015-05-13 Al Viro New
[07/21] namei: uninline set_root{,_rcu}() - - - --- 2015-05-13 Al Viro New
[06/21] namei: be careful with mountpoint crossings in follow_dotdot_rcu() - - - --- 2015-05-13 Al Viro New
[05/21] Documentation: remove outdated information from automount-support.txt - - - --- 2015-05-13 Al Viro New
[04/21] get rid of assorted nameidata-related debris - - - --- 2015-05-13 Al Viro New
[03/21] lustre: kill unused helper - - - --- 2015-05-13 Al Viro New
[02/21] lustre: kill unused macro (LOOKUP_CONTINUE) - - - --- 2015-05-13 Al Viro New
[01/21] namei: unlazy_walk() doesn't need to mess with current->fs anymore - - - --- 2015-05-13 Al Viro New
[v3,105/110] namei: make unlazy_walk and terminate_walk handle nd->stack, add unlazy_link - - - --- 2015-05-12 Al Viro New
[v3,110/110] update Documentation/filesystems/ regarding the follow_link/put_link changes - - - --- 2015-05-11 Al Viro New
[v3,109/110] namei: handle absolute symlinks without dropping out of RCU mode - - - --- 2015-05-11 Al Viro New
[v3,108/110] enable passing fast relative symlinks without dropping out of RCU mode - - - --- 2015-05-11 Al Viro New
[v3,107/110] VFS/namei: make the use of touch_atime() in get_link() RCU-safe. - - - --- 2015-05-11 Al Viro New
[v3,106/110] namei: don't unlazy until get_link() - - - --- 2015-05-11 Al Viro New
[v3,105/110] namei: make unlazy_walk and terminate_walk handle nd->stack, add unlazy_link - - - --- 2015-05-11 Al Viro New
[v3,104/110] namei: store seq numbers in nd->stack[] - - - --- 2015-05-11 Al Viro New
[v3,103/110] new helper: __legitimize_mnt() - - - --- 2015-05-11 Al Viro New
[v3,102/110] namei: make may_follow_link() safe in RCU mode - - - --- 2015-05-11 Al Viro New
[v3,101/110] namei: make put_link() RCU-safe - - - --- 2015-05-11 Al Viro New
[v3,100/110] new helper: free_page_put_link() - - - --- 2015-05-11 Al Viro New
[v3,099/110] switch ->put_link() from dentry to inode - - - --- 2015-05-11 Al Viro New
[v3,098/110] security: make inode_follow_link RCU-walk aware - - - --- 2015-05-11 Al Viro New
[v3,097/110] security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags() - - - --- 2015-05-11 Al Viro New
[v3,096/110] namei: pick_link() callers already have inode - - - --- 2015-05-11 Al Viro New
[v3,095/110] VFS: Handle lower layer dentry/inode in pathwalk - - - --- 2015-05-11 Al Viro New
[v3,094/110] namei: store inode in nd->stack[] - - - --- 2015-05-11 Al Viro New
[v3,093/110] namei: don't mangle nd->seq in lookup_fast() - - - --- 2015-05-11 Al Viro New
[v3,092/110] namei: explicitly pass seq number to unlazy_walk() when dentry != NULL - - - --- 2015-05-11 Al Viro New
[v3,091/110] link_path_walk: use explicit returns for failure exits - - - --- 2015-05-11 Al Viro New
[v3,090/110] namei: lift terminate_walk() all the way up - - - --- 2015-05-11 Al Viro New
[v3,089/110] namei: lift link_path_walk() call out of trailing_symlink() - - - --- 2015-05-11 Al Viro New
[v3,088/110] namei: path_init() calling conventions change - - - --- 2015-05-11 Al Viro New
[v3,087/110] namei: get rid of nameidata->base - - - --- 2015-05-11 Al Viro New
[v3,086/110] namei: split off filename_lookupat() with LOOKUP_PARENT - - - --- 2015-05-11 Al Viro New
[v3,085/110] namei: may_follow_link() - lift terminate_walk() on failures into caller - - - --- 2015-05-11 Al Viro New
[v3,084/110] namei: take increment of nd->depth into pick_link() - - - --- 2015-05-11 Al Viro New
[v3,083/110] namei: kill nd->link - - - --- 2015-05-11 Al Viro New
[v3,082/110] may_follow_link(): trim arguments - - - --- 2015-05-11 Al Viro New
[v3,081/110] namei: move bumping the refcount of link->mnt into pick_link() - - - --- 2015-05-11 Al Viro New
[v3,080/110] namei: fold put_link() into the failure case of complete_walk() - - - --- 2015-05-11 Al Viro New
[v3,079/110] namei: take the treatment of absolute symlinks to get_link() - - - --- 2015-05-11 Al Viro New
[v3,078/110] namei: simpler treatment of symlinks with nothing other that / in the body - - - --- 2015-05-11 Al Viro New
[v3,077/110] namei: simplify failure exits in get_link() - - - --- 2015-05-11 Al Viro New
[v3,076/110] don't pass nameidata to ->follow_link() - - - --- 2015-05-11 Al Viro New
[v3,075/110] namei: simplify the callers of follow_managed() - - - --- 2015-05-11 Al Viro New
[v3,074/110] VFS: replace {, total_}link_count in task_struct with pointer to nameidata - - - --- 2015-05-11 Al Viro New
[v3,073/110] lustre: rip the private symlink nesting limit out - - - --- 2015-05-11 Al Viro New
[v3,072/110] namei: move link count check and stack allocation into pick_link() - - - --- 2015-05-11 Al Viro New
[v3,071/110] namei: make should_follow_link() store the link in nd->link - - - --- 2015-05-11 Al Viro New
[v3,070/110] namei: new calling conventions for walk_component() - - - --- 2015-05-11 Al Viro New
[v3,069/110] link_path_walk: move the OK: inside the loop - - - --- 2015-05-11 Al Viro New
[v3,068/110] namei: have terminate_walk() do put_link() on everything left - - - --- 2015-05-11 Al Viro New
[v3,067/110] namei: take put_link() into {lookup,mountpoint,do}_last() - - - --- 2015-05-11 Al Viro New
[v3,066/110] namei: lift (open-coded) terminate_walk() into callers of get_link() - - - --- 2015-05-11 Al Viro New
[v3,065/110] lift terminate_walk() into callers of walk_component() - - - --- 2015-05-11 Al Viro New
[v3,064/110] namei: lift (open-coded) terminate_walk() in follow_dotdot_rcu() into callers - - - --- 2015-05-11 Al Viro New
[v3,063/110] namei: we never need more than MAXSYMLINKS entries in nd->stack - - - --- 2015-05-11 Al Viro New
[v3,062/110] link_path_walk: end of nd->depth massage - - - --- 2015-05-11 Al Viro New
[v3,061/110] link_path_walk: nd->depth massage, part 10 - - - --- 2015-05-11 Al Viro New
[v3,060/110] link_path_walk: nd->depth massage, part 9 - - - --- 2015-05-11 Al Viro New
[v3,059/110] put_link: nd->depth massage, part 8 - - - --- 2015-05-11 Al Viro New
[v3,058/110] trailing_symlink: nd->depth massage, part 7 - - - --- 2015-05-11 Al Viro New
[v3,057/110] get_link: nd->depth massage, part 6 - - - --- 2015-05-11 Al Viro New
[v3,056/110] trailing_symlink: nd->depth massage, part 5 - - - --- 2015-05-11 Al Viro New
[v3,055/110] link_path_walk: nd->depth massage, part 4 - - - --- 2015-05-11 Al Viro New
[v3,054/110] link_path_walk: nd->depth massage, part 3 - - - --- 2015-05-11 Al Viro New
[v3,053/110] link_path_walk: nd->depth massage, part 2 - - - --- 2015-05-11 Al Viro New
[v3,052/110] link_path_walk: nd->depth massage, part 1 - - - --- 2015-05-11 Al Viro New
[v3,051/110] namei: remove restrictions on nesting depth - - - --- 2015-05-11 Al Viro New
[v3,050/110] namei: trim the arguments of get_link() - - - --- 2015-05-11 Al Viro New
[v3,049/110] namei: trim redundant arguments of fs/namei.c:put_link() - - - --- 2015-05-11 Al Viro New
[v3,048/110] namei: trim redundant arguments of trailing_symlink() - - - --- 2015-05-11 Al Viro New
[v3,047/110] namei: move link/cookie pairs into nameidata - - - --- 2015-05-11 Al Viro New
[v3,046/110] link_path_walk: cleanup - turn goto start; into continue; - - - --- 2015-05-11 Al Viro New
[v3,045/110] link_path_walk: split "return from recursive call" path - - - --- 2015-05-11 Al Viro New
[v3,044/110] link_path_walk: kill the recursion - - - --- 2015-05-11 Al Viro New
[v3,043/110] link_path_walk: final preparations to killing recursion - - - --- 2015-05-11 Al Viro New
[v3,042/110] link_path_walk: get rid of duplication - - - --- 2015-05-11 Al Viro New
[v3,041/110] link_path_walk: massage a bit more - - - --- 2015-05-11 Al Viro New
[v3,040/110] link_path_walk: turn inner loop into explicit goto - - - --- 2015-05-11 Al Viro New
[v3,039/110] link_path_walk: don't bother with walk_component() after jumping link - - - --- 2015-05-11 Al Viro New
[v3,038/110] link_path_walk: handle get_link() returning ERR_PTR() immediately - - - --- 2015-05-11 Al Viro New
[v3,037/110] namei: rename follow_link to trailing_symlink, move it down - - - --- 2015-05-11 Al Viro New
[v3,036/110] namei: move the calls of may_follow_link() into follow_link() - - - --- 2015-05-11 Al Viro New
[v3,035/110] namei: expand the call of follow_link() in link_path_walk() - - - --- 2015-05-11 Al Viro New
[v3,034/110] namei: expand nested_symlink() in its only caller - - - --- 2015-05-11 Al Viro New
[v3,033/110] do_last: move path there from caller's stack frame - - - --- 2015-05-11 Al Viro New
[v3,032/110] namei: introduce nameidata->link - - - --- 2015-05-11 Al Viro New
[v3,031/110] namei: don't bother with ->follow_link() if ->i_link is set - - - --- 2015-05-11 Al Viro New
[v3,030/110] namei.c: separate the parts of follow_link() that find the link body - - - --- 2015-05-11 Al Viro New
[v3,029/110] new ->follow_link() and ->put_link() calling conventions - - - --- 2015-05-11 Al Viro New
[v3,028/110] namei: lift nameidata into filename_mountpoint() - - - --- 2015-05-11 Al Viro New
[v3,027/110] name: shift nameidata down into user_path_walk() - - - --- 2015-05-11 Al Viro New
« 1 2 ... 14 15 16 17 »