aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-15Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner43-166/+113
2014-05-15xfs: list_lru_init returns a negative errorDave Chinner1-12/+14
2014-05-15xfs: negate xfs_icsb_init_counters error value Dave Chinner1-1/+1
2014-05-15xfs: negate mount workqueue init error valueDave Chinner1-1/+1
2014-05-15xfs: fix wrong err sign on xfs_set_acl()Dave Chinner1-2/+2
2014-05-15xfs: fix wrong errno from xfs_initxattrsDave Chinner1-4/+4
2014-05-15xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner1-2/+2
2014-05-15xfs: xfs_commit_metadata returns wrong errnoDave Chinner1-1/+1
2014-05-15xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner1-1/+1
2014-05-15xfs: xfs_dir_fsync() returns positive errnoDave Chinner1-1/+1
2014-05-13xfs: pass struct da_args to xfs_attr_calc_sizeChristoph Hellwig1-9/+5
2014-05-13xfs: simplify attr name setupChristoph Hellwig1-45/+29
2014-05-13xfs: fold xfs_attr_remove_int into xfs_attr_removeChristoph Hellwig1-62/+35
2014-05-13xfs: fold xfs_attr_get_int into xfs_attr_getChristoph Hellwig1-52/+27
2014-05-13xfs: fold xfs_attr_set_int into xfs_attr_setChristoph Hellwig1-66/+44
2014-05-08Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds9-50/+77
2014-05-07xfs: fix directory readahead offset off-by-oneDave Chinner1-2/+1
2014-05-07xfs: don't sleep in xlog_cil_force_lsn on shutdownDave Chinner2-11/+48
2014-05-07xfs: truncate_setsize should be outside transactionsDave Chinner1-4/+16
2014-05-06xfs: switch to ->write_iter()Al Viro1-20/+9
2014-05-06xfs: switch to ->read_iter()Al Viro1-12/+7
2014-05-06xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write()Al Viro1-19/+14
2014-05-06iov_iter_truncate()Al Viro1-4/+5
2014-05-06start adding the tag to iov_iterAl Viro1-2/+2
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-6/+4
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+1
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-8/+7
2014-05-06kill generic_segment_checks()Al Viro1-7/+2
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro1-2/+3
2014-05-06xfs: remote attribute overwrite causes transaction overrunDave Chinner5-14/+42
2014-05-06xfs: initialize default acls for ->tmpfile()Brian Foster1-26/+29
2014-05-05xfs: Fix wrong error codes being returnedFrom: Tuomas Tynkkynen2-4/+6
2014-05-05xfs: remove dquot hintsDave Chinner3-240/+29
2014-05-05xfs: bulletfproof xfs_qm_scall_trunc_qfiles()Eric Sandeen1-2/+3
2014-05-05xfs: fix Q_XQUOTARM ioctlEric Sandeen1-4/+25
2014-05-05xfs: fully support v5 format filesystemsDave Chinner3-10/+6
2014-04-24xfs: enable the finobt feature on v5 superblocksBrian Foster1-1/+2
2014-04-24xfs: report finobt status in fs geometryBrian Foster2-1/+4
2014-04-24xfs: add finobt support to growfsBrian Foster1-0/+32
2014-04-24xfs: update the finobt on inode freeBrian Foster1-0/+102
2014-04-24xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helperBrian Foster1-65/+96
2014-04-24xfs: use and update the finobt on inode allocationBrian Foster1-5/+290
2014-04-24xfs: insert newly allocated inode chunks into the finobtBrian Foster1-23/+70
2014-04-24xfs: update inode allocation/free transaction reservations for finobtBrian Foster3-6/+82
2014-04-24xfs: support the XFS_BTNUM_FINOBT free inode btree typeBrian Foster10-27/+153
2014-04-24xfs: reserve v5 superblock read-only compat. feature bit for finobtBrian Foster1-0/+7
2014-04-24xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbersBrian Foster4-10/+15
2014-04-23xfs: add filestream allocator tracepointsChristoph Hellwig4-21/+68
2014-04-23xfs: remove xfs_filestream_associateChristoph Hellwig3-58/+15
2014-04-23xfs: don't create a slab cache for filestream itemsChristoph Hellwig3-32/+4