Age | Commit message (Expand) | Author |
2015-02-17 | dax: add dax_zero_page_range | Matthew Wilcox |
2015-02-17 | ext2: get rid of most mentions of XIP in ext2 | Matthew Wilcox |
2015-02-17 | ext2: remove ext2_aops_xip | Matthew Wilcox |
2015-02-17 | vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX | Matthew Wilcox |
2015-02-17 | ext2: remove xip.c and xip.h | Matthew Wilcox |
2015-02-17 | ext2: remove ext2_use_xip | Matthew Wilcox |
2015-02-17 | ext2: remove ext2_xip_verify_sb() | Matthew Wilcox |
2015-02-17 | vfs: remove get_xip_mem | Matthew Wilcox |
2015-02-17 | dax,ext2: replace xip_truncate_page with dax_truncate_page | Matthew Wilcox |
2015-02-17 | dax,ext2: replace the XIP page fault handler with the DAX page fault handler | Matthew Wilcox |
2015-02-17 | dax,ext2: replace ext2_clear_xip_target with dax_clear_blocks | Matthew Wilcox |
2015-02-17 | dax,ext2: replace XIP read and write with DAX I/O | Matthew Wilcox |
2015-02-17 | vfs,ext2: introduce IS_DAX(inode) | Matthew Wilcox |
2015-02-16 | Revert "locks: keep a count of locks on the flctx lists" | Jeff Layton |
2015-02-16 | nfsd4: fix v3-less build | J. Bruce Fields |
2015-02-16 | xfs: recall pNFS layouts on conflicting access | Christoph Hellwig |
2015-02-16 | xfs: implement pNFS export operations | Christoph Hellwig |
2015-02-15 | Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2015-02-15 | Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs | Linus Torvalds |
2015-02-15 | ext4: fix indirect punch hole corruption | Omar Sandoval |
2015-02-14 | Btrfs: don't remove extents and xattrs when logging new names | Filipe Manana |
2015-02-14 | Btrfs: fix fsync data loss after adding hard link to inode | Filipe Manana |
2015-02-14 | Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block group | Forrest Liu |
2015-02-14 | Btrfs: account for large extents with enospc | Josef Bacik |
2015-02-14 | Btrfs: don't set and clear delalloc for O_DIRECT writes | Josef Bacik |
2015-02-14 | Btrfs: only adjust outstanding_extents when we do a short write | Josef Bacik |
2015-02-14 | btrfs: Fix out-of-space bug | Zhao Lei |
2015-02-14 | Btrfs: scrub, fix sleep in atomic context | Filipe Manana |
2015-02-14 | Btrfs: fix scheduler warning when syncing log | Filipe Manana |
2015-02-14 | fs: dcache: manually unpoison dname after allocation to shut up kasan's reports | Andrey Ryabinin |
2015-02-14 | epoll: optimize setting task running after blocking | Davidlohr Bueso |
2015-02-14 | bitmap, cpumask, nodemask: remove dedicated formatting functions | Tejun Heo |
2015-02-14 | proc: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo |
2015-02-14 | fs/namespace: convert devname allocation to kstrdup_const | Andrzej Hajda |
2015-02-14 | kernfs: remove KERNFS_STATIC_NAME | Tejun Heo |
2015-02-14 | kernfs: convert node name allocation to kstrdup_const | Andrzej Hajda |
2015-02-14 | NFSv4: Kill unused nfs_inode->delegation_state field | Trond Myklebust |
2015-02-14 | NFS: struct nfs_commit_info.lock must always point to inode->i_lock | Trond Myklebust |
2015-02-13 | nfs: Can call nfs_clear_page_commit() instead | Tom Haynes |
2015-02-13 | nfs: Provide and use helper functions for marking a page as unstable | Tom Haynes |
2015-02-13 | jffs2: fix handling of corrupted summary length | Chen Jie |
2015-02-13 | ext4: ignore journal checksum on remount; don't fail | Eric Sandeen |
2015-02-13 | ext4: remove duplicate remount check for JOURNAL_CHECKSUM change | Eric Sandeen |
2015-02-13 | ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesize | Xiaoguang Wang |
2015-02-13 | ext4: support read-only images | Darrick J. Wong |
2015-02-13 | Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds |
2015-02-13 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2015-02-13 | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski |
2015-02-13 | fs/proc/array.c: convert to use string_escape_str() | Andy Shevchenko |
2015-02-13 | fs: proc: task_mmu: show page size in /proc/<pid>/numa_maps | Rafael Aquini |