aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-23fs: change sys_truncate length parameter typeHeiko Carstens1-3/+2
2009-09-23ext2: fix format string compile warning (ino_t)Heiko Carstens1-1/+1
2009-09-23V3 minixfs: add missing directory type checkingDoug Graham1-4/+18
2009-09-23ncpfs: fix wrong check in __ncp_ioctl()Bartlomiej Zolnierkiewicz1-1/+1
2009-09-23ncpfs: read buffer overflowRoel Kluin1-1/+1
2009-09-23ramfs: move RAMFS_MAGIC to include/linux/magic.hmaximilian attems1-3/+1
2009-09-23/proc/kcore: update stat.st_size after memory hotplugKAMEZAWA Hiroyuki1-0/+5
2009-09-23/proc/kcore: fix stat.st_sizeKAMEZAWA Hiroyuki1-1/+5
2009-09-23kcore: more fixes for initKAMEZAWA Hiroyuki1-1/+4
2009-09-23kcore: register module area in generic wayKAMEZAWA Hiroyuki1-1/+18
2009-09-23kcore: register vmemmap rangeKAMEZAWA Hiroyuki1-2/+50
2009-09-23kcore: use registerd physmem informationKAMEZAWA Hiroyuki1-12/+167
2009-09-23kcore: register text area in generic wayKAMEZAWA Hiroyuki1-1/+18
2009-09-23kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki1-0/+5
2009-09-23kcore: add kclist typesKAMEZAWA Hiroyuki1-1/+2
2009-09-23kcore: use usual list for kclistKAMEZAWA Hiroyuki1-6/+6
2009-09-23procfs: provide stack information for threadsStefani Seibold3-1/+105
2009-09-23fs/proc/base.c: fix proc_fault_inject_write() input sanity checkVincent Li1-6/+5
2009-09-23fs/proc/task_mmu.c v1: fix clear_refs_write() input sanity checkVincent Li1-8/+6
2009-09-23kcore: fix /proc/kcore's stat.st_sizeAmerigo Wang1-3/+0
2009-09-23proc_flush_task: flush /proc/tid/task/pid when a sub-thread exitsOleg Nesterov1-7/+3
2009-09-23proc: fix reported unit for RLIMIT_CPUKees Cook1-1/+1
2009-09-23getrusage: fill ru_maxrss valueJiri Pirko1-0/+3
2009-09-23fix compat_sys_utimensat()Suzuki Poulose1-7/+0
2009-09-23qnx4: remove write supportChristoph Hellwig9-368/+2
2009-09-23ntfs: remove ntfs_file_writeChristoph Hellwig1-41/+1
2009-09-23anonfd: split interface into file creation and installDavide Libenzi2-30/+105
2009-09-23aio.c: move EXPORT* macros to line after functionH Hartley Sweeten1-6/+4
2009-09-23fs/buffer.c: clean up EXPORT* macrosH Hartley Sweeten2-30/+28
2009-09-23fs: turn iprune_mutex into rwsemNick Piggin1-7/+12
2009-09-23seq_file: constify seq_operationsJames Morris8-19/+19
2009-09-23Move magic numbers into magic.hNick Black2-5/+2
2009-09-23poll/select: avoid arithmetic overflow in __estimate_accuracy()Guillaume Knispel1-4/+10
2009-09-23smbfs: read buffer overflowRoel Kluin1-1/+1
2009-09-22Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linuxLinus Torvalds15-612/+783
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds9-9/+9
2009-09-22mm: move use_mm/unuse_mm from aio.c to mm/Michael S. Tsirkin1-46/+1
2009-09-22hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs internal mountEric B Munson1-4/+17
2009-09-22tmpfs: depend on shmemHugh Dickins1-0/+1
2009-09-22mm: add get_dump_pageHugh Dickins2-67/+33
2009-09-22oom: fix oom_adjust_write() input sanity checkKOSAKI Motohiro1-8/+10
2009-09-22oom: make oom_score to per-process valueKOSAKI Motohiro1-1/+1
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro1-4/+20
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-1/+1
2009-09-22kcore: /proc/kcore should use vreadKAMEZAWA Hiroyuki1-33/+2
2009-09-22pagemap clear_refs: modify to specify anon or mapped vma clearingMoussa A. Ba1-4/+24
2009-09-22ksm: identify PageKsm pagesHugh Dickins1-0/+5
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro1-0/+2
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro1-0/+2
2009-09-22const: make block_device_operations constAlexey Dobriyan3-3/+3