Age | Commit message (Expand) | Author |
2015-02-24 | xfs: cancel failed transaction in xfs_fs_commit_blocks() | Eric Sandeen |
2015-02-24 | xfs: Ensure we have target_ip for RENAME_EXCHANGE | Eric Sandeen |
2015-02-23 | xfs: ensure truncate forces zeroed blocks to disk | Dave Chinner |
2015-02-23 | xfs: Fix quota type in quota structures when reusing quota file | Jan Kara |
2015-02-22 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2015-02-22 | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells |
2015-02-21 | Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2015-02-16 | xfs: recall pNFS layouts on conflicting access | Christoph Hellwig |
2015-02-16 | xfs: implement pNFS export operations | Christoph Hellwig |
2015-02-12 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2015-02-12 | list_lru: add helpers to isolate items | Vladimir Davydov |
2015-02-12 | fs: consolidate {nr,free}_cached_objects args in shrink_control | Vladimir Davydov |
2015-02-12 | list_lru: introduce list_lru_shrink_{count,walk} | Vladimir Davydov |
2015-02-12 | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-02-10 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2015-02-10 | Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2015-02-10 | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub | Kirill A. Shutemov |
2015-02-10 | Merge branch 'xfs-misc-fixes-for-3.20-4' into for-next | Dave Chinner |
2015-02-10 | xfs: only trace buffer items if they exist | Dave Chinner |
2015-02-06 | xfs: report proper f_files in statfs if we overshoot imaxpct | Eric Sandeen |
2015-02-05 | xfs: xfs_ioctl_setattr_check_projid can be static | kbuild test robot |
2015-02-05 | xfs: growfs should use synchronous transactions | Christoph Hellwig |
2015-02-02 | Merge branch 'xfs-ioctl-setattr-cleanup' into for-next | Dave Chinner |
2015-02-02 | xfs: fix behaviour of XFS_IOC_FSSETXATTR on directories | Iustin Pop |
2015-02-02 | xfs: factor projid hint checking out of xfs_ioctl_setattr | Dave Chinner |
2015-02-02 | xfs: factor extsize hint checking out of xfs_ioctl_setattr | Dave Chinner |
2015-02-02 | xfs: XFS_IOCTL_SETXATTR can run in user namespaces | Dave Chinner |
2015-02-02 | xfs: kill xfs_ioctl_setattr behaviour mask | Dave Chinner |
2015-02-02 | xfs: disaggregate xfs_ioctl_setattr | Dave Chinner |
2015-02-02 | xfs: factor out xfs_ioctl_setattr transaciton preamble | Dave Chinner |
2015-02-02 | xfs: separate xflags from xfs_ioctl_setattr | Dave Chinner |
2015-02-02 | xfs: FSX_NONBLOCK is not used | Dave Chinner |
2015-02-02 | Merge branch 'xfs-misc-fixes-for-3.20-3' into for-next | Dave Chinner |
2015-02-02 | xfs: don't allocate an ioend for direct I/O completions | Christoph Hellwig |
2015-02-02 | xfs: change kmem_free to use generic kvfree() | Wang, Yalin |
2015-02-02 | xfs: factor out a xfs_update_prealloc_flags() helper | Christoph Hellwig |
2015-01-30 | quota: Split ->set_xstate callback into two | Jan Kara |
2015-01-30 | Merge branch 'for_linus' into for_next | Jan Kara |
2015-01-28 | quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units | Jan Kara |
2015-01-22 | xfs: remove incorrect error negation in attr_multi ioctl | Brian Foster |
2015-01-22 | Merge branch 'xfs-buf-type-fixes' into for-next | Dave Chinner |
2015-01-22 | xfs: set superblock buffer type correctly | Dave Chinner |
2015-01-22 | xfs: set buf types when converting extent formats | Dave Chinner |
2015-01-22 | xfs: inode unlink does not set AGI buffer type | Dave Chinner |
2015-01-22 | xfs: ensure buffer types are set correctly | Dave Chinner |
2015-01-22 | Merge branch 'xfs-sb-logging-rework' into for-next | Dave Chinner |
2015-01-22 | xfs: sanitise sb_bad_features2 handling | Dave Chinner |
2015-01-22 | xfs: consolidate superblock logging functions | Dave Chinner |
2015-01-22 | xfs: remove bitfield based superblock updates | Dave Chinner |
2015-01-21 | xfs: Remove some pointless quota checks | Jan Kara |