summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-01wipdisk-usageKent Overstreet
2018-08-01bcachefs: More fs usage stuffKent Overstreet
2018-08-01fooKent Overstreet
2018-08-01bcachefs: BCH_SB_RESERVE_BYTESKent Overstreet
2018-08-01bcachefs: Better calculation of copygc thresholdKent Overstreet
2018-08-01bcachefs: Change how replicated data is accountedKent Overstreet
2018-08-01bcachefs: Account for internal fragmentation betterKent Overstreet
2018-08-01bcachefs: kill s_alloc, use bch_data_typeKent Overstreet
2018-08-01bcachefs: bch2_mark_key() now takes bch_data_typeKent Overstreet
2018-07-24bcachefs: Fix an assertion in the btree node merge pathKent Overstreet
2018-07-24bcachefs: Fix locking in allocator threadKent Overstreet
2018-07-23bcachefs: fix bch2_val_to_text()Kent Overstreet
2018-07-23bcachefs: minor fsync fixKent Overstreet
2018-07-23bcachefs: Assorted journal refactoringKent Overstreet
2018-07-23bcachefs: fix last_seq_ondiskKent Overstreet
2018-07-23bcachefs: fix mtime/ctime update on truncateKent Overstreet
2018-07-23bcachefs: fix fsync after createKent Overstreet
2018-07-23bcachefs: fix nbuckets usage on device resizeKent Overstreet
2018-07-23bcachefs: Invalidate buckets when writing to alloc btreeKent Overstreet
2018-07-23bcachefs: kill bucket mark sector count saturationKent Overstreet
2018-07-23bcachefs: don't call bch2_bucket_seq_cleanup from journal_buf_switchKent Overstreet
2018-07-23bcachefs: Fix an assertionKent Overstreet
2018-07-22bcachefs: fix rename + fsyncKent Overstreet
2018-07-21bcachefs: Use ei_update_lock consistentlyKent Overstreet
2018-07-21bcachefs: bch2_trans_update() now takes struct btree_insert_entryKent Overstreet
2018-07-21bcachefs: Fix mtime/ctime updatesKent Overstreet
2018-07-21bcachefs: Simplify bch2_write_inode_trans, fix lockdep splatKent Overstreet
2018-07-21bcachefs: add bch_verbose() statements for shutdownKent Overstreet
2018-07-20bcachefs: Fix a use after free in the journal codeKent Overstreet
2018-07-20bcachefs: Fix device addKent Overstreet
2018-07-16bcachefs: trace transaction restartsKent Overstreet
2018-07-16bcachefs: Convert raw uses of bch2_btree_iter_link() to new transactionsKent Overstreet
2018-07-16bcachefs: Only check inode i_nlink during full fsckKent Overstreet
2018-07-16bcachefs: Convert bch2_symlink to new transactionsKent Overstreet
2018-07-16bcachefs: Make bch2_setattr_nonsize() fully atomicKent Overstreet
2018-07-16bcachefs: Make rename fully atomicKent Overstreet
2018-07-16bcachefs: Make unlink path atomicKent Overstreet
2018-07-16bcachefs: Make hardlink path fully atomicKent Overstreet
2018-07-16bcachefs: Make create path fully atomicKent Overstreet
2018-07-16bcachefs: Make bch2_set_acl() fully atomicKent Overstreet
2018-07-16bcachefs: Convert bch2_write_inode() to new transactionsKent Overstreet
2018-07-16bcachefs: Convert dirent/xattr/inode code to new transactionsKent Overstreet
2018-07-16bcachefs: New transaction infrastructureKent Overstreet
2018-07-16fs: factor out d_mark_tmpfile()Kent Overstreet
2018-07-16fs: insert_inode_locked2()Kent Overstreet
2018-07-16bcachefs: add BCH_INODE_UNLINKEDKent Overstreet
2018-07-16bcachefs: create lost+found when initializing fsKent Overstreet
2018-07-16bcachefs: trivial optimization for fewer transaction restartsKent Overstreet
2018-07-16bcachefs: move an assertion to expensive_debug_checksKent Overstreet
2018-07-16bcachefs: improve bch2_btree_iter_copy()Kent Overstreet