]> git.kernelconcepts.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2015-05-15 NeilBrownVFS/namei: make the use of touch_atime() in get_link...
2015-05-15 Al Vironamei: don't unlazy until get_link()
2015-05-15 Al Vironamei: make unlazy_walk and terminate_walk handle nd...
2015-05-11 Al Vironamei: store seq numbers in nd->stack[]
2015-05-11 Al Vironew helper: __legitimize_mnt()
2015-05-11 Al Vironamei: make may_follow_link() safe in RCU mode
2015-05-11 Al Vironamei: make put_link() RCU-safe
2015-05-11 Al Vironew helper: free_page_put_link()
2015-05-11 Al Viroswitch ->put_link() from dentry to inode
2015-05-11 NeilBrownsecurity: make inode_follow_link RCU-walk aware
2015-05-11 NeilBrownsecurity/selinux: pass 'flags' arg to avc_audit() and...
2015-05-11 Al Vironamei: pick_link() callers already have inode
2015-05-11 David HowellsVFS: Handle lower layer dentry/inode in pathwalk
2015-05-11 Al Vironamei: store inode in nd->stack[]
2015-05-11 Al Vironamei: don't mangle nd->seq in lookup_fast()
2015-05-11 Al Vironamei: explicitly pass seq number to unlazy_walk()...
2015-05-11 Al Virolink_path_walk: use explicit returns for failure exits
2015-05-11 Al Vironamei: lift terminate_walk() all the way up
2015-05-11 Al Vironamei: lift link_path_walk() call out of trailing_symlink()
2015-05-11 Al Vironamei: path_init() calling conventions change
2015-05-11 Al Vironamei: get rid of nameidata->base
2015-05-11 Al Vironamei: split off filename_lookupat() with LOOKUP_PARENT
2015-05-11 Al Vironamei: may_follow_link() - lift terminate_walk() on...
2015-05-11 Al Vironamei: take increment of nd->depth into pick_link()
2015-05-11 Al Vironamei: kill nd->link
2015-05-11 Al Viromay_follow_link(): trim arguments
2015-05-11 Al Vironamei: move bumping the refcount of link->mnt into...
2015-05-11 Al Vironamei: fold put_link() into the failure case of complet...
2015-05-11 Al Vironamei: take the treatment of absolute symlinks to get_l...
2015-05-11 Al Vironamei: simpler treatment of symlinks with nothing other...
2015-05-11 Al Vironamei: simplify failure exits in get_link()
2015-05-11 Al Virodon't pass nameidata to ->follow_link()
2015-05-11 Al Vironamei: simplify the callers of follow_managed()
2015-05-11 NeilBrownVFS: replace {, total_}link_count in task_struct with...
2015-05-11 Al Virolustre: rip the private symlink nesting limit out
2015-05-11 Al Vironamei: move link count check and stack allocation into...
2015-05-11 Al Vironamei: make should_follow_link() store the link in...
2015-05-11 Al Vironamei: new calling conventions for walk_component()
2015-05-11 Al Virolink_path_walk: move the OK: inside the loop
2015-05-11 Al Vironamei: have terminate_walk() do put_link() on everythin...
2015-05-11 Al Vironamei: take put_link() into {lookup,mountpoint,do}_last()
2015-05-11 Al Vironamei: lift (open-coded) terminate_walk() into callers...
2015-05-11 Al Virolift terminate_walk() into callers of walk_component()
2015-05-11 Al Vironamei: lift (open-coded) terminate_walk() in follow_dot...
2015-05-11 Al Vironamei: we never need more than MAXSYMLINKS entries...
2015-05-11 Al Virolink_path_walk: end of nd->depth massage
2015-05-11 Al Virolink_path_walk: nd->depth massage, part 10
2015-05-11 Al Virolink_path_walk: nd->depth massage, part 9
2015-05-11 Al Viroput_link: nd->depth massage, part 8
2015-05-11 Al Virotrailing_symlink: nd->depth massage, part 7
2015-05-11 Al Viroget_link: nd->depth massage, part 6
2015-05-11 Al Virotrailing_symlink: nd->depth massage, part 5
2015-05-11 Al Virolink_path_walk: nd->depth massage, part 4
2015-05-11 Al Virolink_path_walk: nd->depth massage, part 3
2015-05-11 Al Virolink_path_walk: nd->depth massage, part 2
2015-05-11 Al Virolink_path_walk: nd->depth massage, part 1
2015-05-11 Al Vironamei: remove restrictions on nesting depth
2015-05-11 Al Vironamei: trim the arguments of get_link()
2015-05-11 Al Vironamei: trim redundant arguments of fs/namei.c:put_link()
2015-05-11 Al Vironamei: trim redundant arguments of trailing_symlink()
2015-05-11 Al Vironamei: move link/cookie pairs into nameidata
2015-05-11 Al Virolink_path_walk: cleanup - turn goto start; into continue;
2015-05-11 Al Virolink_path_walk: split "return from recursive call"...
2015-05-11 Al Virolink_path_walk: kill the recursion
2015-05-11 Al Virolink_path_walk: final preparations to killing recursion
2015-05-11 Al Virolink_path_walk: get rid of duplication
2015-05-11 Al Virolink_path_walk: massage a bit more
2015-05-11 Al Virolink_path_walk: turn inner loop into explicit goto
2015-05-11 Al Virolink_path_walk: don't bother with walk_component()...
2015-05-11 Al Virolink_path_walk: handle get_link() returning ERR_PTR...
2015-05-11 Al Vironamei: rename follow_link to trailing_symlink, move...
2015-05-11 Al Vironamei: move the calls of may_follow_link() into follow_...
2015-05-11 Al Vironamei: expand the call of follow_link() in link_path_walk()
2015-05-11 Al Vironamei: expand nested_symlink() in its only caller
2015-05-11 Al Virodo_last: move path there from caller's stack frame
2015-05-11 Al Vironamei: introduce nameidata->link
2015-05-11 Al Vironamei: don't bother with ->follow_link() if ->i_link...
2015-05-11 Al Vironamei.c: separate the parts of follow_link() that find...
2015-05-11 Al Vironew ->follow_link() and ->put_link() calling conventions
2015-05-11 Al Vironamei: lift nameidata into filename_mountpoint()
2015-05-11 Al Vironame: shift nameidata down into user_path_walk()
2015-05-11 Al Vironamei: get rid of lookup_hash()
2015-05-11 Al Virodo_last: regularize the logics around following symlinks
2015-05-11 Al Virodo_last: kill symlink_ok
2015-05-11 Al Vironamei: take O_NOFOLLOW treatment into do_last()
2015-05-11 Al Virouninline walk_component()
2015-05-11 NeilBrownSECURITY: remove nameidata arg from inode_follow_link.
2015-05-11 Al Virologfs: fix a pagecache leak for symlinks
2015-05-11 Al Viroceph: switch to simple_follow_link()
2015-05-11 Al Viroexofs: switch to {simple,page}_symlink_inode_operations
2015-05-11 Al Virofreevxfs: switch to simple_follow_link()
2015-05-11 Al Virojfs: switch to simple_follow_link()
2015-05-11 Al Virosysv: switch to simple_follow_link()
2015-05-11 Al Viroubifs: switch to simple_follow_link()
2015-05-11 Al Viroufs: switch to simple_follow_link()
2015-05-11 Al Virodebugfs: switch to simple_follow_link()
2015-05-11 Al Viroshmem: switch to simple_follow_link()
2015-05-11 Al Virojffs2: switch to simple_follow_link()
2015-05-11 Al Viroext4: switch to simple_follow_link()
2015-05-11 Al Viroext3: switch to simple_follow_link()
next