summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)2017-09-271-7/+31
* ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)2017-09-271-3/+3
* orangefs: Don't clear SGID when inheriting ACLsJan Kara2017-09-271-20/+28
* NFSv4: Fix callback server shutdownTrond Myklebust2017-09-271-8/+16
* xfs: fix compiler warningsDarrick J. Wong2017-09-205-8/+11
* xfs: use kmem_free to free return value of kmem_zallocPan Bian2017-09-201-1/+1
* xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig2017-09-201-24/+48
* xfs: don't set v3 xflags for v2 inodesChristoph Hellwig2017-09-201-13/+25
* xfs: fix incorrect log_flushed on fsyncAmir Goldstein2017-09-201-7/+0
* xfs: disable per-inode DAX flagChristoph Hellwig2017-09-201-1/+2
* xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster2017-09-202-19/+66
* xfs: disallow marking previously dirty buffers as orderedBrian Foster2017-09-202-3/+6
* xfs: move bmbt owner change to last step of extent swapBrian Foster2017-09-201-18/+26
* xfs: skip bmbt block ino validation during owner changeBrian Foster2017-09-203-1/+4
* xfs: don't log dirty ranges for ordered buffersBrian Foster2017-09-203-18/+16
* xfs: refactor buffer logging into buffer dirtying helperBrian Foster2017-09-202-17/+33
* xfs: ordered buffer log items are never formattedBrian Foster2017-09-202-11/+2
* xfs: remove unnecessary dirty bli format check for ordered bufsBrian Foster2017-09-202-30/+33
* xfs: open-code xfs_buf_item_dirty()Brian Foster2017-09-203-13/+1
* xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval2017-09-202-10/+23
* xfs: evict all inodes involved with log redo itemDarrick J. Wong2017-09-203-1/+13
* xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino2017-09-201-28/+27
* xfs: add log recovery tracepoint for head/tailBrian Foster2017-09-202-0/+20
* xfs: handle -EFSCORRUPTED during head/tail verificationBrian Foster2017-09-201-4/+3
* xfs: fix log recovery corruption error due to tail overwriteBrian Foster2017-09-201-31/+77
* xfs: always verify the log tail during recoveryBrian Foster2017-09-201-23/+3
* xfs: fix recovery failure when log record header wraps log endBrian Foster2017-09-201-4/+14
* xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino2017-09-206-5/+108
* xfs: Add infrastructure needed for error propagation during buffer IO failureCarlos Maiolino2017-09-202-3/+36
* xfs: remove xfs_trans_ail_delete_bulkChristoph Hellwig2017-09-203-60/+55
* xfs: toggle readonly state around xfs_log_mount_finishEric Sandeen2017-09-201-0/+7
* xfs: write unmount record for ro mountsEric Sandeen2017-09-201-2/+5
* iomap: fix integer truncation issues in the zeroing and dirtying helpersChristoph Hellwig2017-09-201-2/+2
* 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