summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong2020-10-291-0/+11
* xfs: fix attr leaf header freemap.size underflowBrian Foster2020-10-011-1/+3
* xfs: initialize the shortform attr header padding entryDarrick J. Wong2020-09-231-2/+2
* xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata2020-08-261-2/+4
* xfs: fix inode quota reservation checksDarrick J. Wong2020-08-261-1/+1
* xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen2020-08-211-3/+2
* xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen2020-07-311-0/+2
* xfs: Sanity check flags of Q_XQUOTARM callJan Kara2020-01-291-0/+3
* xfs: fix mount failure crash on invalid iclog memory accessBrian Foster2020-01-121-0/+2
* xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler2019-12-051-0/+6
* xfs: require both realtime inodes to mountDarrick J. Wong2019-12-051-3/+1
* xfs: Correctly invert xfs_buftarg LRU isolation logicVratislav Bendel2019-11-061-1/+1
* xfs: clear sb->s_fs_info on mount failureDave Chinner2019-10-171-0/+10
* xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong2019-01-261-1/+8
* xfs: fix incorrect log_flushed on fsyncAmir Goldstein2018-06-131-7/+0
* xfs: detect agfl count corruption and reset agflBrian Foster2018-06-063-1/+103
* Force log to disk before reading the AGF during a fstrimCarlos Maiolino2018-05-301-7/+7
* xfs: remove racy hasattr check from attr opsBrian Foster2018-05-301-6/+0
* xfs: prevent creating negative-sized file via INSERT_RANGEDarrick J. Wong2018-05-161-5/+9
* xfs: quota: check result of register_shrinker()Aliaksei Karaliou2018-03-031-16/+29
* xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou2018-03-031-0/+1
* xfs: ubsan fixesDarrick J. Wong2018-02-031-3/+3
* xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig2017-12-201-1/+1
* xfs: fix log block underflow during recovery cycle verificationBrian Foster2017-12-201-1/+1
* xfs: remove kmem_zalloc_greedyDarrick J. Wong2017-10-083-24/+2
* xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing2017-09-131-1/+8
* xfs: don't BUG() on mixed direct and mapped I/OBrian Foster2017-08-061-1/+20
* 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