mirror of https://github.com/torvalds/linux.git
Pull vfs changes from Al Viro.
"A lot of misc stuff. The obvious groups:
* Miklos' atomic_open series; kills the damn abuse of
->d_revalidate() by NFS, which was the major stumbling block for
all work in that area.
* ripping security_file_mmap() and dealing with deadlocks in the
area; sanitizing the neighborhood of vm_mmap()/vm_munmap() in
general.
* ->encode_fh() switched to saner API; insane fake dentry in
mm/cleancache.c gone.
* assorted annotations in fs (endianness, __user)
* parts of Artem's ->s_dirty work (jff2 and reiserfs parts)
* ->update_time() work from Josef.
* other bits and pieces all over the place.
Normally it would've been in two or three pull requests, but
signal.git stuff had eaten a lot of time during this cycle ;-/"
Fix up trivial conflicts in Documentation/filesystems/vfs.txt (the
'truncate_range' inode method was removed by the VM changes, the VFS
update adds an 'update_time()' method), and in fs/btrfs/ulist.[ch] (due
to sparse fix added twice, with other changes nearby).
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: (95 commits)
nfs: don't open in ->d_revalidate
vfs: retry last component if opening stale dentry
vfs: nameidata_to_filp(): don't throw away file on error
vfs: nameidata_to_filp(): inline __dentry_open()
vfs: do_dentry_open(): don't put filp
vfs: split __dentry_open()
vfs: do_last() common post lookup
vfs: do_last(): add audit_inode before open
vfs: do_last(): only return EISDIR for O_CREAT
vfs: do_last(): check LOOKUP_DIRECTORY
vfs: do_last(): make ENOENT exit RCU safe
vfs: make follow_link check RCU safe
vfs: do_last(): use inode variable
vfs: do_last(): inline walk_component()
vfs: do_last(): make exit RCU safe
vfs: split do_lookup()
Btrfs: move over to use ->update_time
fs: introduce inode operation ->update_time
reiserfs: get rid of resierfs_sync_super
reiserfs: mark the superblock as dirty a bit later
...
|
||
|---|---|---|
| .. | ||
| hardware | ||
| mach | ||
| Kbuild | ||
| a.out-core.h | ||
| a.out.h | ||
| arch_timer.h | ||
| asm-offsets.h | ||
| assembler.h | ||
| atomic.h | ||
| barrier.h | ||
| bitops.h | ||
| bug.h | ||
| bugs.h | ||
| byteorder.h | ||
| cache.h | ||
| cacheflush.h | ||
| cachetype.h | ||
| checksum.h | ||
| clkdev.h | ||
| cmpxchg.h | ||
| compiler.h | ||
| cp15.h | ||
| cpu.h | ||
| cpuidle.h | ||
| cputype.h | ||
| cti.h | ||
| current.h | ||
| delay.h | ||
| device.h | ||
| div64.h | ||
| dma-contiguous.h | ||
| dma-iommu.h | ||
| dma-mapping.h | ||
| dma.h | ||
| domain.h | ||
| ecard.h | ||
| edac.h | ||
| elf.h | ||
| entry-macro-multi.S | ||
| exception.h | ||
| exec.h | ||
| fb.h | ||
| fcntl.h | ||
| fiq.h | ||
| fixmap.h | ||
| flat.h | ||
| floppy.h | ||
| fncpy.h | ||
| fpstate.h | ||
| ftrace.h | ||
| futex.h | ||
| glue-cache.h | ||
| glue-df.h | ||
| glue-pf.h | ||
| glue-proc.h | ||
| glue.h | ||
| gpio.h | ||
| hardirq.h | ||
| highmem.h | ||
| hw_breakpoint.h | ||
| hw_irq.h | ||
| hwcap.h | ||
| ide.h | ||
| idmap.h | ||
| io.h | ||
| ioctls.h | ||
| ipcbuf.h | ||
| irq.h | ||
| irqflags.h | ||
| jump_label.h | ||
| kexec.h | ||
| kgdb.h | ||
| kmap_types.h | ||
| kprobes.h | ||
| kvm_para.h | ||
| leds.h | ||
| limits.h | ||
| linkage.h | ||
| localtimer.h | ||
| locks.h | ||
| mach-types.h | ||
| mc146818rtc.h | ||
| memblock.h | ||
| memory.h | ||
| mman.h | ||
| mmu.h | ||
| mmu_context.h | ||
| module.h | ||
| msgbuf.h | ||
| mtd-xip.h | ||
| mutex.h | ||
| nwflash.h | ||
| opcodes.h | ||
| outercache.h | ||
| page-nommu.h | ||
| page.h | ||
| param.h | ||
| parport.h | ||
| pci.h | ||
| perf_event.h | ||
| pgalloc.h | ||
| pgtable-2level-hwdef.h | ||
| pgtable-2level-types.h | ||
| pgtable-2level.h | ||
| pgtable-3level-hwdef.h | ||
| pgtable-3level-types.h | ||
| pgtable-3level.h | ||
| pgtable-hwdef.h | ||
| pgtable-nommu.h | ||
| pgtable.h | ||
| pmu.h | ||
| posix_types.h | ||
| proc-fns.h | ||
| processor.h | ||
| procinfo.h | ||
| prom.h | ||
| ptrace.h | ||
| scatterlist.h | ||
| sched_clock.h | ||
| seccomp.h | ||
| segment.h | ||
| sembuf.h | ||
| serial.h | ||
| setup.h | ||
| shmbuf.h | ||
| shmparam.h | ||
| sigcontext.h | ||
| signal.h | ||
| smp.h | ||
| smp_plat.h | ||
| smp_scu.h | ||
| smp_twd.h | ||
| socket.h | ||
| sockios.h | ||
| sparsemem.h | ||
| spinlock.h | ||
| spinlock_types.h | ||
| stackprotector.h | ||
| stacktrace.h | ||
| stat.h | ||
| statfs.h | ||
| string.h | ||
| suspend.h | ||
| swab.h | ||
| switch_to.h | ||
| syscall.h | ||
| system.h | ||
| system_info.h | ||
| system_misc.h | ||
| tcm.h | ||
| termbits.h | ||
| termios.h | ||
| therm.h | ||
| thread_info.h | ||
| thread_notify.h | ||
| timex.h | ||
| tlb.h | ||
| tlbflush.h | ||
| tls.h | ||
| topology.h | ||
| traps.h | ||
| types.h | ||
| uaccess.h | ||
| ucontext.h | ||
| unaligned.h | ||
| unified.h | ||
| unistd.h | ||
| unwind.h | ||
| user.h | ||
| vfp.h | ||
| vfpmacros.h | ||
| vga.h | ||
| xor.h | ||