summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs-io.c
AgeCommit message (Expand)Author
2019-05-08Debug print statementsbug-gitlab-4bcachefs-bug-gitlab-4Kent Overstreet
2019-04-17bcachefs: Fix fsync error reportingKent Overstreet
2019-04-17bcachefs: Return errors from for_each_btree_key()Kent Overstreet
2019-04-03bcachefs: trans_for_each_iter()Kent Overstreet
2019-04-03bcachefs: Only get btree iters from btree transactionsKent Overstreet
2019-04-03bcachefs: Make deferred inode updates a mount optionKent Overstreet
2019-04-03bcachefs: Remove direct use of bch2_btree_iter_link()Kent Overstreet
2019-04-03bcachefs: Use deferred btree updates for inode updatesKent Overstreet
2019-04-03bcachefs: fix check for if extent update is allocatingKent Overstreet
2019-04-03bcachefs: dio arithmetic improvementsKent Overstreet
2019-04-03bcachefs: fix a dio bugKent Overstreet
2019-04-03bcachefs: hook up add_to_page_cache_lru_vec()Kent Overstreet
2019-04-03bcachefs: Make bkey types globally uniqueKent Overstreet
2019-04-03bcachefs: Fix a btree iter usage errorKent Overstreet
2019-04-03bcachefs: Clean up, possixly fix page disk reservation accountingKent Overstreet
2019-04-03bcachefs: Fix an error pathKent Overstreet
2019-04-03bcachefs: extent_for_each_ptr_decode()Kent Overstreet
2019-04-03bcachefs: Split out alloc_background.cKent Overstreet
2019-04-03bcachefs: kill extent_insert_hookKent Overstreet
2019-04-03bcachefs: kill i_sectors_hookKent Overstreet
2019-04-03bcachefs: convert fcollapse to bch2_extent_update()Kent Overstreet
2019-04-03bcachefs: convert fpunch to bch2_extent_update()Kent Overstreet
2019-04-03bcachefs: convert truncate to bch2_extent_update()Kent Overstreet
2019-04-03bcachefs: convert bchfs_write_index_update() to bch2_extent_update()Kent Overstreet
2019-04-03bcachefs: bch2_extent_trim_atomic()Kent Overstreet
2019-04-03bcachefs: minor fsync fixKent Overstreet
2019-04-03bcachefs: fix mtime/ctime update on truncateKent Overstreet
2019-04-03bcachefs: Fix mtime/ctime updatesKent Overstreet
2019-04-03bcachefs: Simplify bch2_write_inode_trans, fix lockdep splatKent Overstreet
2019-04-03bcachefs: Convert raw uses of bch2_btree_iter_link() to new transactionsKent Overstreet
2019-04-03bcachefs: Convert bch2_write_inode() to new transactionsKent Overstreet
2019-04-03bcachefs: trivial optimization for fewer transaction restartsKent Overstreet
2019-04-03bcachefs: don't expose extent whiteouts outside of btree codeKent Overstreet
2019-04-03bcachefs: fix a minor fsync bugKent Overstreet
2019-04-03bcachefs: fix a fun truncate bugKent Overstreet
2019-04-03bcachefs: fix error path in fallocateKent Overstreet
2019-04-03bcachefs: fcollapse works on block granularity, not pageKent Overstreet
2019-04-03bcachefs: fix an error path in fcollapseKent Overstreet
2019-04-03bcachefs: fix dio write when faulting in from file we're writing toKent Overstreet
2019-04-03bcachefs: Initial commitKent Overstreet