summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2017-01-12xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen
2016-12-23posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-12-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-12-23xfs: Propagate dentry down to inode_change_ok()Jan Kara
2016-11-23libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong
2016-09-12xfs: prevent dropping ioend completions during buftarg waitBrian Foster
2016-09-12xfs: fix superblock inprogress checkDave Chinner
2016-07-10xfs: print name of verifier if it failsEric Sandeen
2016-06-06xfs: skip stale inodes in xfs_iflush_clusterDave Chinner
2016-06-06xfs: fix inode validity check in xfs_iflush_clusterDave Chinner
2016-06-06xfs: xfs_iflush_cluster fails to abort on errorDave Chinner
2016-06-03libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong
2016-06-01xfs: Don't wrap growfs AGFL indexesDave Chinner
2016-06-01xfs: disallow rw remount on fs with unknown ro-compat featuresEric Sandeen
2016-04-18xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik
2016-02-03xfs: log mount failures don't wait for buffers to be releasedDave Chinner
2016-02-03xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner
2016-02-03xfs: inode recovery readahead can race with inode buffer creationDave Chinner
2015-09-21fs: create and use seq_show_option for escapingKees Cook
2015-09-21xfs: Fix file type directory corruption for btree directoriesJan Kara
2015-09-21xfs: Fix xfs_attr_leafblock definitionJan Kara
2015-09-21libxfs: readahead of dir3 data blocks should use the read verifierDarrick J. Wong
2015-08-10xfs: remote attributes need to be considered dataDave Chinner
2015-08-10xfs: remote attribute headers contain an invalid LSNDave Chinner
2015-08-03xfs: don't truncate attribute extents if no extents existBrian Foster
2015-08-03xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen
2015-05-29xfs: fix broken i_nlink accounting for whiteout tmpfile inodeBrian Foster
2015-05-29xfs: xfs_iozero can return positive errnoDave Chinner
2015-05-29xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner
2015-05-29xfs: extent size hints can round up extents past MAXEXTLENDave Chinner
2015-05-29xfs: inode and free block counters need to use __percpu_counter_compareDave Chinner
2015-05-29xfs: use percpu_counter_read_positive for mp->m_icountGeorge Wang
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-24Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2015-04-16Merge branch 'xfs-dio-extend-fix' into for-nextDave Chinner
2015-04-16xfs: using generic_file_direct_write() is unnecessaryDave Chinner
2015-04-16xfs: direct IO EOF zeroing needs to drain AIODave Chinner
2015-04-16xfs: DIO write completion size updates raceDave Chinner
2015-04-16xfs: DIO writes within EOF don't need an ioendDave Chinner
2015-04-16xfs: handle DIO overwrite EOF update completion correctlyDave Chinner
2015-04-16xfs: DIO needs an ioend for writesDave Chinner
2015-04-16xfs: move DIO mapping size calculationDave Chinner
2015-04-16xfs: factor DIO write mapping from get_blocksDave Chinner
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-13Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner
2015-04-13xfs: unlock i_mutex in xfs_break_layoutsChristoph Hellwig
2015-04-13xfs: kill unnecessary firstused overflow check on attr3 leaf removalBrian Foster
2015-04-13xfs: use larger in-core attr firstused field and detect overflowBrian Foster