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