summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-28block: optimize bvec_iter_advance()buffered-io-2Kent Overstreet
2018-08-28cacheline align pagecache add lockKent Overstreet
2018-08-28bcachefs: optimize page_state_init_for_read()Kent Overstreet
2018-08-28bcachefs: hook up add_to_page_cache_lru_vec()Kent Overstreet
2018-08-28add_to_page_cache_lru_vec()Kent Overstreet
2018-08-28add_to_page_cache_vec()Kent Overstreet
2018-08-28page_cache_tree_insert_vec()Kent Overstreet
2018-08-28radix tree: __radix_tree_create2Kent Overstreet
2018-08-28fs: kill add_to_page_cache_locked()Kent Overstreet
2018-08-28cifs: convert to add_to_page_cache()Kent Overstreet
2018-08-28fix a page refcount bugKent Overstreet
2018-08-28mm: optimize __do_page_cache_readahead()Kent Overstreet
2018-08-28bcachefs: make fsck spew lessKent Overstreet
2018-08-21bcachefs: Dirent repair codeKent Overstreet
2018-08-21bcachefs: Fix a btree iter bug when iter pos == POS_MAXKent Overstreet
2018-08-21bcachefs: Comparison function cleanupsKent Overstreet
2018-08-21bcachefs: Prioritize fragmentation in bucket allocatorKent Overstreet
2018-08-15fs: generic_file_buffered_read() now uses find_get_pages_contigKent Overstreet
2018-08-15fs: Break generic_file_buffered_read up into multiple functionsKent Overstreet
2018-08-12bcachefs: pass around bset_tree lessKent Overstreet
2018-08-12bcachefs: kill extent_insert_hookKent Overstreet
2018-08-12bcachefs: kill i_sectors_hookKent Overstreet
2018-08-12bcachefs: convert fcollapse to bch2_extent_update()Kent Overstreet
2018-08-12bcachefs: convert fpunch to bch2_extent_update()Kent Overstreet
2018-08-12bcachefs: convert truncate to bch2_extent_update()Kent Overstreet
2018-08-12bcachefs: convert bchfs_write_index_update() to bch2_extent_update()Kent Overstreet
2018-08-12bcachefs: bch2_extent_trim_atomic()Kent Overstreet
2018-08-12bcachefs: mempoolify btree_transKent Overstreet
2018-08-12bcachefs: Fix build when CONFIG_BCACHEFS_DEBUG=nKent Overstreet
2018-08-12bcachefs: BTREE_INSERT_JOURNAL_RES_FULL is no longer possibleKent Overstreet
2018-08-12bcachefs: extent_squash() can no longer failKent Overstreet
2018-08-12bcachefs: make struct btree_iter a bit smallerKent Overstreet
2018-08-12bcachefs: lift ordering restriction on 0 size extentsKent Overstreet
2018-08-12bcachefs: extent unit testsKent Overstreet
2018-08-12bcachefs: bkey_written()Kent Overstreet
2018-08-12bcachefs: improved rw_aux_tree_bsearch()Kent Overstreet
2018-08-12bcachefs: Factor out btree_key_can_insert()Kent Overstreet
2018-08-12bcachefs: BCH_SB_RESERVE_BYTESKent Overstreet
2018-08-12bcachefs: Better calculation of copygc thresholdKent Overstreet
2018-08-12bcachefs: Change how replicated data is accountedKent Overstreet
2018-08-12bcachefs: Account for internal fragmentation betterKent Overstreet
2018-08-12bcachefs: kill s_alloc, use bch_data_typeKent Overstreet
2018-08-12bcachefs: bch2_mark_key() now takes bch_data_typeKent Overstreet
2018-08-12bcachefs: Fix an assertion in the btree node merge pathKent Overstreet
2018-08-12bcachefs: Fix locking in allocator threadKent Overstreet
2018-08-12bcachefs: fix bch2_val_to_text()Kent Overstreet
2018-08-12bcachefs: minor fsync fixKent Overstreet
2018-08-12bcachefs: Assorted journal refactoringKent Overstreet
2018-08-12bcachefs: fix last_seq_ondiskKent Overstreet
2018-08-12bcachefs: fix mtime/ctime update on truncateKent Overstreet