summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
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-09Merge 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: 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
2014-04-23xfs: rewrite the filestream allocator using the dentry cacheChristoph Hellwig3-544/+171
2014-04-23xfs: remove XFS_IFILESTREAMChristoph Hellwig4-8/+1
2014-04-23xfs: embedd mru_elem into parent structureChristoph Hellwig3-146/+107
2014-04-23xfs: handle duplicate entries in xfs_mru_cache_insertChristoph Hellwig1-3/+11
2014-04-23xfs: split xfs_bmap_btalloc_nullfbChristoph Hellwig1-83/+117
2014-04-21Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+9
2014-04-17xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster3-6/+21
2014-04-17xfs: fix buffer use after free on IO errorEric Sandeen1-4/+12
2014-04-17xfs: wrong error sign conversion during failed DIO writesDave Chinner1-1/+1
2014-04-17xfs: unmount does not wait for shutdown during unmountDave Chinner1-9/+44
2014-04-17xfs: collapse range is delalloc challengedDave Chinner1-6/+11
2014-04-17xfs: don't map ranges that span EOF for direct IODave Chinner1-0/+14
2014-04-14xfs: don't try to use the filestream allocator for metadata allocationsChristoph Hellwig1-22/+20
2014-04-14xfs: remove unused calculation in xfs_dir2_sf_addname()Eric Sandeen1-14/+7
2014-04-14xfs: remove pointless pointer increment in xfs_dir2_block_compact()Eric Sandeen1-1/+0
2014-04-14xfs: remove unused trans pointer arg from xlog_recover_unmount_trans()Eric Sandeen1-3/+2