summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vfs: define struct filename and have getname() return itJeff Layton2012-10-1240-175/+218
* vfs: unexport getname and putname symbolsJeff Layton2012-10-121-2/+0
* acct: constify the name arg to acct_onJeff Layton2012-10-121-1/+1
* vfs: allocate page instead of names_cache buffer in mount_block_rootJeff Layton2012-10-122-5/+5
* audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2012-10-125-38/+47
* audit: optimize audit_compare_dname_pathJeff Layton2012-10-124-12/+20
* audit: make audit_compare_dname_path use parent_len helperEric Paris2012-10-121-20/+7
* audit: remove dirlen argument to audit_compare_dname_pathJeff Layton2012-10-124-10/+5
* audit: set the name_len in audit_inode for parent lookupsJeff Layton2012-10-128-34/+87
* audit: add a new "type" field to audit_names structJeff Layton2012-10-122-5/+15
* audit: reverse arguments to audit_inode_childJeff Layton2012-10-125-19/+19
* audit: no need to walk list in audit_inode if name is NULLJeff Layton2012-10-121-1/+5
* audit: pass in dentry to audit_copy_inode wherever possibleJeff Layton2012-10-121-2/+2
* audit: remove unnecessary NULL ptr checks from do_path_lookupJeff Layton2012-10-121-6/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-1239-170/+166
|\
| * vfs: bogus warnings in fs/namei.cArnd Bergmann2012-10-111-0/+1
| * consitify do_mount() argumentsAl Viro2012-10-1110-26/+27
| * lglock: add DEFINE_STATIC_LGLOCK()Lai Jiangshan2012-10-102-2/+8
| * lglock: make the per_cpu locks staticLai Jiangshan2012-10-101-1/+1
| * lglock: remove unused DEFINE_LGLOCK_LOCKDEP()Lai Jiangshan2012-10-101-9/+0
| * MAX_LFS_FILESIZE definition for 64bit needs LL...Al Viro2012-10-101-1/+1
| * tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-096-8/+31
| * vfs: drop lock/unlock superMarco Stornelli2012-10-092-24/+0
| * ufs: drop lock/unlock superMarco Stornelli2012-10-094-33/+35
| * sysv: drop lock/unlock superMarco Stornelli2012-10-095-18/+20
| * hpfs: drop lock/unlock superMarco Stornelli2012-10-091-3/+0
| * fat: drop lock/unlock superMarco Stornelli2012-10-095-34/+36
| * ext3: drop lock/unlock superMarco Stornelli2012-10-091-6/+0
| * exofs: drop lock/unlock superMarco Stornelli2012-10-091-4/+0
| * dup3: Return an error when oldfd == newfd.Richard W.M. Jones2012-10-091-0/+3
| * fs: handle failed audit_log_start properlySasha Levin2012-10-091-0/+2
| * fs: prevent use after free in auditing when symlink following was deniedSasha Levin2012-10-091-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-1299-882/+344
|\ \
| * | alpha: don't open-code trace_report_syscall_{enter,exit}Al Viro2012-10-012-26/+19
| * | Uninclude linux/freezer.hRichard Weinberger2012-10-0112-12/+0
| * | m32r: trim masksAl Viro2012-10-011-2/+2
| * | avr32: trim masksAl Viro2012-10-011-7/+6
| * | tile: don't bother with SIGTRAP in setup_frameAl Viro2012-10-012-19/+2
| * | microblaze: don't bother with SIGTRAP in setup_rt_frame()Al Viro2012-10-011-5/+2
| * | mn10300: don't bother with SIGTRAP in setup_frame()Al Viro2012-10-011-8/+0
| * | frv: no need to raise SIGTRAP in setup_frame()Al Viro2012-10-011-8/+0
| * | x86: get rid of duplicate code in case of CONFIG_VM86Al Viro2012-10-011-11/+6
| * | unicore32: remove pointless testAl Viro2012-10-011-2/+0
| * | h8300: trim _TIF_WORK_MASKAl Viro2012-10-011-1/+2
| * | parisc: decide whether to go to slow path (tracesys) based on thread flagsAl Viro2012-10-012-3/+6
| * | parisc: don't bother looping in do_signal()Al Viro2012-10-011-22/+7
| * | parisc: fix double restartsAl Viro2012-10-013-10/+10
| * | bury the rest of TIF_IRETAl Viro2012-10-015-10/+0
| * | sanitize tsk_is_polling()Al Viro2012-10-0126-38/+20
| * | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-0117-17/+0