summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-07-09move-exit_task_namespaces-outside-of-exit_notify-fixAndrew Morton
2013-07-09coredump: '% at the end' shouldn't bypass core_uses_pid logicOleg Nesterov
2013-07-09signals: eventpoll: set ->saved_sigmask at the startOleg Nesterov
2013-07-09fat-additions-to-support-fat_fallocate-fixAndrew Morton
2013-07-09fat: additions to support fat_fallocateNamjae Jeon
2013-07-09autofs4: translate pids to the right namespace for the daemonMiklos Szeredi
2013-07-09autofs4: allow autofs to work outside the initial PID namespaceSukadev Bhattiprolu
2013-07-09binfmt_elf.c: use get_random_int() to fix entropy depletingJeff Liu
2013-07-09drop_caches: add some documentation and info messageMichal Hocko
2013-07-09mm/writeback: don't check force_wait to handle bdi->work_listWanpeng Li
2013-07-09fs/fs-writeback.c: : make wb_do_writeback() as staticHaicheng Li
2013-07-09super: fix for destroy lrusGlauber Costa
2013-07-09list_lru: dynamically adjust node arraysGlauber Costa
2013-07-09UBIFS: signedness bug in ubifs_shrink_count()Dan Carpenter
2013-07-09fs-convert-fs-shrinkers-to-new-scan-count-api-fixAndrew Morton
2013-07-09fs: convert fs shrinkers to new scan/count APIDave Chinner
2013-07-09xfs-convert-dquot-cache-lru-to-list_lru-fixAndrew Morton
2013-07-09xfs: convert dquot cache lru to list_lruDave Chinner
2013-07-09xfs: rework buffer dispose list trackingDave Chinner
2013-07-09xfs-convert-buftarg-lru-to-generic-code-fixAndrew Morton
2013-07-09xfs: convert buftarg LRU to generic codeDave Chinner
2013-07-09fs: convert inode and dentry shrinking to be node awareDave Chinner
2013-07-09shrinker: add node awarenessDave Chinner
2013-07-09list_lru: remove special case function list_lru_dispose_all.Glauber Costa
2013-07-09dcache: convert to use new lru list infrastructureDave Chinner
2013-07-09inode: move inode to a different list inside lockGlauber Costa
2013-07-09inode: convert inode lru list to generic lru list code.Dave Chinner
2013-07-09shrinker-convert-superblock-shrinkers-to-new-api-fixAndrew Morton
2013-07-09shrinker: convert superblock shrinkers to new APIDave Chinner
2013-07-09dcache: remove dentries from LRU before putting on dispose listDave Chinner
2013-07-09dentry: move to per-sb LRU locksDave Chinner
2013-07-09dcache: convert dentry_stat.nr_unused to per-cpu countersDave Chinner
2013-07-09super: fix calculation of shrinkable objects for small numbersGlauber Costa
2013-07-09fs: bump inode and dentry counters to longGlauber Costa
2013-07-09vmcore: disable mmap_vmcore() if CONFIG_MMU is not definedHATAYAMA Daisuke
2013-07-09vmcore-allow-user-process-to-remap-elf-note-segment-buffer-fixAndrew Morton
2013-07-09vmcore: allow user process to remap ELF note segment bufferHATAYAMA Daisuke
2013-07-09mm: remove free_area_cacheMichel Lespinasse
2013-07-09fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov
2013-07-09fs/file_table.c:fput(): add commentAndrew Morton
2013-07-09ocfs2-fix-issue-that-ocfs2_setattr-does-not-deal-with-new_i_size==i_size-v2Younger Liu
2013-07-09ocfs2: fix issue that ocfs2_setattr() does not deal with new_i_size==i_sizeYounger Liu
2013-07-09ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_ENDJensen
2013-07-09ocfs2: should call ocfs2_journal_access_di() before ocfs2_delete_entry() in o...Younger Liu
2013-07-09fsnotify: update comments concerning locking schemeLino Sanfilippo
2013-07-09inotify: fix race when adding a new watchLino Sanfilippo
2013-07-09dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_groupLino Sanfilippo
2013-07-09fanotify: put duplicate code for adding vfsmount/inode marks into an own func...Lino Sanfilippo
2013-07-09fanotify: fix races when adding/removing marksLino Sanfilippo
2013-07-09fanotify: info leak in copy_event_to_user()Dan Carpenter