Merge branch 'fix/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[sfrench/cifs-2.6.git] / fs /
2009-09-23 Linus TorvaldsMerge branch 'fix/misc' of git://git./linux/kernel...
2009-09-23 Linus TorvaldsMerge branch 'fix/asoc' of git://git./linux/kernel...
2009-09-23 Linus TorvaldsMerge branch 'for-linus' of git://git390.marist.edu...
2009-09-23 Linus TorvaldsMerge branch 'timers-for-linus' of git://git./linux...
2009-09-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-23 Linus TorvaldsMerge branch 'sfi-release' of git://git./linux/kernel...
2009-09-23 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2009-09-23 Linus TorvaldsMerge branch 'i2c-for-linus' of git://git./linux/kernel...
2009-09-23 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-09-23 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2009-09-23 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-for...
2009-09-23 Heiko Carstensfs: change sys_truncate length parameter type
2009-09-23 Linus TorvaldsMerge branch 'for-linus' of git://gitserver.sunplusct...
2009-09-23 Linus TorvaldsMerge branch 'x86/orig_ax' of git://git./linux/kernel...
2009-09-23 Heiko Carstensext2: fix format string compile warning (ino_t)
2009-09-23 Doug GrahamV3 minixfs: add missing directory type checking
2009-09-23 Bartlomiej Zolnier... ncpfs: fix wrong check in __ncp_ioctl()
2009-09-23 Roel Kluinncpfs: read buffer overflow
2009-09-23 maximilian attemsramfs: move RAMFS_MAGIC to include/linux/magic.h
2009-09-23 KAMEZAWA Hiroyuki/proc/kcore: update stat.st_size after memory hotplug
2009-09-23 KAMEZAWA Hiroyuki/proc/kcore: fix stat.st_size
2009-09-23 KAMEZAWA Hiroyukikcore: more fixes for init
2009-09-23 KAMEZAWA Hiroyukikcore: register module area in generic way
2009-09-23 KAMEZAWA Hiroyukikcore: register vmemmap range
2009-09-23 KAMEZAWA Hiroyukikcore: use registerd physmem information
2009-09-23 KAMEZAWA Hiroyukikcore: register text area in generic way
2009-09-23 KAMEZAWA Hiroyukikcore: register vmalloc area in generic way
2009-09-23 KAMEZAWA Hiroyukikcore: add kclist types
2009-09-23 KAMEZAWA Hiroyukikcore: use usual list for kclist
2009-09-23 Stefani Seiboldprocfs: provide stack information for threads
2009-09-23 Vincent Lifs/proc/base.c: fix proc_fault_inject_write() input...
2009-09-23 Vincent Lifs/proc/task_mmu.c v1: fix clear_refs_write() input...
2009-09-23 Amerigo Wangkcore: fix /proc/kcore's stat.st_size
2009-09-23 Oleg Nesterovproc_flush_task: flush /proc/tid/task/pid when a sub...
2009-09-23 Kees Cookproc: fix reported unit for RLIMIT_CPU
2009-09-23 Jiri Pirkogetrusage: fill ru_maxrss value
2009-09-23 Suzuki Poulosefix compat_sys_utimensat()
2009-09-23 Christoph Hellwigqnx4: remove write support
2009-09-23 Christoph Hellwigntfs: remove ntfs_file_write
2009-09-23 Davide Libenzianonfd: split interface into file creation and install
2009-09-23 H Hartley Sweetenaio.c: move EXPORT* macros to line after function
2009-09-23 H Hartley Sweetenfs/buffer.c: clean up EXPORT* macros
2009-09-23 Nick Pigginfs: turn iprune_mutex into rwsem
2009-09-23 James Morrisseq_file: constify seq_operations
2009-09-23 Nick BlackMove magic numbers into magic.h
2009-09-23 Guillaume Knispelpoll/select: avoid arithmetic overflow in __estimate_ac...
2009-09-23 Roel Kluinsmbfs: read buffer overflow
2009-09-23 Tao Maocfs2: Use buffer IO if we are appending a file.
2009-09-23 Wengang Wangocfs2: add spinlock protection when dealing with lockre...
2009-09-23 Coly Lidlmglue.c: add missed mlog lines
2009-09-23 Sunil Mushranocfs2: __ocfs2_abort() should not enable panic for...
2009-09-23 Tao Maocfs2: Add ioctl for reflink.
2009-09-23 Tao Maocfs2: Enable refcount tree support.
2009-09-23 Tao Maocfs2: Implement ocfs2_reflink.
2009-09-23 Tao Maocfs2: Add preserve to reflink.
2009-09-23 Tao Maocfs2: Create reflinked file in orphan dir.
2009-09-23 Tao Maocfs2: Use proper parameter for some inode operation.
2009-09-23 Tao Maocfs2: Make transaction extend more efficient.
2009-09-23 Tao Maocfs2: Don't merge in 1st refcount ops of reflink.
2009-09-23 Tao Maocfs2: Modify removing xattr process for refcount.
2009-09-23 Tao Maocfs2: Add reflink support for xattr.
2009-09-23 Tao Maocfs2: Create an xattr indexed block if needed.
2009-09-23 Tao Maocfs2: Call refcount tree remove process properly.
2009-09-23 Tao Maocfs2: Attach xattr clusters to refcount tree.
2009-09-23 Tao Maocfs2: Abstract ocfs2 xattr tree extend rec iteration...
2009-09-23 Tao Maocfs2: Abstract the creation of xattr block.
2009-09-23 Tao Maocfs2: Remove inode from ocfs2_xattr_bucket_get_name_value.
2009-09-23 Tao Maocfs2: Add CoW support for xattr.
2009-09-23 Tao Maocfs2: Abstract duplicate clusters process in CoW.
2009-09-23 Tao Maocfs2: Return extent flags for xattr value tree.
2009-09-23 Tao Maocfs2: handle file attributes issue for reflink.
2009-09-23 Tao Maocfs2: Add normal functions for reflink a normal file...
2009-09-23 Tao Maocfs2: CoW a reflinked cluster when it is truncated.
2009-09-23 Tao Maocfs2: Integrate CoW in file write.
2009-09-23 Tao Maocfs2: CoW refcount tree improvement.
2009-09-23 Tao Maocfs2: Add CoW support.
2009-09-23 Tao Maocfs2: Decrement refcount when truncating refcounted...
2009-09-23 Tao Maocfs2: Add functions for extents refcounted.
2009-09-23 Tao Maocfs2: Add support of decrementing refcount for delete.
2009-09-23 Tao Maocfs2: Add support for incrementing refcount in the...
2009-09-23 Tao Maocfs2: move tree path functions to alloc.h.
2009-09-23 Tao Maocfs2: Add refcount b-tree as a new extent tree.
2009-09-23 Tao Maocfs2: Abstract extent split process.
2009-09-23 Tao Maocfs2: Wrap ocfs2_extent_contig in ocfs2_extent_tree.
2009-09-23 Tao Maocfs2: Basic tree root operation.
2009-09-23 Tao Maocfs2: Add refcount tree lock mechanism.
2009-09-23 Tao Maocfs2: Add caching info for refcount tree.
2009-09-23 Tao Maocfs2: Add new refcount tree lock resource in dlmglue.
2009-09-23 Tao Maocfs2: Abstract caching info checkpoint.
2009-09-23 Tao Maocfs2: Add ocfs2_read_refcount_block.
2009-09-23 Tao Maocfs2: Add metaecc for ocfs2_refcount_block.
2009-09-23 Tao Maocfs2: Define refcount tree structure.
2009-09-22 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2009-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-22 Linus TorvaldsMerge branch 'for-2.6.32' of git://linux-nfs.org/~bfiel...
2009-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-22 Michael S. Tsirkinmm: move use_mm/unuse_mm from aio.c to mm/
2009-09-22 Eric B Munsonhugetlbfs: allow the creation of files suitable for...
2009-09-22 Hugh Dickinstmpfs: depend on shmem
next