VFS: check nanoseconds in utimensat
[linux-2.6] / fs /
2007-10-17  Miklos SzerediVFS: check nanoseconds in utimensat
2007-10-17  Aneesh Kumar K.Vext2/ext3/ext4: add block bitmap validation
2007-10-17  Roland McGrathAdd MMF_DUMP_ELF_HEADERS
2007-10-17  Satyam Sharmaufs: Fix mount check in ufs_fill_super()
2007-10-17  Christoph Hellwigufs: move non-layout parts of ufs_fs.h to fs/ufs/
2007-10-17  Andi KleenDeprecate a.out ELF interpreters
2007-10-17  Mariusz Kozlowskifs/autofs4/inode.c: kmalloc + memset conversion to...
2007-10-17  Adrian Bunkfs/afs/: possible cleanups
2007-10-17  Neil Hormancore_pattern: fix up a few miscellaneous bugs
2007-10-17  Neil Hormancore_pattern: allow passing of arguments to user mode...
2007-10-17  Neil Hormancore_pattern: ignore RLIMIT_CORE if core_pattern is...
2007-10-17  Evgeniy Dushistovufs: implement show_options
2007-10-17  Mark FortescueAdd in SunOS 4.1.x compatible mode for UFS
2007-10-17  Eric Sandeenremove unused bh in calls to ext234_get_group_desc
2007-10-17  Denis Chengfs: remove the unused mempages parameter
2007-10-17  Ravikiran G Thirumalaireport the per-irq statistics on all arches
2007-10-17  Miklos Szerediext4: show all mount options
2007-10-17  Miklos Szerediext3: show all mount options
2007-10-17  Miklos Szerediext2: show all mount options
2007-10-17  Fengguang Wuconvert ill defined log2() to ilog2()
2007-10-17  Jesper JuhlClean up duplicate includes in fs/ecryptfs/
2007-10-17  Jesper JuhlClean up duplicate includes in fs/
2007-10-17  Denis Chengfs: use kmem_cache_zalloc instead
2007-10-17  Alexey Dobriyanfs/proc/mmu.c: headers butchery
2007-10-17  Oleg Nesterovdo_poll: return -EINTR when signalled
2007-10-17  Oleg Nesterovdo_sys_poll: simplify playing with on-stack data
2007-10-17  Philippe De Muyterfs: mark nibblemap const
2007-10-17  WANG Congfs/romfs/inode.c: trivial improvements
2007-10-17  Dave Youngzisofs use mutex instead of semaphore
2007-10-17  Alexey DobriyanSLAB_PANIC more (proc, posix-timers, shmem)
2007-10-17  Alexey DobriyanMake unregister_binfmt() return void
2007-10-17  Alexey DobriyanUse list_head in binfmt handling
2007-10-17  Adrian Bunkfs/reiserfs/: cleanups
2007-10-17  Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-17  Peter Zijlstramm: count reclaimable pages per BDI
2007-10-17  Peter Zijlstramm: bdi init hooks
2007-10-17  Peter Zijlstralib: percpu_counter_init error handling
2007-10-17  Peter Zijlstralib: percpu_counter_sum_positive
2007-10-17  Peter Zijlstralib: percpu_counter_sub
2007-10-17  Peter Zijlstralib: percpu_counter_add
2007-10-17  Peter Zijlstranfs: remove congestion_end()
2007-10-17  Mark Nelsonx86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE...
2007-10-17  Christoph Hellwigpartially fix up the lookup_one_noperm mess
2007-10-16  Linus TorvaldsMerge /pub/scm/linux/kernel/git/bart/ide-2.6
2007-10-16  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-10-16  Linus TorvaldsMerge ssh:///pub/scm/linux/kernel/git/sam/kbuild
2007-10-16  Yuichi NakamuraSELinux: Improve read/write performance
2007-10-16  Linus TorvaldsMerge git://git./linux/kernel/git/sam/kbuild
2007-10-16  Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2007-10-16  Linus TorvaldsMerge branch 'linus' of /linux/kernel/git/perex/alsa
2007-10-16  Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/data...
2007-10-16  Peter Zijlstralockdep: fixup the inode dir annotation
2007-10-16  Michael Halcrowecryptfs: clean up page flag handling
2007-10-16  Michael HalcroweCryptfs: replace magic numbers
2007-10-16  Michael HalcroweCryptfs: remove unused functions and kmem_cache
2007-10-16  Michael HalcroweCryptfs: initialize persistent lower file on inode...
2007-10-16  Michael HalcroweCryptfs: fix data types
2007-10-16  Michael HalcroweCryptfs: convert mmap functions to use persistent...
2007-10-16  Michael HalcroweCryptfs: make open, truncate, and setattr use persiste...
2007-10-16  Michael HalcroweCryptfs: update metadata read/write functions
2007-10-16  Michael HalcroweCryptfs: set up and destroy persistent lower file
2007-10-16  Michael HalcroweCryptfs: replace encrypt, decrypt, and inode size...
2007-10-16  Michael HalcroweCryptfs: read_write.c routines
2007-10-16  Michael Halcrowecryptfs: fix error handling
2007-10-16  Michael HalcroweCryptfs: remove assignments in if-statements
2007-10-16  Michael HalcroweCryptfs: remove header_extent_size
2007-10-16  Michael HalcroweCryptfs: Use generic_file_splice_read()
2007-10-16  Michael HalcroweCryptfs: make needlessly global symbols static
2007-10-16  Michael HalcroweCryptfs: remove unnecessary variable initializations
2007-10-16  Michael HalcroweCryptfs: kerneldoc fixes for crypto.c and keystore.c
2007-10-16  Michael HalcroweCryptfs: comments for some structs
2007-10-16  Michael HalcroweCryptfs: grammatical fix (destruct to destroy)
2007-10-16  Michael HalcroweCryptfs: collapse flag set into one statement
2007-10-16  Michael HalcroweCryptfs: remove unnecessary BUG_ON
2007-10-16  Andrew Mortonecryptfs: printk warning fixes
2007-10-16  Michael HalcroweCryptfs: update comment and debug statement
2007-10-16  Michael HalcroweCryptfs: fix Tag 11 writing code
2007-10-16  Michael HalcroweCryptfs: fix Tag 11 parsing code
2007-10-16  Michael HalcroweCryptfs: fix Tag 3 parsing code
2007-10-16  Michael HalcroweCryptfs: fix Tag 1 parsing code
2007-10-16  Michael HalcroweCryptfs: kmem_cache objects for multiple keys; init...
2007-10-16  Michael HalcroweCryptfs: use list_for_each_entry_safe() when wiping...
2007-10-16  Michael HalcroweCryptfs: add key list structure; search keyring
2007-10-16  Adrian Bunkfs/nfsd/export.c: make 3 functions static
2007-10-16  Jeff Dikeuml: fix hostfs style
2007-10-16  Jeff Dikeuml: remove unneeded if from hostfs
2007-10-16  Miklos SzerediUML: remove unnecessary hostfs_getattr()
2007-10-16  Badari Pulavartyhugetlbfs read() support
2007-10-16  Ken Chenhugetlb: allow extending ftruncate on hugetlbfs
2007-10-16  Mel GormanPrint out statistics in relation to fragmentation avoid...
2007-10-16  Mel GormanGroup short-lived and reclaimable kernel allocations
2007-10-16  Nick Pigginfs: remove some AOP_TRUNCATED_PAGE
2007-10-16  Nick Pigginfs: restore nobh
2007-10-16  Nick Pigginocfs2: convert to new aops
2007-10-16  Nick Pigginfs: affs convert to new aops
2007-10-16  Nick Pigginfs: adfs convert to new aops
2007-10-16  Nick Pigginjfs: convert to new aops
2007-10-16  Nick Pigginminixfs: convert to new aops
2007-10-16  Nick Pigginsysv: convert to new aops
2007-10-16  Nick Pigginudf: convert to new aops
next