summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2017-09-20xfs: fix multi-AG deadlock in xfs_bunmapiChristoph Hellwig
2017-09-20xfs: fix quotacheck dquot id overflow infinite loopBrian Foster
2017-09-20xfs: check _alloc_read_agf buffer pointer before usingDarrick J. Wong
2017-09-20xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_writeDarrick J. Wong
2017-09-20xfs: check _btree_check_block valueDarrick J. Wong
2017-09-20xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong
2017-09-20xfs: free cowblocks and retry on buffered write ENOSPCBrian Foster
2017-09-20xfs: free uncommitted transactions during log recoveryBrian Foster
2017-09-20xfs: don't allow bmap on rt filesDarrick J. Wong
2017-09-20xfs: remove bli from AIL before release on transaction abortBrian Foster
2017-09-20xfs: release bli from transaction properly on fs shutdownBrian Foster
2017-09-20xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong
2017-09-20xfs: push buffer of flush locked dquot to avoid quotacheck deadlockBrian Foster
2017-09-20xfs: fix spurious spin_is_locked() assert failures on non-smp kernelsBrian Foster
2017-09-20xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo...Jan Kara
2017-09-13xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing
2017-07-27xfs: Don't clear SGID when inheriting ACLsJan Kara
2017-06-14fs: add i_blocksize()Fabian Frederick
2017-06-07xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Jan Kara
2017-06-07xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen
2017-06-07xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong
2017-06-07xfs: xfs_trans_alloc_emptyChristoph Hellwig
2017-06-07xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang
2017-06-07xfs: BMAPX shouldn't barf on inline-format directoriesDarrick J. Wong
2017-06-07xfs: fix indlen accounting error on partial delalloc conversionBrian Foster
2017-06-07xfs: fix use-after-free in xfs_finish_page_writebackEryu Guan
2017-06-07xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong
2017-06-07xfs: wait on new inodes during quotaoff dquot releaseBrian Foster
2017-06-07xfs: update ag iterator to support wait on new inodesBrian Foster
2017-06-07xfs: support ability to wait on new inodesBrian Foster
2017-06-07xfs: fix up quotacheck buffer list error handlingBrian Foster
2017-06-07xfs: prevent multi-fsb dir readahead from reading random blocksBrian Foster
2017-06-07xfs: handle array index overrun in xfs_dir2_leaf_readbuf()Eric Sandeen
2017-06-07xfs: fix integer truncation in xfs_bmap_remap_allocChristoph Hellwig
2017-06-07xfs: drop iolock from reclaim context to appease lockdepBrian Foster
2017-06-07xfs: actually report xattr extents via iomapDarrick J. Wong
2017-06-07xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong
2017-06-07xfs: use dedicated log worker wq to avoid deadlock with cil wqBrian Foster
2017-06-07xfs: fix kernel memory exposure problemsDarrick J. Wong
2017-06-07xfs: rework the inline directory verifiersDarrick J. Wong
2017-06-07xfs: verify inline directory data forksDarrick J. Wong
2017-06-07xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan
2017-06-07xfs: use ->b_state to fix buffer I/O accounting release raceBrian Foster
2017-06-07xfs: Fix missed holes in SEEK_HOLE implementationJan Kara
2017-04-12xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens
2017-04-08xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig
2017-04-08xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster
2017-04-08xfs: Use xfs_icluster_size_fsb() to calculate inode alignment maskChandan Rajendra
2017-04-08xfs: fix and streamline error handling in xfs_end_ioChristoph Hellwig
2017-04-08xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig