aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-02-16ext2: remove xip.c and xip.hMatthew Wilcox
2015-02-16ext2: remove ext2_use_xipMatthew Wilcox
2015-02-16ext2: remove ext2_xip_verify_sb()Matthew Wilcox
2015-02-16vfs: remove get_xip_memMatthew Wilcox
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox
2015-02-16dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox
2015-02-16Revert "locks: keep a count of locks on the flctx lists"Jeff Layton
2015-02-16nfsd4: fix v3-less buildJ. Bruce Fields
2015-02-16xfs: recall pNFS layouts on conflicting accessChristoph Hellwig
2015-02-16xfs: implement pNFS export operationsChristoph Hellwig
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-14ext4: fix indirect punch hole corruptionOmar Sandoval
2015-02-14Btrfs: don't remove extents and xattrs when logging new namesFilipe Manana
2015-02-14Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana
2015-02-14Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block groupForrest Liu
2015-02-14Btrfs: account for large extents with enospcJosef Bacik
2015-02-14Btrfs: don't set and clear delalloc for O_DIRECT writesJosef Bacik
2015-02-14Btrfs: only adjust outstanding_extents when we do a short writeJosef Bacik
2015-02-14btrfs: Fix out-of-space bugZhao Lei
2015-02-14Btrfs: scrub, fix sleep in atomic contextFilipe Manana
2015-02-14Btrfs: fix scheduler warning when syncing logFilipe Manana
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-13NFSv4: Kill unused nfs_inode->delegation_state fieldTrond Myklebust
2015-02-13NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust
2015-02-13nfs: Can call nfs_clear_page_commit() insteadTom Haynes
2015-02-13nfs: Provide and use helper functions for marking a page as unstableTom Haynes
2015-02-13jffs2: fix handling of corrupted summary lengthChen Jie
2015-02-12ext4: ignore journal checksum on remount; don't failEric Sandeen
2015-02-12ext4: remove duplicate remount check for JOURNAL_CHECKSUM changeEric Sandeen
2015-02-12ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesizeXiaoguang Wang
2015-02-12ext4: support read-only imagesDarrick J. Wong
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