summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2013-10-31Merge branch 'akpm-current/current'Stephen Rothwell
2013-10-31Merge remote-tracking branch 'xfs/for-next'Stephen Rothwell
2013-10-30xfs: fix static and extern sparse warningsDave Chinner
2013-10-30xfs: validity check the directory block leaf entry countDave Chinner
2013-10-30xfs: make dir2 ftype offset pointers explicitDave Chinner
2013-10-30xfs: convert directory vector functions to constantsDave Chinner
2013-10-30xfs: convert directory vector functions to constantsDave Chinner
2013-10-30xfs: vectorise encoding/decoding directory headersDave Chinner
2013-10-30xfs: vectorise DA btree operationsDave Chinner
2013-10-30xfs: vectorise directory leaf operationsDave Chinner
2013-10-30xfs: vectorise directory data operations part 2Dave Chinner
2013-10-30xfs: vectorise directory data operationsDave Chinner
2013-10-30xfs: vectorise remaining shortform dir2 opsDave Chinner
2013-10-30xfs: abstract the differences in dir2/dir3 via an ops vectorDave Chinner
2013-10-30writeback: do not sync data dirtied after sync startJan Kara
2013-10-23xfs: split xfs_rtalloc.c for userspace sanityDave Chinner
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-10-23xfs: remove unused transaction callback variablesDave Chinner
2013-10-23xfs: split dquot buffer operations outDave Chinner
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner
2013-10-23xfs: create a shared header file for format-related informationDave Chinner
2013-10-21xfs: fold xfs_change_file_space into xfs_ioc_spaceChristoph Hellwig
2013-10-21xfs: simplify the fallocate pathChristoph Hellwig
2013-10-21xfs: always hold the iolock when calling xfs_change_file_spaceChristoph Hellwig
2013-10-21xfs: remove the unused XFS_ATTR_NONBLOCK flagChristoph Hellwig
2013-10-21xfs: always take the iolock around xfs_setattr_sizeChristoph Hellwig
2013-10-18xfs: add support for read_iter and write_iterDave Kleikamp
2013-10-17xfs: don't break from growfs ag update loop on errorEric Sandeen
2013-10-17xfs: don't emit corruption noise on fs probesEric Sandeen
2013-10-17xfs: remove newlines from strings passed to __xfs_printkEric Sandeen
2013-10-17xfs: prevent deadlock trying to cover an active logDave Chinner
2013-10-15dio: Convert direct_IO to use iov_iterDave Kleikamp
2013-10-08xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHEBrian Foster
2013-10-08xfs: push down inactive transaction mgmt for ifreeBrian Foster
2013-10-08xfs: push down inactive transaction mgmt for truncateBrian Foster
2013-10-08xfs: push down inactive transaction mgmt for remote symlinksBrian Foster
2013-10-08xfs: add the inode directory type support to XFS_IOC_FSGEOMMark Tinguely
2013-10-04xfs: Use kmem_free() instead of free()xfs-for-linus-v3.12-rc4Thierry Reding
2013-10-04xfs: fix memory leak in xlog_recover_add_to_transtinguely@sgi.com
2013-10-04xfs: dirent dtype presence is dependent on directory magic numbersDave Chinner
2013-10-04xfs: lockdep needs to know about 3 dquot-deep nestingDave Chinner
2013-10-01xfs: remove usage of is_bad_inodeBen Myers
2013-10-01xfs: fix the wrong new_size/rnew_size at xfs_iext_realloc_direct()Jie Liu
2013-10-01xfs: get rid of count from xfs_iomap_write_allocate()Jie Liu
2013-10-01xfs: Use kmem_free() instead of free()Thierry Reding
2013-09-30xfs: fix memory leak in xlog_recover_add_to_transtinguely@sgi.com
2013-09-30xfs: dirent dtype presence is dependent on directory magic numbersDave Chinner
2013-09-30xfs: lockdep needs to know about 3 dquot-deep nestingDave Chinner
2013-09-26xfs: fix node forward in xfs_node_toosmallxfs-for-linus-v3.12-rc3Mark Tinguely