summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-02-16xfs: implement pNFS export operationsChristoph Hellwig
2015-02-09Merge branch 'xfs-misc-fixes-for-3.20-4' into for-nextDave Chinner
2015-02-09xfs: only trace buffer items if they existDave Chinner
2015-02-05xfs: 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-01Merge branch 'xfs-ioctl-setattr-cleanup' into for-nextDave Chinner
2015-02-01xfs: fix behaviour of XFS_IOC_FSSETXATTR on directoriesIustin Pop
2015-02-01xfs: factor projid hint checking out of xfs_ioctl_setattrDave Chinner
2015-02-01xfs: factor extsize hint checking out of xfs_ioctl_setattrDave Chinner
2015-02-01xfs: XFS_IOCTL_SETXATTR can run in user namespacesDave Chinner
2015-02-01xfs: kill xfs_ioctl_setattr behaviour maskDave Chinner
2015-02-01xfs: disaggregate xfs_ioctl_setattrDave Chinner
2015-02-01xfs: factor out xfs_ioctl_setattr transaciton preambleDave Chinner
2015-02-01xfs: separate xflags from xfs_ioctl_setattrDave Chinner
2015-02-01xfs: FSX_NONBLOCK is not usedDave Chinner
2015-02-01Merge branch 'xfs-misc-fixes-for-3.20-3' into for-nextDave Chinner
2015-02-01xfs: don't allocate an ioend for direct I/O completionsChristoph Hellwig
2015-02-01xfs: change kmem_free to use generic kvfree()Wang, Yalin
2015-02-01xfs: factor out a xfs_update_prealloc_flags() helperChristoph Hellwig
2015-01-21xfs: remove incorrect error negation in attr_multi ioctlBrian Foster
2015-01-21Merge branch 'xfs-buf-type-fixes' into for-nextDave Chinner
2015-01-21xfs: set superblock buffer type correctlyDave Chinner
2015-01-21xfs: set buf types when converting extent formatsDave Chinner
2015-01-21xfs: inode unlink does not set AGI buffer typeDave Chinner
2015-01-21xfs: ensure buffer types are set correctlyDave Chinner
2015-01-21Merge branch 'xfs-sb-logging-rework' into for-nextDave Chinner
2015-01-21xfs: sanitise sb_bad_features2 handlingDave Chinner
2015-01-21xfs: consolidate superblock logging functionsDave Chinner
2015-01-21xfs: remove bitfield based superblock updatesDave Chinner
2015-01-09Merge branch 'xfs-misc-fixes-for-3.20-2' into for-nextDave Chinner
2015-01-08xfs: fix implicit bool to int conversionNicholas Mc Guire
2015-01-08xfs: pass a 64-bit count argument to xfs_iomap_write_unwrittenChristoph Hellwig
2015-01-08xfs: remove deprecated sysctlsDave Chinner
2015-01-08xfs: move xfs_bmap_finish prototypeDave Chinner
2015-01-08xfs: move struct xfs_bmalloca to libxfsDave Chinner
2015-01-08xfs: move xfs_types.h to libxfsDave Chinner
2015-01-08xfs: move xfs_fs.h to libxfsDave Chinner
2014-12-23Merge branch 'xfs-misc-fixes-for-3.20-1' into for-nextDave Chinner
2014-12-23xfs: Keep sb_bad_features2 consistent with sb_features2Jan Kara
2014-12-23xfs: remove extra newlines from xfs messagesEric Sandeen
2014-12-23xfs: initialize log buf I/O completion wq on log allocBrian Foster
2014-12-23xfs: Add support to RENAME_EXCHANGE flagCarlos Maiolino
2014-12-23xfs: Make xfs_vn_rename compliant with renameat2() syscallCarlos Maiolino
2014-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-20Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-12-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-12-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2014-12-19ocfs2: fix journal commit deadlockJunxiao Bi