summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2017-09-20xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster
2017-09-20xfs: disallow marking previously dirty buffers as orderedBrian Foster
2017-09-20xfs: move bmbt owner change to last step of extent swapBrian Foster
2017-09-20xfs: skip bmbt block ino validation during owner changeBrian Foster
2017-09-20xfs: don't log dirty ranges for ordered buffersBrian Foster
2017-09-20xfs: refactor buffer logging into buffer dirtying helperBrian Foster
2017-09-20xfs: ordered buffer log items are never formattedBrian Foster
2017-09-20xfs: remove unnecessary dirty bli format check for ordered bufsBrian Foster
2017-09-20xfs: open-code xfs_buf_item_dirty()Brian Foster
2017-09-20xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval
2017-09-20xfs: evict all inodes involved with log redo itemDarrick J. Wong
2017-09-20xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino
2017-09-20xfs: add log recovery tracepoint for head/tailBrian Foster
2017-09-20xfs: handle -EFSCORRUPTED during head/tail verificationBrian Foster
2017-09-20xfs: fix log recovery corruption error due to tail overwriteBrian Foster
2017-09-20xfs: always verify the log tail during recoveryBrian Foster
2017-09-20xfs: fix recovery failure when log record header wraps log endBrian Foster
2017-09-20xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino
2017-09-20xfs: Add infrastructure needed for error propagation during buffer IO failureCarlos Maiolino
2017-09-20xfs: remove xfs_trans_ail_delete_bulkChristoph Hellwig
2017-09-20xfs: toggle readonly state around xfs_log_mount_finishEric Sandeen
2017-09-20xfs: write unmount record for ro mountsEric Sandeen
2017-09-20xfs: don't leak quotacheck dquots when cow recoveryDarrick J. Wong
2017-09-20xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong
2017-09-20xfs: fix inobt inode allocation search optimizationOmar Sandoval
2017-09-20xfs: Fix per-inode DAX flag inheritanceLukas Czerner
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