summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2017-10-05xfs: validate bdev support for DAX inode flagRoss Zwisler
2017-09-20xfs: fix compiler warningsDarrick J. Wong
2017-09-20xfs: use kmem_free to free return value of kmem_zallocPan Bian
2017-09-20xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig
2017-09-20xfs: don't set v3 xflags for v2 inodesChristoph Hellwig
2017-09-20xfs: fix incorrect log_flushed on fsyncAmir Goldstein
2017-09-20xfs: disable per-inode DAX flagChristoph Hellwig
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: 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: toggle readonly state around xfs_log_mount_finishEric Sandeen
2017-09-20xfs: write unmount record for ro mountsEric Sandeen
2017-09-13xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing
2017-08-17xfs: don't leak quotacheck dquots when cow recoveryDarrick J. Wong
2017-08-17xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong
2017-08-11xfs: fix inobt inode allocation search optimizationOmar Sandoval
2017-08-04xfs: Fix per-inode DAX flag inheritanceLukas Czerner
2017-08-04xfs: Fix leak of discard bioJan Kara
2017-07-26xfs: fix multi-AG deadlock in xfs_bunmapiChristoph Hellwig
2017-07-25xfs: check that dir block entries don't off the end of the bufferDarrick J. Wong
2017-07-24xfs: fix quotacheck dquot id overflow infinite loopBrian Foster
2017-07-20xfs: check _alloc_read_agf buffer pointer before usingDarrick J. Wong
2017-07-20xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_writeDarrick J. Wong
2017-07-20xfs: check _btree_check_block valueDarrick J. Wong
2017-07-14Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-07-13Revert "xfs: grab dquots without taking the ilock"Christoph Hellwig
2017-07-13xfs: assert locking precondition in xfs_readlink_bmap_ilockedChristoph Hellwig
2017-07-13xfs: assert locking precondŃ–tion in xfs_attr_list_int_ilockedChristoph Hellwig
2017-07-13xfs: fixup xfs_attr_get_ilockedChristoph Hellwig
2017-07-12xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAILMichal Hocko
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-07xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong
2017-07-07xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds