summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Make __xfs_xattr_put_listen preperly report errors.Artem Savkov2017-06-141-0/+1
* fs: add i_blocksize()Fabian Frederick2017-06-142-7/+7
* xfs: only return -errno or success from attr ->put_listentEric Sandeen2017-06-073-10/+14
* xfs: in _attrlist_by_handle, copy the cursor back to userspaceDarrick J. Wong2017-06-071-0/+6
* xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen2017-06-071-1/+1
* xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang2017-06-071-1/+1
* xfs: fix indlen accounting error on partial delalloc conversionBrian Foster2017-06-071-3/+4
* xfs: wait on new inodes during quotaoff dquot releaseBrian Foster2017-06-071-1/+2
* xfs: update ag iterator to support wait on new inodesBrian Foster2017-06-072-8/+53
* xfs: support ability to wait on new inodesBrian Foster2017-06-072-2/+7
* xfs: fix up quotacheck buffer list error handlingBrian Foster2017-06-073-6/+26
* xfs: prevent multi-fsb dir readahead from reading random blocksBrian Foster2017-06-071-2/+3
* xfs: handle array index overrun in xfs_dir2_leaf_readbuf()Eric Sandeen2017-06-071-2/+8
* xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong2017-06-071-2/+3
* xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan2017-06-071-1/+1
* xfs: Fix missed holes in SEEK_HOLE implementationJan Kara2017-06-071-20/+9
* xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong2017-03-301-0/+1
* xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen2017-03-301-2/+5
* xfs: don't allow di_size with high bit setDarrick J. Wong2017-03-301-0/+8
* xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen2017-01-061-0/+1
* libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong2016-11-101-2/+1
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-10-311-9/+4
* xfs: prevent dropping ioend completions during buftarg waitBrian Foster2016-09-301-1/+1
* xfs: fix superblock inprogress checkDave Chinner2016-09-151-1/+2
* xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner2016-06-075-9/+41
* xfs: print name of verifier if it failsEric Sandeen2016-06-0718-2/+24
* xfs: skip stale inodes in xfs_iflush_clusterDave Chinner2016-06-071-0/+1
* xfs: fix inode validity check in xfs_iflush_clusterDave Chinner2016-06-071-4/+4
* xfs: xfs_iflush_cluster fails to abort on errorDave Chinner2016-06-071-4/+13
* xfs: Don't wrap growfs AGFL indexesDave Chinner2016-06-071-2/+2
* xfs: disallow rw remount on fs with unknown ro-compat featuresEric Sandeen2016-06-071-0/+10
* xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik2016-04-121-9/+10
* xfs: log mount failures don't wait for buffers to be releasedDave Chinner2016-02-251-0/+10
* Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"Dave Chinner2016-02-251-1/+0
* xfs: inode recovery readahead can race with inode buffer creationDave Chinner2016-02-252-5/+14
* libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong2016-02-251-1/+1
* Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-131-4/+6
|\
| * xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-131-4/+6
* | Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-1161-411/+989
|\ \ | |/ |/|
| * Merge branch 'xfs-misc-fixes-for-4.4-3' into for-nextDave Chinner2015-11-104-5/+6
| |\
| | * xfs: give all workqueues rescuer threadsChris Mason2015-11-101-3/+4
| | * xfs: fix log recovery op header validation assertBrian Foster2015-11-101-1/+1
| | * xfs: Fix error path in xfs_get_aclAndreas Gruenbacher2015-11-102-1/+1
| * | Merge branch 'xfs-dax-updates' into for-nextDave Chinner2015-11-0311-65/+225
| |\ \
| | * | xfs: xfs_filemap_pmd_fault treats read faults as write faultsDave Chinner2015-11-031-4/+16
| | * | xfs: add ->pfn_mkwrite support for DAXDave Chinner2015-11-032-0/+36
| | * | xfs: DAX does not use IO completion callbacksDave Chinner2015-11-033-43/+2
| | * | xfs: Don't use unwritten extents for DAXDave Chinner2015-11-032-6/+30
| | * | xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner2015-11-036-8/+97
| | * | xfs: fix inode size update overflow in xfs_map_direct()Dave Chinner2015-11-033-9/+49