summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2014-05-15xfs: negate mount workqueue init error valueDave Chinner
2014-05-15xfs: fix wrong err sign on xfs_set_acl()Dave Chinner
2014-05-15xfs: fix wrong errno from xfs_initxattrsDave Chinner
2014-05-15xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner
2014-05-15xfs: xfs_commit_metadata returns wrong errnoDave Chinner
2014-05-15xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner
2014-05-15xfs: xfs_dir_fsync() returns positive errnoDave Chinner
2014-05-13xfs: pass struct da_args to xfs_attr_calc_sizeChristoph Hellwig
2014-05-13xfs: simplify attr name setupChristoph Hellwig
2014-05-13xfs: fold xfs_attr_remove_int into xfs_attr_removeChristoph Hellwig
2014-05-13xfs: fold xfs_attr_get_int into xfs_attr_getChristoph Hellwig
2014-05-13xfs: fold xfs_attr_set_int into xfs_attr_setChristoph Hellwig
2014-05-08Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-05-07xfs: fix directory readahead offset off-by-oneDave Chinner
2014-05-07xfs: don't sleep in xlog_cil_force_lsn on shutdownDave Chinner
2014-05-07xfs: truncate_setsize should be outside transactionsDave Chinner
2014-05-06xfs: switch to ->write_iter()Al Viro
2014-05-06xfs: switch to ->read_iter()Al Viro
2014-05-06xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write()Al Viro
2014-05-06iov_iter_truncate()Al Viro
2014-05-06start adding the tag to iov_iterAl Viro
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-05-06kill generic_segment_checks()Al Viro
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro
2014-05-06xfs: remote attribute overwrite causes transaction overrunDave Chinner
2014-05-06xfs: initialize default acls for ->tmpfile()Brian Foster
2014-05-05xfs: Fix wrong error codes being returnedFrom: Tuomas Tynkkynen
2014-05-05xfs: remove dquot hintsDave Chinner
2014-05-05xfs: bulletfproof xfs_qm_scall_trunc_qfiles()Eric Sandeen
2014-05-05xfs: fix Q_XQUOTARM ioctlEric Sandeen
2014-05-05xfs: fully support v5 format filesystemsDave Chinner
2014-04-24xfs: enable the finobt feature on v5 superblocksBrian Foster
2014-04-24xfs: report finobt status in fs geometryBrian Foster
2014-04-24xfs: add finobt support to growfsBrian Foster
2014-04-24xfs: update the finobt on inode freeBrian Foster
2014-04-24xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helperBrian Foster
2014-04-24xfs: use and update the finobt on inode allocationBrian Foster
2014-04-24xfs: insert newly allocated inode chunks into the finobtBrian Foster
2014-04-24xfs: update inode allocation/free transaction reservations for finobtBrian Foster
2014-04-24xfs: support the XFS_BTNUM_FINOBT free inode btree typeBrian Foster
2014-04-24xfs: reserve v5 superblock read-only compat. feature bit for finobtBrian Foster
2014-04-24xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbersBrian Foster
2014-04-23xfs: add filestream allocator tracepointsChristoph Hellwig
2014-04-23xfs: remove xfs_filestream_associateChristoph Hellwig
2014-04-23xfs: don't create a slab cache for filestream itemsChristoph Hellwig
2014-04-23xfs: rewrite the filestream allocator using the dentry cacheChristoph Hellwig
2014-04-23xfs: remove XFS_IFILESTREAMChristoph Hellwig
2014-04-23xfs: embedd mru_elem into parent structureChristoph Hellwig