summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-06-17fs/exec.c: do_execve_common(): use current_user()Oleg Nesterov
2013-06-17coredump: avoid the uninitialized cn->corename if core_pattern is emptyOleg Nesterov
2013-06-17coredump: '% at the end' shouldn't bypass core_uses_pid logicOleg Nesterov
2013-06-17coredump: kill call_count, add core_name_sizeOleg Nesterov
2013-06-17coredump: kill cn_escape(), introduce cn_esc_printf()Oleg Nesterov
2013-06-17coredump: cn_vprintf() has no reason to call vsnprintf() twiceOleg Nesterov
2013-06-17coredump: introduce cn_vprintf()Oleg Nesterov
2013-06-17coredump: format_corename() can leak cn->corenameOleg Nesterov
2013-06-17fat-additions-to-support-fat_fallocate-fixAndrew Morton
2013-06-17fat: additions to support fat_fallocateNamjae Jeon
2013-06-17fs/fat: use fat_msg() to replace printk() in __fat_fs_error()Gu Zheng
2013-06-17] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil...Vyacheslav Dubeyko
2013-06-17nilfs2: implement calculation of free inodes countVyacheslav Dubeyko
2013-06-17minix: bug widening a binary "not" operationDan Carpenter
2013-06-17autofs4: translate pids to the right namespace for the daemonMiklos Szeredi
2013-06-17autofs4: allow autofs to work outside the initial PID namespaceSukadev Bhattiprolu
2013-06-17binfmt_elf.c: use get_random_int() to fix entropy depletingJeff Liu
2013-06-17clean up scary strncpy(dst, src, strlen(src)) usesKees Cook
2013-06-17drop_caches: add some documentation and info messageMichal Hocko
2013-06-17list_lru: dynamically adjust node arraysGlauber Costa
2013-06-17fs-convert-fs-shrinkers-to-new-scan-count-api-fixAndrew Morton
2013-06-17fs: convert fs shrinkers to new scan/count APIDave Chinner
2013-06-17xfs-convert-dquot-cache-lru-to-list_lru-fixAndrew Morton
2013-06-17xfs: convert dquot cache lru to list_lruDave Chinner
2013-06-17xfs: rework buffer dispose list trackingDave Chinner
2013-06-17xfs-convert-buftarg-lru-to-generic-code-fixAndrew Morton
2013-06-17xfs: convert buftarg LRU to generic codeDave Chinner
2013-06-17fs: convert inode and dentry shrinking to be node awareDave Chinner
2013-06-17shrinker: add node awarenessDave Chinner
2013-06-17dcache: convert to use new lru list infrastructureDave Chinner
2013-06-17inode: convert inode lru list to generic lru list code.Dave Chinner
2013-06-17shrinker-convert-superblock-shrinkers-to-new-api-fixAndrew Morton
2013-06-17shrinker: convert superblock shrinkers to new APIDave Chinner
2013-06-17dcache: remove dentries from LRU before putting on dispose listDave Chinner
2013-06-17dentry: move to per-sb LRU locksDave Chinner
2013-06-17dcache: convert dentry_stat.nr_unused to per-cpu countersDave Chinner
2013-06-17super: fix calculation of shrinkable objects for small numbersGlauber Costa
2013-06-17fs: bump inode and dentry counters to longGlauber Costa
2013-06-17fs/fs-writeback.c: : make wb_do_writeback() as staticHaicheng Li
2013-06-17mm: use totalram_pages instead of num_physpages at runtimeJiang Liu
2013-06-17mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman
2013-06-17vmcore-support-mmap-on-proc-vmcore-fixAndrew Morton
2013-06-17vmcore: support mmap() on /proc/vmcoreHATAYAMA Daisuke
2013-06-17vmcore: calculate vmcore file size from buffer size and total size of vmcore ...HATAYAMA Daisuke
2013-06-17vmcore-allow-user-process-to-remap-elf-note-segment-buffer-fixAndrew Morton
2013-06-17vmcore: allow user process to remap ELF note segment bufferHATAYAMA Daisuke
2013-06-17vmcore-allocate-elf-note-segment-in-the-2nd-kernel-vmalloc-memory-fixAndrew Morton
2013-06-17vmcore: allocate ELF note segment in the 2nd kernel vmalloc memoryHATAYAMA Daisuke
2013-06-17vmcore: treat memory chunks referenced by PT_LOAD program header entries in p...HATAYAMA Daisuke
2013-06-17vmcore-allocate-buffer-for-elf-headers-on-page-size-alignment-fixAndrew Morton