summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-02-17ext2: remove xip.c and xip.hMatthew Wilcox6-35/+0
2015-02-17ext2: remove ext2_use_xipMatthew Wilcox3-3/+7
2015-02-17ext2: remove ext2_xip_verify_sb()Matthew Wilcox3-35/+12
2015-02-17vfs: remove get_xip_memMatthew Wilcox5-54/+1
2015-02-17dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox2-1/+45
2015-02-17dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox2-2/+273
2015-02-17dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox4-20/+42
2015-02-17dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox4-3/+198
2015-02-17vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox2-5/+6
2015-02-16Revert "locks: keep a count of locks on the flctx lists"Jeff Layton3-35/+33
2015-02-16nfsd4: fix v3-less buildJ. Bruce Fields1-0/+5
2015-02-16xfs: recall pNFS layouts on conflicting accessChristoph Hellwig5-7/+64
2015-02-16xfs: implement pNFS export operationsChristoph Hellwig8-1/+329
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2015-02-15Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds7-12/+148
2015-02-15ext4: fix indirect punch hole corruptionOmar Sandoval1-34/+71
2015-02-14Btrfs: don't remove extents and xattrs when logging new namesFilipe Manana1-12/+27
2015-02-14Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana1-9/+73
2015-02-14Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block groupForrest Liu1-1/+2
2015-02-14Btrfs: account for large extents with enospcJosef Bacik4-7/+76
2015-02-14Btrfs: don't set and clear delalloc for O_DIRECT writesJosef Bacik1-6/+2
2015-02-14Btrfs: only adjust outstanding_extents when we do a short writeJosef Bacik1-5/+6
2015-02-14btrfs: Fix out-of-space bugZhao Lei3-0/+11
2015-02-14Btrfs: scrub, fix sleep in atomic contextFilipe Manana1-16/+23
2015-02-14Btrfs: fix scheduler warning when syncing logFilipe Manana1-1/+1
2015-02-14fs: dcache: manually unpoison dname after allocation to shut up kasan's reportsAndrey Ryabinin1-0/+5
2015-02-14epoll: optimize setting task running after blockingDavidlohr Bueso1-2/+2
2015-02-14bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo1-32/+0
2015-02-14proc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-6/+4
2015-02-14fs/namespace: convert devname allocation to kstrdup_constAndrzej Hajda1-3/+3
2015-02-14kernfs: remove KERNFS_STATIC_NAMETejun Heo3-17/+9
2015-02-14kernfs: convert node name allocation to kstrdup_constAndrzej Hajda1-6/+6
2015-02-14NFSv4: Kill unused nfs_inode->delegation_state fieldTrond Myklebust2-5/+0
2015-02-14NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust1-1/+1
2015-02-14nfs: Can call nfs_clear_page_commit() insteadTom Haynes1-5/+2
2015-02-14nfs: Provide and use helper functions for marking a page as unstableTom Haynes4-21/+19
2015-02-13jffs2: fix handling of corrupted summary lengthChen Jie1-0/+5
2015-02-13ext4: ignore journal checksum on remount; don't failEric Sandeen1-3/+2
2015-02-13ext4: remove duplicate remount check for JOURNAL_CHECKSUM changeEric Sandeen1-11/+0
2015-02-13ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesizeXiaoguang Wang1-0/+7
2015-02-13ext4: support read-only imagesDarrick J. Wong2-1/+10
2015-02-13Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds22-481/+986
2015-02-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-114/+103
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2015-02-13fs/proc/array.c: convert to use string_escape_str()Andy Shevchenko1-27/+7
2015-02-13fs: proc: task_mmu: show page size in /proc/<pid>/numa_mapsRafael Aquini1-0/+2
2015-02-13fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov2-2/+2
2015-02-13fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Petr Cermak1-0/+14
2015-02-13list_lru: add helpers to isolate itemsVladimir Davydov5-20/+25
2015-02-13fs: shrinker: always scan at least one object of each typeVladimir Davydov1-3/+6