summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-02-15Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds
2015-02-13fs: dcache: manually unpoison dname after allocation to shut up kasan's reportsAndrey Ryabinin
2015-02-13epoll: optimize setting task running after blockingDavidlohr Bueso
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo
2015-02-13proc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13fs/namespace: convert devname allocation to kstrdup_constAndrzej Hajda
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo
2015-02-13kernfs: convert node name allocation to kstrdup_constAndrzej Hajda
2015-02-12Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2015-02-12fs/proc/array.c: convert to use string_escape_str()Andy Shevchenko
2015-02-12fs: proc: task_mmu: show page size in /proc/<pid>/numa_mapsRafael Aquini
2015-02-12fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov
2015-02-12fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Petr Cermak
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov
2015-02-12fs: shrinker: always scan at least one object of each typeVladimir Davydov
2015-02-12fs: make shrinker memcg awareVladimir Davydov
2015-02-12list_lru: organize all list_lrus to listVladimir Davydov
2015-02-12vmscan: per memory cgroup slab shrinkersVladimir Davydov
2015-02-12fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-12Merge tag 'jfs-3.20' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-11Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-02-11Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-02-11mm: /proc/pid/clear_refs: avoid split_huge_page()Kirill A. Shutemov
2015-02-11mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Naoya Horiguchi
2015-02-11numa_maps: remove numa_maps->vmaNaoya Horiguchi
2015-02-11numa_maps: fix typo in gather_hugetbl_statsNaoya Horiguchi
2015-02-11pagemap: use walk->vma instead of calling find_vma()Naoya Horiguchi
2015-02-11clear_refs: remove clear_refs_private->vma and introduce clear_refs_test_walk()Naoya Horiguchi
2015-02-11smaps: remove mem_size_stats->vma and use walk_page_vma()Naoya Horiguchi
2015-02-11proc/pagemap: walk page tables under pte lockKonstantin Khlebnikov
2015-02-11page_writeback: put account_page_redirty() after set_page_dirty()Konstantin Khebnikov
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov
2015-02-11mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin
2015-02-11f2fs: use spinlock for segmap_lock instead of rwlockChao Yu
2015-02-11f2fs: fix accessing wrong indexed data blocksJaegeuk Kim
2015-02-11f2fs: avoid variable length arrayJaegeuk Kim
2015-02-11f2fs: fix sparse warningsJaegeuk Kim
2015-02-11f2fs: allocate data blocks in advance for f2fs_direct_IOJaegeuk Kim
2015-02-11f2fs: introduce macros to convert bytes and blocks in f2fsJaegeuk Kim
2015-02-11f2fs: call set_buffer_new for get_blockJaegeuk Kim
2015-02-11f2fs: check node page contents all the timeJaegeuk Kim
2015-02-11f2fs: avoid data offset overflow when lseeking huge fileChao Yu