summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2015-02-14Btrfs: only adjust outstanding_extents when we do a short writeJosef Bacik-5/+6
2015-02-14btrfs: Fix out-of-space bugZhao Lei-0/+11
2015-02-14Btrfs: scrub, fix sleep in atomic contextFilipe Manana-16/+23
2015-02-14Btrfs: fix scheduler warning when syncing logFilipe Manana-1/+1
2015-02-13fs: dcache: manually unpoison dname after allocation to shut up kasan's reportsAndrey Ryabinin-0/+5
2015-02-13epoll: optimize setting task running after blockingDavidlohr Bueso-2/+2
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo-32/+0
2015-02-13proc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-6/+4
2015-02-13fs/namespace: convert devname allocation to kstrdup_constAndrzej Hajda-3/+3
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo-17/+9
2015-02-13kernfs: convert node name allocation to kstrdup_constAndrzej Hajda-6/+6
2015-02-13NFSv4: Kill unused nfs_inode->delegation_state fieldTrond Myklebust-5/+0
2015-02-13NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust-1/+1
2015-02-13nfs: Can call nfs_clear_page_commit() insteadTom Haynes-5/+2
2015-02-13nfs: Provide and use helper functions for marking a page as unstableTom Haynes-21/+19
2015-02-13jffs2: fix handling of corrupted summary lengthChen Jie-0/+5
2015-02-12ext4: ignore journal checksum on remount; don't failEric Sandeen-3/+2
2015-02-12ext4: remove duplicate remount check for JOURNAL_CHECKSUM changeEric Sandeen-11/+0
2015-02-12ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesizeXiaoguang Wang-0/+7
2015-02-12ext4: support read-only imagesDarrick J. Wong-1/+10
2015-02-12Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds-481/+986
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds-114/+103
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski-1/+1
2015-02-12fs/proc/array.c: convert to use string_escape_str()Andy Shevchenko-27/+7
2015-02-12fs: proc: task_mmu: show page size in /proc/<pid>/numa_mapsRafael Aquini-0/+2
2015-02-12fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov-2/+2
2015-02-12fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Petr Cermak-0/+14
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov-20/+25
2015-02-12fs: shrinker: always scan at least one object of each typeVladimir Davydov-3/+6
2015-02-12fs: make shrinker memcg awareVladimir Davydov-3/+3
2015-02-12list_lru: organize all list_lrus to listVladimir Davydov-0/+8
2015-02-12vmscan: per memory cgroup slab shrinkersVladimir Davydov-14/+0
2015-02-12fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov-10/+9
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov-40/+32
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds-18/+53
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds-283/+93
2015-02-12Merge tag 'jfs-3.20' of git://github.com/kleikamp/linux-shaggyLinus Torvalds-91/+45
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-84/+2251
2015-02-12nfsd: fix comparison in fh_fsid_match()Dan Carpenter-1/+1
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds-112/+124
2015-02-11Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-25/+191
2015-02-11Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-1187/+4537
2015-02-11mm: /proc/pid/clear_refs: avoid split_huge_page()Kirill A. Shutemov-3/+44
2015-02-11mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Naoya Horiguchi-0/+3
2015-02-11numa_maps: remove numa_maps->vmaNaoya Horiguchi-16/+13
2015-02-11numa_maps: fix typo in gather_hugetbl_statsNaoya Horiguchi-3/+3
2015-02-11pagemap: use walk->vma instead of calling find_vma()Naoya Horiguchi-54/+14
2015-02-11clear_refs: remove clear_refs_private->vma and introduce clear_refs_test_walk()Naoya Horiguchi-24/+22
2015-02-11smaps: remove mem_size_stats->vma and use walk_page_vma()Naoya Horiguchi-8/+4
2015-02-11proc/pagemap: walk page tables under pte lockKonstantin Khlebnikov-5/+9