summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2017-04-08xfs: fix toctou race when locking an inode to access the data mapDarrick J. Wong
2017-04-08xfs: fix eofblocks race with file extending async dio writesBrian Foster
2017-04-08xfs: sync eofblocks scans under iolock are livelock proneBrian Foster
2017-04-08xfs: pull up iolock from xfs_free_eofblocks()Brian Foster
2017-04-08xfs: use per-AG reservations for the finobtChristoph Hellwig
2017-04-08xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig
2017-02-26xfs: clear delalloc and cache on buffered write failureBrian Foster
2017-02-04xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong
2017-02-04xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong
2017-02-04xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig
2017-02-04xfs: remove racy hasattr check from attr opsBrian Foster
2017-02-04xfs: verify dirblocklog correctlyDarrick J. Wong
2017-02-04xfs: fix COW writeback raceChristoph Hellwig
2017-02-04xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann
2017-02-04xfs: don't wrap ID in xfs_dq_get_next_idEric Sandeen
2017-02-04xfs: sanity check inode di_modeAmir Goldstein
2017-02-04xfs: sanity check inode mode when creating new dentryAmir Goldstein
2017-02-04xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein
2017-02-04xfs: add missing include dependencies to xfs_dir2.hAmir Goldstein
2017-02-04xfs: sanity check directory inode di_sizeAmir Goldstein
2017-02-04xfs: make the ASSERT() condition likelyAmir Goldstein
2017-02-04xfs: don't print warnings when xfs_log_force failsChristoph Hellwig
2017-02-04xfs: don't rely on ->total in xfs_alloc_space_availableChristoph Hellwig
2017-02-04xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig
2017-02-04xfs: fix bogus minleft manipulationsChristoph Hellwig
2017-02-04xfs: bump up reserved blocks in xfs_alloc_set_asideChristoph Hellwig
2017-02-01xfs: prevent quotacheck from overloading inode lruBrian Foster
2017-01-19xfs: Timely free truncated dirty pagesJan Kara
2017-01-12xfs: fix max_retries _show and _store functionsCarlos Maiolino
2017-01-12xfs: fix crash and data corruption due to removal of busy COW extentsChristoph Hellwig
2017-01-12xfs: use the actual AG length when reserving blocksDarrick J. Wong
2017-01-12xfs: fix double-cleanup when CUI recovery failsDarrick J. Wong
2017-01-12xfs: use GPF_NOFS when allocating btree cursorsDarrick J. Wong
2017-01-12xfs: ignore leaf attr ichdr.count in verifier during log replayEric Sandeen
2017-01-12xfs: don't cap maximum dedupe request lengthDarrick J. Wong
2017-01-12xfs: don't allow di_size with high bit setDarrick J. Wong
2017-01-12xfs: error out if trying to add attrs and anextents > 0Darrick J. Wong
2017-01-12xfs: don't crash if reading a directory results in an unexpected holeDarrick J. Wong
2017-01-12xfs: complain if we don't get nextents bmap recordsDarrick J. Wong
2017-01-12xfs: check for bogus values in btree block headersDarrick J. Wong
2017-01-12xfs: forbid AG btrees with level == 0Darrick J. Wong
2017-01-12xfs: handle cow fork in xfs_bmap_trace_exlistEric Sandeen
2017-01-12xfs: pass state not whichfork to trace_xfs_extlistEric Sandeen
2017-01-12xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen
2017-01-12xfs: pass post-eof speculative prealloc blocks to bmapiBrian Foster
2017-01-12xfs: use new extent lookup helpers xfs_file_iomap_begin_delayChristoph Hellwig
2017-01-12xfs: clean up cow fork reservation and tag inodes correctlyBrian Foster
2017-01-12xfs: use new extent lookup helpers in __xfs_reflink_reserve_cowChristoph Hellwig
2017-01-12xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster
2017-01-12xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig