summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: don't leak quotacheck dquots when cow recoveryDarrick J. Wong2017-09-201-0/+2
* xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong2017-09-202-10/+11
* xfs: fix inobt inode allocation search optimizationOmar Sandoval2017-09-201-1/+1
* xfs: Fix per-inode DAX flag inheritanceLukas Czerner2017-09-201-5/+7
* xfs: fix multi-AG deadlock in xfs_bunmapiChristoph Hellwig2017-09-201-0/+12
* xfs: fix quotacheck dquot id overflow infinite loopBrian Foster2017-09-201-0/+3
* xfs: check _alloc_read_agf buffer pointer before usingDarrick J. Wong2017-09-202-0/+6
* xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_writeDarrick J. Wong2017-09-202-1/+10
* xfs: check _btree_check_block valueDarrick J. Wong2017-09-201-2/+4
* xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong2017-09-204-5/+5
* xfs: free cowblocks and retry on buffered write ENOSPCBrian Foster2017-09-201-0/+1
* xfs: free uncommitted transactions during log recoveryBrian Foster2017-09-201-1/+20
* xfs: don't allow bmap on rt filesDarrick J. Wong2017-09-201-2/+5
* xfs: remove bli from AIL before release on transaction abortBrian Foster2017-09-201-9/+12
* xfs: release bli from transaction properly on fs shutdownBrian Foster2017-09-201-7/+14
* xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong2017-09-207-24/+71
* xfs: push buffer of flush locked dquot to avoid quotacheck deadlockBrian Foster2017-09-204-1/+89
* xfs: fix spurious spin_is_locked() assert failures on non-smp kernelsBrian Foster2017-09-202-4/+3
* xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo...Jan Kara2017-09-201-30/+8
* xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing2017-09-131-1/+8
* xfs: Don't clear SGID when inheriting ACLsJan Kara2017-07-273-5/+6
* fs: add i_blocksize()Fabian Frederick2017-06-142-10/+10
* xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Jan Kara2017-06-071-1/+1
* xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen2017-06-071-1/+1
* xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong2017-06-071-12/+31
* xfs: xfs_trans_alloc_emptyChristoph Hellwig2017-06-072-0/+24
* xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang2017-06-071-1/+1
* xfs: BMAPX shouldn't barf on inline-format directoriesDarrick J. Wong2017-06-071-2/+6
* xfs: fix indlen accounting error on partial delalloc conversionBrian Foster2017-06-071-3/+4
* xfs: fix use-after-free in xfs_finish_page_writebackEryu Guan2017-06-071-2/+2
* xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong2017-06-073-9/+37
* 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 integer truncation in xfs_bmap_remap_allocChristoph Hellwig2017-06-071-1/+1
* xfs: drop iolock from reclaim context to appease lockdepBrian Foster2017-06-072-9/+8
* xfs: actually report xattr extents via iomapDarrick J. Wong2017-06-071-2/+2
* xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong2017-06-071-2/+3
* xfs: use dedicated log worker wq to avoid deadlock with cil wqBrian Foster2017-06-073-1/+10
* xfs: fix kernel memory exposure problemsDarrick J. Wong2017-06-071-1/+1
* xfs: rework the inline directory verifiersDarrick J. Wong2017-06-075-56/+66
* xfs: verify inline directory data forksDarrick J. Wong2017-06-076-18/+122
* xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan2017-06-071-1/+1
* xfs: use ->b_state to fix buffer I/O accounting release raceBrian Foster2017-06-072-15/+28
* xfs: Fix missed holes in SEEK_HOLE implementationJan Kara2017-06-071-20/+9
* xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens2017-04-121-1/+9
* xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig2017-04-082-6/+10