summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2015-02-24xfs: cancel failed transaction in xfs_fs_commit_blocks()Eric Sandeen
2015-02-24xfs: Ensure we have target_ip for RENAME_EXCHANGEEric Sandeen
2015-02-23xfs: ensure truncate forces zeroed blocks to diskDave Chinner
2015-02-23xfs: Fix quota type in quota structures when reusing quota fileJan Kara
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-21Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-02-16xfs: recall pNFS layouts on conflicting accessChristoph Hellwig
2015-02-16xfs: implement pNFS export operationsChristoph Hellwig
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov
2015-02-12fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-10Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2015-02-10Merge branch 'xfs-misc-fixes-for-3.20-4' into for-nextDave Chinner
2015-02-10xfs: only trace buffer items if they existDave Chinner
2015-02-06xfs: report proper f_files in statfs if we overshoot imaxpctEric Sandeen
2015-02-05xfs: xfs_ioctl_setattr_check_projid can be statickbuild test robot
2015-02-05xfs: growfs should use synchronous transactionsChristoph Hellwig
2015-02-02Merge branch 'xfs-ioctl-setattr-cleanup' into for-nextDave Chinner
2015-02-02xfs: fix behaviour of XFS_IOC_FSSETXATTR on directoriesIustin Pop
2015-02-02xfs: factor projid hint checking out of xfs_ioctl_setattrDave Chinner
2015-02-02xfs: factor extsize hint checking out of xfs_ioctl_setattrDave Chinner
2015-02-02xfs: XFS_IOCTL_SETXATTR can run in user namespacesDave Chinner
2015-02-02xfs: kill xfs_ioctl_setattr behaviour maskDave Chinner
2015-02-02xfs: disaggregate xfs_ioctl_setattrDave Chinner
2015-02-02xfs: factor out xfs_ioctl_setattr transaciton preambleDave Chinner
2015-02-02xfs: separate xflags from xfs_ioctl_setattrDave Chinner
2015-02-02xfs: FSX_NONBLOCK is not usedDave Chinner
2015-02-02Merge branch 'xfs-misc-fixes-for-3.20-3' into for-nextDave Chinner
2015-02-02xfs: don't allocate an ioend for direct I/O completionsChristoph Hellwig
2015-02-02xfs: change kmem_free to use generic kvfree()Wang, Yalin
2015-02-02xfs: factor out a xfs_update_prealloc_flags() helperChristoph Hellwig
2015-01-30quota: Split ->set_xstate callback into twoJan Kara
2015-01-30Merge branch 'for_linus' into for_nextJan Kara
2015-01-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara
2015-01-22xfs: remove incorrect error negation in attr_multi ioctlBrian Foster
2015-01-22Merge branch 'xfs-buf-type-fixes' into for-nextDave Chinner
2015-01-22xfs: set superblock buffer type correctlyDave Chinner
2015-01-22xfs: set buf types when converting extent formatsDave Chinner
2015-01-22xfs: inode unlink does not set AGI buffer typeDave Chinner
2015-01-22xfs: ensure buffer types are set correctlyDave Chinner
2015-01-22Merge branch 'xfs-sb-logging-rework' into for-nextDave Chinner
2015-01-22xfs: sanitise sb_bad_features2 handlingDave Chinner
2015-01-22xfs: consolidate superblock logging functionsDave Chinner
2015-01-22xfs: remove bitfield based superblock updatesDave Chinner
2015-01-21xfs: Remove some pointless quota checksJan Kara