| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | do_last: kill a rudiment of old ->d_revalidate() workaround | Al Viro | 2011-03-14 | 1 | -5/+0 |
| * | fold __open_namei_create() and open_will_truncate() into do_last() | Al Viro | 2011-03-14 | 1 | -48/+26 |
| * | do_last: unify may_open() call and everyting after it | Al Viro | 2011-03-14 | 1 | -37/+22 |
| * | move may_open() from __open_name_create() to do_last() | Al Viro | 2011-03-14 | 1 | -5/+7 |
| * | expand finish_open() in its only caller | Al Viro | 2011-03-14 | 1 | -52/+38 |
| * | sanitize pathname component hash calculation | Al Viro | 2011-03-14 | 1 | -23/+19 |
| * | kill __lookup_one_len() | Al Viro | 2011-03-14 | 1 | -26/+15 |
| * | switch non-create side of open() to use of do_last() | Al Viro | 2011-03-14 | 1 | -33/+67 |
| * | get rid of nd->file | Al Viro | 2011-03-14 | 2 | -9/+7 |
| * | get rid of the last LOOKUP_RCU dependencies in link_path_walk() | Al Viro | 2011-03-14 | 1 | -8/+13 |
| * | make nameidata_dentry_drop_rcu_maybe() always leave RCU mode | Al Viro | 2011-03-14 | 1 | -5/+11 |
| * | make handle_dots() leave RCU mode on error | Al Viro | 2011-03-14 | 1 | -11/+12 |
| * | clear RCU on all failure exits from link_path_walk() | Al Viro | 2011-03-14 | 1 | -14/+16 |
| * | pull handling of . and .. into inlined helper | Al Viro | 2011-03-14 | 1 | -14/+16 |
| * | kill out_dput: in link_path_walk() | Al Viro | 2011-03-14 | 1 | -11/+4 |
| * | separate -ESTALE/-ECHILD retries in do_filp_open() from real work | Al Viro | 2011-03-14 | 1 | -29/+20 |
| * | switch do_filp_open() to struct open_flags | Al Viro | 2011-03-14 | 5 | -88/+101 |
| * | Collect "operation mode" arguments of do_last() into a structure | Al Viro | 2011-03-14 | 1 | -22/+35 |
| * | clean up the failure exits after __do_follow_link() in do_filp_open() | Al Viro | 2011-03-14 | 1 | -8/+5 |
| * | pull security_inode_follow_link() into __do_follow_link() | Al Viro | 2011-03-14 | 1 | -6/+7 |
| * | pull dropping RCU on success of link_path_walk() into path_lookupat() | Al Viro | 2011-03-14 | 1 | -18/+12 |
| * | untangle the "need_reval_dot" mess | Al Viro | 2011-03-14 | 2 | -63/+46 |
| * | merge component type recognition | Al Viro | 2011-03-14 | 1 | -26/+22 |
| * | merge path_init and path_init_rcu | Al Viro | 2011-03-14 | 1 | -83/+35 |
| * | sanitize path_walk() mess | Al Viro | 2011-03-14 | 1 | -92/+56 |
| * | take RCU-dependent stuff around exec_permission() into a new helper | Al Viro | 2011-03-14 | 1 | -11/+14 |
| * | kill path_lookup() | Al Viro | 2011-03-14 | 6 | -9/+8 |
| * | fix race in audit_get_nd() | Al Viro | 2011-03-14 | 1 | -53/+32 |
| * | compat breakage in preadv() and pwritev() | Al Viro | 2011-03-13 | 1 | -2/+6 |
* | | VFS: Fix the nfs sillyrename regression in kernel 2.6.38 | Trond Myklebust | 2011-03-15 | 1 | -1/+6 |
* | | dcache.c: create helper function for duplicated functionality | Linus Torvalds | 2011-03-15 | 1 | -51/+37 |
* | | Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm | Linus Torvalds | 2011-03-15 | 13 | -101/+257 |
|\ \ |
|
| * | | xen: suspend: remove xen_hvm_suspend | Ian Campbell | 2011-02-25 | 1 | -42/+1 |
| * | | xen: suspend: pull pre/post suspend hooks out into suspend_info | Ian Campbell | 2011-02-25 | 1 | -5/+18 |
| * | | xen: suspend: move arch specific pre/post suspend hooks into generic hooks | Ian Campbell | 2011-02-25 | 1 | -7/+7 |
| * | | xen: suspend: refactor non-arch specific pre/post suspend hooks | Ian Campbell | 2011-02-25 | 1 | -5/+20 |
| * | | xen: suspend: add "arch" to pre/post suspend hooks | Ian Campbell | 2011-02-25 | 4 | -16/+11 |
| * | | xen: suspend: pass extra hypercall argument via suspend_info struct | Ian Campbell | 2011-02-25 | 1 | -2/+8 |
| * | | xen: suspend: refactor cancellation flag into a structure | Ian Campbell | 2011-02-25 | 1 | -13/+19 |
| * | | xen: suspend: use HYPERVISOR_suspend for PVHVM case instead of open coding | Ian Campbell | 2011-02-25 | 1 | -2/+6 |
| * | | xen: switch to new schedop hypercall by default. | Ian Campbell | 2011-02-25 | 2 | -4/+4 |
| * | | xen: use new schedop interface for suspend | Ian Campbell | 2011-02-25 | 1 | -3/+10 |
| * | | xen: do not respond to unknown xenstore control requests | Ian Campbell | 2011-02-25 | 1 | -12/+37 |
| * | | xen: fix compile issue if XEN is enabled but XEN_PVHVM is disabled | Stefano Stabellini | 2011-02-25 | 1 | -0/+2 |
| * | | xen: PV on HVM: support PV spinlocks and IPIs | Stefano Stabellini | 2011-02-25 | 3 | -0/+43 |
| * | | xen: make the ballon driver work for hvm domains | Stefano Stabellini | 2011-02-25 | 1 | -5/+9 |
| * | | xen-blkfront: handle Xen major numbers other than XENVBD | Stefano Stabellini | 2011-02-25 | 2 | -5/+95 |
| * | | xen: do not use xen_info on HVM, set pv_info name to "Xen HVM" | Stefano Stabellini | 2011-02-25 | 1 | -2/+1 |
| * | | xen: no need to delay xen_setup_shutdown_event for hvm guests anymore | Stefano Stabellini | 2011-02-25 | 2 | -16/+4 |
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
*---. \ \ | Merge branches 'stable/ia64', 'stable/blkfront-cleanup' and 'stable/cleanup' ... | Linus Torvalds | 2011-03-15 | 6 | -15/+21 |
|\ \ \ \ \ |
|