summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2017-12-20xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig1-1/+1
2017-12-20xfs: fix log block underflow during recovery cycle verificationBrian Foster1-1/+1
2017-10-08xfs: remove kmem_zalloc_greedyDarrick J. Wong3-24/+2
2017-09-14xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing1-1/+8
2017-08-07xfs: don't BUG() on mixed direct and mapped I/OBrian Foster1-1/+20
2017-06-14Make __xfs_xattr_put_listen preperly report errors.Artem Savkov1-0/+1
2017-06-14fs: add i_blocksize()Fabian Frederick2-7/+7
2017-06-07xfs: only return -errno or success from attr ->put_listentEric Sandeen3-10/+14
2017-06-07xfs: in _attrlist_by_handle, copy the cursor back to userspaceDarrick J. Wong1-0/+6
2017-06-07xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen1-1/+1
2017-06-07xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang1-1/+1
2017-06-07xfs: fix indlen accounting error on partial delalloc conversionBrian Foster1-3/+4
2017-06-07xfs: wait on new inodes during quotaoff dquot releaseBrian Foster1-1/+2
2017-06-07xfs: update ag iterator to support wait on new inodesBrian Foster2-8/+53
2017-06-07xfs: support ability to wait on new inodesBrian Foster2-2/+7
2017-06-07xfs: fix up quotacheck buffer list error handlingBrian Foster3-6/+26
2017-06-07xfs: prevent multi-fsb dir readahead from reading random blocksBrian Foster1-2/+3
2017-06-07xfs: handle array index overrun in xfs_dir2_leaf_readbuf()Eric Sandeen1-2/+8
2017-06-07xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong1-2/+3
2017-06-07xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan1-1/+1
2017-06-07xfs: Fix missed holes in SEEK_HOLE implementationJan Kara1-20/+9
2017-03-30xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong1-0/+1
2017-03-30xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen1-2/+5
2017-03-30xfs: don't allow di_size with high bit setDarrick J. Wong1-0/+8
2017-01-06xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen1-0/+1
2016-11-10libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong1-2/+1
2016-10-31posix_acl: Clear SGID bit when setting file permissionsJan Kara1-9/+4
2016-09-30xfs: prevent dropping ioend completions during buftarg waitBrian Foster1-1/+1
2016-09-15xfs: fix superblock inprogress checkDave Chinner1-1/+2
2016-06-08xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner5-9/+41
2016-06-08xfs: print name of verifier if it failsEric Sandeen18-2/+24
2016-06-08xfs: skip stale inodes in xfs_iflush_clusterDave Chinner1-0/+1
2016-06-08xfs: fix inode validity check in xfs_iflush_clusterDave Chinner1-4/+4
2016-06-08xfs: xfs_iflush_cluster fails to abort on errorDave Chinner1-4/+13
2016-06-08xfs: Don't wrap growfs AGFL indexesDave Chinner1-2/+2
2016-06-08xfs: disallow rw remount on fs with unknown ro-compat featuresEric Sandeen1-0/+10
2016-04-12xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik1-9/+10
2016-02-25xfs: log mount failures don't wait for buffers to be releasedDave Chinner1-0/+10
2016-02-25Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"Dave Chinner1-1/+0
2016-02-25xfs: inode recovery readahead can race with inode buffer creationDave Chinner2-5/+14
2016-02-25libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong1-1/+1
2015-11-14Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+6
2015-11-14xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher1-4/+6
2015-11-12Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds61-411/+989
2015-11-11vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler1-1/+1
2015-11-10Merge branch 'xfs-misc-fixes-for-4.4-3' into for-nextDave Chinner4-5/+6
2015-11-10xfs: give all workqueues rescuer threadsChris Mason1-3/+4
2015-11-10xfs: fix log recovery op header validation assertBrian Foster1-1/+1
2015-11-10xfs: Fix error path in xfs_get_aclAndreas Gruenbacher2-1/+1
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+1