summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* untangling do_lookup() - take __lookup_hash()-calling case out of line.Al Viro2012-03-311-15/+16
* untangling do_lookup() - switch to calling __lookup_hash()Al Viro2012-03-311-67/+46
* untangling do_lookup() - merge d_alloc_and_lookup() callersAl Viro2012-03-311-3/+3
* untangling do_lookup() - merge failure exits in !dentry caseAl Viro2012-03-311-15/+8
* untangling do_lookup() - massage !dentry case towards __lookup_hash()Al Viro2012-03-311-25/+20
* untangling do_lookup() - get rid of need_reval in !dentry caseAl Viro2012-03-311-6/+1
* untangling do_lookup() - eliminate a loop.Al Viro2012-03-311-4/+8
* untangling do_lookup() - expand the area under ->i_mutexAl Viro2012-03-311-2/+4
* untangling do_lookup() - isolate !dentry stuff from the rest of it.Al Viro2012-03-311-1/+16
* vfs: move MAY_EXEC check from __lookup_hash()Miklos Szeredi2012-03-311-6/+5
* vfs: don't revalidate just looked up dentryMiklos Szeredi2012-03-311-3/+1
* vfs: fix d_need_lookup/d_revalidate order in do_lookupMiklos Szeredi2012-03-311-2/+2
* ext3: move headers to fs/ext3/Al Viro2012-03-3123-668/+437
* migrate ext2_fs.h guts to fs/ext2/ext2.hAl Viro2012-03-316-656/+634
* new helper: ext2_image_size()Al Viro2012-03-313-8/+30
* get rid of pointless includes of ext2_fs.hAl Viro2012-03-314-9/+4
* ext2: No longer export ext2_fs.h to user spaceThierry Reding2012-03-312-63/+10
* mtdchar: kill persistently held vfsmountAl Viro2012-03-311-37/+16
* pstore: trim pstore_get_inode()Al Viro2012-03-311-18/+8
* aio: take final put_ioctx() into callers of io_destroy()Al Viro2012-03-311-6/+4
* aio: merge aio_cancel_all() with wait_for_all_aios()Al Viro2012-03-311-15/+7
* selinuxfs: merge dentry allocation into sel_make_dir()Al Viro2012-03-311-66/+44
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-297-23/+464
|\
| * dt: Linux DT usage model documentationGrant Likely2012-03-291-0/+412
| * mtd: Move fdt partition documentation to a seperate fileJamie Lentin2012-03-286-23/+52
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-2914-87/+124
|\ \
| * | x86: Move is_ia32_task to asm/thread_info.h from asm/compat.hSrikar Dronamraju2012-03-132-9/+12
| * | x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju2012-03-1310-22/+24
| * | Merge branch 'x86/x32' into x86/cleanupsIngo Molnar2012-03-1391-2180/+1561
| |\ \
| * | | x86: Use enum instead of literals for trap valuesKees Cook2012-03-093-59/+91
* | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-2991-2180/+1561
|\ \ \ \
| * | | | x32: Fix alignment fail in struct compat_siginfoH. Peter Anvin2012-03-141-2/+2
| * | | | x32: Fix stupid ia32/x32 inversion in the siginfo formatH. Peter Anvin2012-03-131-1/+1
| | |/ / | |/| |
| * | | x32: Add ptrace for x32H.J. Lu2012-03-052-2/+101
| * | | x32: Switch to a 64-bit clock_tH. Peter Anvin2012-03-053-4/+19
| * | | x32: Provide separate is_ia32_task() and is_x32_task() predicatesH. Peter Anvin2012-03-051-1/+11
| * | | x86, mtrr: Use explicit sizing and padding for the 64-bit ioctlsH. Peter Anvin2012-03-012-14/+24
| * | | x86/x32: Fix the binutils auto-detectIngo Molnar2012-02-281-7/+7
| * | | x32: Warn and disable rather than error if binutils too oldH. Peter Anvin2012-02-272-2/+18
| * | | Merge branch 'core/types' into x86/x32H. Peter Anvin2012-02-252-3/+2
| |\ \ \
| | * | | fs: Remove missed ->fds_bits from cessation use of fd_set structs internallyDavid Howells2012-02-242-3/+2
| * | | | x32: Only clear TIF_X32 flag onceBobby Powers2012-02-251-1/+0
| * | | | x32: Make sure TS_COMPAT is cleared for x32 tasksBobby Powers2012-02-251-0/+3
| * | | | Merge branch 'core/types' into x86/x32H. Peter Anvin2012-02-231-1/+1
| |\ \ \ \ | | |/ / /
| | * | | fs: Fix close_on_exec pointer in alloc_fdtableBobby Powers2012-02-231-1/+1
| * | | | x32: Drop non-__vdso weak symbols from the x32 VDSOH. Peter Anvin2012-02-221-4/+0
| * | | | x32: Fix coding style violations in the x32 VDSO codeH. Peter Anvin2012-02-213-6/+7
| * | | | x32: Add x32 VDSO supportH. J. Lu2012-02-206-9/+177
| * | | | x32: Allow x32 to be configuredH. J. Lu2012-02-201-4/+17
| * | | | x32: If configured, add x32 system calls to system call tablesH. Peter Anvin2012-02-202-2/+11
OpenPOWER on IntegriCloud