summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2017-07-23xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens
2017-06-02xfs: Use xfs_icluster_size_fsb() to calculate inode alignment maskChandan Rajendra
2017-06-02xfs: tune down agno asserts in the bmap codeChristoph Hellwig
2017-06-02xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra
2017-06-02xfs: don't reserve blocks for right shift transactionsBrian Foster
2017-06-02xfs: split indlen reservations fairly when under reservedBrian Foster
2017-06-02xfs: handle indlen shortage on delalloc extent mergeBrian Foster
2017-06-02xfs: don't fail xfs_extent_busy allocationChristoph Hellwig
2017-06-02xfs: reset b_first_retry_time when clear the retry status of xfs_buf_tHou Tao
2017-06-02xfs: verify free block header fieldsDarrick J. Wong
2017-06-02xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong
2017-06-02xfs: filter out obviously bad btree pointersDarrick J. Wong
2017-06-02xfs: fail _dir_open when readahead failsDarrick J. Wong
2017-06-02xfs: fix toctou race when locking an inode to access the data mapDarrick J. Wong
2017-06-02xfs: fix eofblocks race with file extending async dio writesBrian Foster
2017-06-02xfs: pull up iolock from xfs_free_eofblocks()Brian Foster
2017-03-27xfs: clear delalloc and cache on buffered write failureBrian Foster
2017-03-20xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong
2017-03-20xfs: remove racy hasattr check from attr opsBrian Foster
2017-03-20xfs: verify dirblocklog correctlyDarrick J. Wong
2017-03-20xfs: don't wrap ID in xfs_dq_get_next_idEric Sandeen
2017-03-20xfs: sanity check inode di_modeAmir Goldstein
2017-03-20xfs: sanity check inode mode when creating new dentryAmir Goldstein
2017-03-20xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann
2017-03-20xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein
2017-03-20xfs: add missing include dependencies to xfs_dir2.hAmir Goldstein
2017-03-20xfs: sanity check directory inode di_sizeAmir Goldstein
2017-03-20xfs: make the ASSERT() condition likelyAmir Goldstein
2017-03-20xfs: don't print warnings when xfs_log_force failsChristoph Hellwig
2017-03-20xfs: fix bogus minleft manipulationsChristoph Hellwig
2017-02-26xfs: prevent quotacheck from overloading inode lruBrian Foster
2017-02-21xfs: Timely free truncated dirty pagesJan Kara
2017-02-05xfs: use GPF_NOFS when allocating btree cursorsDarrick J. Wong
2017-02-05xfs: ignore leaf attr ichdr.count in verifier during log replayEric Sandeen
2017-02-05xfs: don't allow di_size with high bit setDarrick J. Wong
2017-02-05xfs: error out if trying to add attrs and anextents > 0Darrick J. Wong
2017-02-05xfs: don't crash if reading a directory results in an unexpected holeDarrick J. Wong
2017-02-05xfs: complain if we don't get nextents bmap recordsDarrick J. Wong
2017-02-05xfs: check for bogus values in btree block headersDarrick J. Wong
2017-02-05xfs: pass state not whichfork to trace_xfs_extlistEric Sandeen
2017-02-05xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen
2017-02-05xfs: new inode extent list lookup helpersChristoph Hellwig
2017-02-05xfs: fix unbalanced inode reclaim flush lockingBrian Foster
2017-02-05xfs: check minimum block size for CRC filesystemsDarrick J. Wong
2017-02-05xfs: provide helper for counting extents from if_bytesEric Sandeen
2017-02-05xfs: don't BUG() on mixed direct and mapped I/OBrian Foster
2017-02-05xfs: check return value of _trans_reserve_quota_nblksDarrick J. Wong
2017-02-05xfs: don't call xfs_sb_quota_from_disk twiceEric Sandeen
2017-01-06xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen
2016-11-10libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong