summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2015-08-03xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen1-1/+1
2015-03-07xfs: Fix quota type in quota structures when reusing quota fileJan Kara1-0/+5
2015-03-07xfs: set superblock buffer type correctlyDave Chinner1-0/+1
2015-03-07xfs: inode unlink does not set AGI buffer typeDave Chinner1-0/+2
2015-03-07xfs: ensure buffer types are set correctlyDave Chinner1-0/+4
2014-11-14xfs: avoid false quotacheck after unclean shutdownEric Sandeen2-5/+20
2014-10-30xfs: ensure WB_SYNC_ALL writeback handles partial pages correctlyDave Chinner1-2/+14
2014-09-17xfs: don't zero partial page cache pages during O_DIRECT writesChris Mason1-1/+10
2014-09-17xfs: don't zero partial page cache pages during O_DIRECT writesDave Chinner1-1/+9
2014-09-17xfs: don't dirty buffers beyond EOFDave Chinner1-0/+61
2014-09-17xfs: quotacheck leaves dquot buffers without verifiersDave Chinner2-2/+9
2014-09-17xfs: ensure verifiers are attached to recovered buffersDave Chinner1-20/+31
2014-08-14xfs: log vector rounding leaks log spaceDave Chinner2-9/+17
2014-07-07xfs: xfs_readsb needs to check for magic numbersDave Chinner1-6/+17
2014-06-17fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski1-1/+1
2014-04-27xfs: fix directory hash ordering bugMark Tinguely1-1/+1
2014-02-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2014-02-22Merge branch 'xfs-fixes-for-3.14-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds4-26/+43
2014-02-22Revert "writeback: do not sync data dirtied after sync start"Jan Kara1-1/+1
2014-02-19xfs: limit superblock corruption errors to actual corruptionEric Sandeen1-3/+2
2014-02-19xfs: skip verification on initial "guess" superblock readEric Sandeen2-10/+17
2014-02-19xfs: xfs_sb_read_verify() doesn't flag bad crcs on primary sbEric Sandeen1-1/+1
2014-02-10xfs: ensure correct log item buffer alignmentDave Chinner1-4/+15
2014-02-10xfs: ensure correct timestamp updates from truncateChristoph Hellwig1-8/+8
2014-02-10fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro1-1/+1
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+3
2014-01-29Merge tag 'xfs-for-linus-v3.14-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds4-11/+32
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-184/+37
2014-01-26xfs: use generic posix ACL infrastructureChristoph Hellwig5-171/+36
2014-01-26fs: make posix_acl_create more usefulChristoph Hellwig1-2/+2
2014-01-26fs: make posix_acl_chmod more usefulChristoph Hellwig1-1/+1
2014-01-25xfs: switch to kfree_put_link()Al Viro1-13/+1
2014-01-24xfs: allow logical-sector sized O_DIRECTEric Sandeen4-3/+26
2014-01-24xfs: rename xfs_buftarg structure membersEric Sandeen4-9/+9
2014-01-24xfs: clean up xfs_buftargEric Sandeen3-6/+4
2014-01-10xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu1-0/+1
2014-01-10xfs: fix off-by-one error in xfs_attr3_rmt_verifyJie Liu1-1/+1
2014-01-10Merge branch 'xfs-extent-list-locking-fixes' into for-nextBen Myers13-69/+84
2014-01-10Merge branch 'xfs-misc' into for-nextBen Myers2-1/+2
2014-01-10xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu1-0/+1
2014-01-06xfs: fix off-by-one error in xfs_attr3_rmt_verifyJie Liu1-1/+1
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe14-88/+179
2013-12-19xfs: assert that we hold the ilock for extent map accessChristoph Hellwig2-0/+6
2013-12-19xfs: use xfs_ilock_attr_map_shared in xfs_attr_list_intChristoph Hellwig1-5/+3
2013-12-19xfs: use xfs_ilock_attr_map_shared in xfs_attr_getChristoph Hellwig1-2/+3
2013-12-19xfs: use xfs_ilock_data_map_shared in xfs_qm_dqiterateChristoph Hellwig1-2/+4
2013-12-19xfs: use xfs_ilock_data_map_shared in xfs_qm_dqtobpChristoph Hellwig1-3/+4
2013-12-19xfs: take the ilock around xfs_bmapi_read in xfs_zero_remaining_bytesChristoph Hellwig1-0/+6
2013-12-19xfs: reinstate the ilock in xfs_readdirBen Myers1-0/+4
2013-12-19xfs: add xfs_ilock_attr_map_sharedChristoph Hellwig3-21/+41