summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-09-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2009-09-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-09-23fs: change sys_truncate length parameter typeHeiko Carstens
2009-09-23ext2: fix format string compile warning (ino_t)Heiko Carstens
2009-09-23V3 minixfs: add missing directory type checkingDoug Graham
2009-09-23ncpfs: fix wrong check in __ncp_ioctl()Bartlomiej Zolnierkiewicz
2009-09-23ncpfs: read buffer overflowRoel Kluin
2009-09-23ramfs: move RAMFS_MAGIC to include/linux/magic.hmaximilian attems
2009-09-23/proc/kcore: update stat.st_size after memory hotplugKAMEZAWA Hiroyuki
2009-09-23/proc/kcore: fix stat.st_sizeKAMEZAWA Hiroyuki
2009-09-23kcore: more fixes for initKAMEZAWA Hiroyuki
2009-09-23kcore: register module area in generic wayKAMEZAWA Hiroyuki
2009-09-23kcore: register vmemmap rangeKAMEZAWA Hiroyuki
2009-09-23kcore: use registerd physmem informationKAMEZAWA Hiroyuki
2009-09-23kcore: register text area in generic wayKAMEZAWA Hiroyuki
2009-09-23kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki
2009-09-23kcore: add kclist typesKAMEZAWA Hiroyuki
2009-09-23kcore: use usual list for kclistKAMEZAWA Hiroyuki
2009-09-23procfs: provide stack information for threadsStefani Seibold
2009-09-23fs/proc/base.c: fix proc_fault_inject_write() input sanity checkVincent Li
2009-09-23fs/proc/task_mmu.c v1: fix clear_refs_write() input sanity checkVincent Li
2009-09-23kcore: fix /proc/kcore's stat.st_sizeAmerigo Wang
2009-09-23proc_flush_task: flush /proc/tid/task/pid when a sub-thread exitsOleg Nesterov
2009-09-23proc: fix reported unit for RLIMIT_CPUKees Cook
2009-09-23getrusage: fill ru_maxrss valueJiri Pirko
2009-09-23fix compat_sys_utimensat()Suzuki Poulose
2009-09-23qnx4: remove write supportChristoph Hellwig
2009-09-23ntfs: remove ntfs_file_writeChristoph Hellwig
2009-09-23anonfd: split interface into file creation and installDavide Libenzi
2009-09-23aio.c: move EXPORT* macros to line after functionH Hartley Sweeten
2009-09-23fs/buffer.c: clean up EXPORT* macrosH Hartley Sweeten
2009-09-23fs: turn iprune_mutex into rwsemNick Piggin
2009-09-23seq_file: constify seq_operationsJames Morris
2009-09-23Move magic numbers into magic.hNick Black
2009-09-23poll/select: avoid arithmetic overflow in __estimate_accuracy()Guillaume Knispel
2009-09-23smbfs: read buffer overflowRoel Kluin
2009-09-23ocfs2: Use buffer IO if we are appending a file.Tao Ma
2009-09-23ocfs2: add spinlock protection when dealing with lockres->purge.Wengang Wang
2009-09-23dlmglue.c: add missed mlog linesColy Li
2009-09-23ocfs2: __ocfs2_abort() should not enable panic for local mountsSunil Mushran
2009-09-22ocfs2: Add ioctl for reflink.Tao Ma
2009-09-22ocfs2: Enable refcount tree support.Tao Ma
2009-09-22ocfs2: Implement ocfs2_reflink.Tao Ma
2009-09-22ocfs2: Add preserve to reflink.Tao Ma
2009-09-22ocfs2: Create reflinked file in orphan dir.Tao Ma
2009-09-22ocfs2: Use proper parameter for some inode operation.Tao Ma
2009-09-22ocfs2: Make transaction extend more efficient.Tao Ma
2009-09-22ocfs2: Don't merge in 1st refcount ops of reflink.Tao Ma
2009-09-22ocfs2: Modify removing xattr process for refcount.Tao Ma
2009-09-22ocfs2: Add reflink support for xattr.Tao Ma