summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V6-42/+0
2011-03-15fs: Don't allow to create hardlink for deleted fileAneesh Kumar K.V1-1/+5
2011-03-15vfs: Add open by file handle supportAneesh Kumar K.V6-0/+181
2011-03-15vfs: Add name to file handle conversion supportAneesh Kumar K.V8-2/+139
2011-03-14New AT_... flag: AT_EMPTY_PATHAl Viro3-10/+21
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V12-18/+59
2011-03-14clean statfs-like syscalls upAl Viro5-204/+123
2011-03-14open-style analog of vfs_path_lookup()Al Viro7-84/+77
2011-03-14reduce vfs_path_lookup() to do_path_lookup()Al Viro2-52/+44
2011-03-14untangle do_lookup()Al Viro1-85/+56
2011-03-14path_openat: clean ELOOP handling a bitAl Viro1-8/+6
2011-03-14do_last: kill a rudiment of old ->d_revalidate() workaroundAl Viro1-5/+0
2011-03-14fold __open_namei_create() and open_will_truncate() into do_last()Al Viro1-48/+26
2011-03-14do_last: unify may_open() call and everyting after itAl Viro1-37/+22
2011-03-14move may_open() from __open_name_create() to do_last()Al Viro1-5/+7
2011-03-14expand finish_open() in its only callerAl Viro1-52/+38
2011-03-14sanitize pathname component hash calculationAl Viro1-23/+19
2011-03-14kill __lookup_one_len()Al Viro1-26/+15
2011-03-14switch non-create side of open() to use of do_last()Al Viro1-33/+67
2011-03-14get rid of nd->fileAl Viro2-9/+7
2011-03-14get rid of the last LOOKUP_RCU dependencies in link_path_walk()Al Viro1-8/+13
2011-03-14make nameidata_dentry_drop_rcu_maybe() always leave RCU modeAl Viro1-5/+11
2011-03-14make handle_dots() leave RCU mode on errorAl Viro1-11/+12
2011-03-14clear RCU on all failure exits from link_path_walk()Al Viro1-14/+16
2011-03-14pull handling of . and .. into inlined helperAl Viro1-14/+16
2011-03-14kill out_dput: in link_path_walk()Al Viro1-11/+4
2011-03-14separate -ESTALE/-ECHILD retries in do_filp_open() from real workAl Viro1-29/+20
2011-03-14switch do_filp_open() to struct open_flagsAl Viro5-88/+101
2011-03-14Collect "operation mode" arguments of do_last() into a structureAl Viro1-22/+35
2011-03-14clean up the failure exits after __do_follow_link() in do_filp_open()Al Viro1-8/+5
2011-03-14pull security_inode_follow_link() into __do_follow_link()Al Viro1-6/+7
2011-03-14pull dropping RCU on success of link_path_walk() into path_lookupat()Al Viro1-18/+12
2011-03-14untangle the "need_reval_dot" messAl Viro2-63/+46
2011-03-14merge component type recognitionAl Viro1-26/+22
2011-03-14merge path_init and path_init_rcuAl Viro1-83/+35
2011-03-14sanitize path_walk() messAl Viro1-92/+56
2011-03-14take RCU-dependent stuff around exec_permission() into a new helperAl Viro1-11/+14
2011-03-14kill path_lookup()Al Viro6-9/+8
2011-03-14fix race in audit_get_nd()Al Viro1-53/+32
2011-03-13compat breakage in preadv() and pwritev()Al Viro1-2/+6
2011-03-10Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds21-63/+283
2011-03-10ipmi: Fix IPMI errors due to timing problemsDoe, YiCheng1-0/+8
2011-03-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-41/+39
2011-03-10Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-9/+10
2011-03-10Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+9
2011-03-10Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-4/+9
2011-03-10drm/i915: Revive combination mode for backlight controlTakashi Iwai2-0/+46
2011-03-10fs/dcache: allow d_obtain_alias() to return unhashed dentriesJ. Bruce Fields1-2/+24
2011-03-10Check for immutable/append flag in fallocate pathMarco Stornelli1-0/+8
2011-03-10sysctl: the include of rcupdate.h is only needed in the kernelStephen Rothwell1-1/+1