aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-15Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds7-12/+148
2015-02-13fs: dcache: manually unpoison dname after allocation to shut up kasan's reportsAndrey Ryabinin1-0/+5
2015-02-13epoll: optimize setting task running after blockingDavidlohr Bueso1-2/+2
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo1-32/+0
2015-02-13proc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-6/+4
2015-02-13fs/namespace: convert devname allocation to kstrdup_constAndrzej Hajda1-3/+3
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo3-17/+9
2015-02-13kernfs: convert node name allocation to kstrdup_constAndrzej Hajda1-6/+6
2015-02-12Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds22-481/+986
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-114/+103
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2015-02-12fs/proc/array.c: convert to use string_escape_str()Andy Shevchenko1-27/+7
2015-02-12fs: proc: task_mmu: show page size in /proc/<pid>/numa_mapsRafael Aquini1-0/+2
2015-02-12fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov2-2/+2
2015-02-12fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (peak RSS)Petr Cermak1-0/+14
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov5-20/+25
2015-02-12fs: shrinker: always scan at least one object of each typeVladimir Davydov1-3/+6
2015-02-12fs: make shrinker memcg awareVladimir Davydov1-3/+3
2015-02-12list_lru: organize all list_lrus to listVladimir Davydov1-0/+8
2015-02-12vmscan: per memory cgroup slab shrinkersVladimir Davydov1-14/+0
2015-02-12fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov2-10/+9
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov7-40/+32
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-18/+53
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds59-283/+93
2015-02-12Merge tag 'jfs-3.20' of git://github.com/kleikamp/linux-shaggyLinus Torvalds5-91/+45
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds25-84/+2251
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-112/+124
2015-02-11Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds7-25/+191
2015-02-11Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds38-1187/+4537
2015-02-11mm: /proc/pid/clear_refs: avoid split_huge_page()Kirill A. Shutemov1-3/+44
2015-02-11mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Naoya Horiguchi1-0/+3
2015-02-11numa_maps: remove numa_maps->vmaNaoya Horiguchi1-16/+13
2015-02-11numa_maps: fix typo in gather_hugetbl_statsNaoya Horiguchi1-3/+3
2015-02-11pagemap: use walk->vma instead of calling find_vma()Naoya Horiguchi1-54/+14
2015-02-11clear_refs: remove clear_refs_private->vma and introduce clear_refs_test_walk()Naoya Horiguchi1-24/+22
2015-02-11smaps: remove mem_size_stats->vma and use walk_page_vma()Naoya Horiguchi1-8/+4
2015-02-11proc/pagemap: walk page tables under pte lockKonstantin Khlebnikov1-5/+9
2015-02-11page_writeback: put account_page_redirty() after set_page_dirty()Konstantin Khebnikov1-1/+1
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov1-3/+6
2015-02-11mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin1-3/+13
2015-02-11f2fs: use spinlock for segmap_lock instead of rwlockChao Yu2-12/+12
2015-02-11f2fs: fix accessing wrong indexed data blocksJaegeuk Kim1-1/+9
2015-02-11f2fs: avoid variable length arrayJaegeuk Kim3-2/+10
2015-02-11f2fs: fix sparse warningsJaegeuk Kim4-6/+5
2015-02-11f2fs: allocate data blocks in advance for f2fs_direct_IOJaegeuk Kim1-3/+54
2015-02-11f2fs: introduce macros to convert bytes and blocks in f2fsJaegeuk Kim3-10/+8
2015-02-11f2fs: call set_buffer_new for get_blockJaegeuk Kim1-1/+3
2015-02-11f2fs: check node page contents all the timeJaegeuk Kim1-4/+3
2015-02-11f2fs: avoid data offset overflow when lseeking huge fileChao Yu1-1/+1
2015-02-11f2fs: fix to use highmem for pages of newly created directoryChao Yu1-1/+1