summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-02bcache: zstd compression supportbcachefs-zstdKent Overstreet
2017-04-02zstd cleanupKent Overstreet
2017-04-02zstd cleanupKent Overstreet
2017-04-02zstd compressionKent Overstreet
2017-04-02bcache compression debugKent Overstreet
2017-04-02bcachefs: Fix null ptr deref when writing to missing devKent Overstreet
2017-04-02bcachefs: make sure to call bch_prio_read() when hot adding deviceKent Overstreet
2017-04-02bcachefs: make sure to set journal_seq_validKent Overstreet
2017-04-02bcachefs: fix an error pathKent Overstreet
2017-03-31bcachefs: Replace BUG_ON() with real error checkingKent Overstreet
2017-03-30bcachefs: fix incorrect fsck checkKent Overstreet
2017-03-25bcachefs: Convert some assertions to error messagesKent Overstreet
2017-03-20bcachefs: Better assertions for allocation informationKent Overstreet
2017-03-20bcachefs: Fix nonce calculationKent Overstreet
2017-03-19bcachefs: More improvements for building in userspaceKent Overstreet
2017-03-19bcachefs: Rename to avoid conflicts with bcache moduleKent Overstreet
2017-03-19bcachefs: delete old style bcache block device interfacesKent Overstreet
2017-03-17bcachefs: don't allocate sha256 tfm at mod init timeKent Overstreet
2017-03-17bcachefs: improve buffered read performanceKent Overstreet
2017-03-17bcachefs: fix device hot addKent Overstreet
2017-03-17bcachefs: always bounce reads to user memory if encryptedKent Overstreet
2017-03-17bcachefs: add bio_for_each_contig_segment()Kent Overstreet
2017-03-17bcachefs: use system_unbound_wq for decryption/decompressionKent Overstreet
2017-03-17bcachefs: don't bounce reads for checksums if we can avoid itKent Overstreet
2017-03-17bcachefs: avoid cache misses in io pathKent Overstreet
2017-03-17bcachefs: add plugging to dio pathKent Overstreet
2017-03-17bcachefs: ioctl interface improvementsKent Overstreet
2017-03-17bcachefs: fix module unloadKent Overstreet
2017-03-17bcachefs: Refactor some disk usage accounting stuffKent Overstreet
2017-03-17bcachefs: Rework struct bch_dev lifetimeKent Overstreet
2017-03-17bcachefs: More renamingKent Overstreet
2017-03-17bcachefs: fix bch_parse_mount_opts()Kent Overstreet
2017-03-17bcachefs: Fix device addKent Overstreet
2017-03-17bcachefs: More renamingKent Overstreet
2017-03-17bcachefs: Multiple device/replication workKent Overstreet
2017-03-17bcachefs: Make shutdown path less asynchronousKent Overstreet
2017-03-17genradix: kill DECLARE_GENRADIX_TYPE()Kent Overstreet
2017-03-17bcachefs: More renamingKent Overstreet
2017-03-17bcachefs: Revert find_empty_buckets() optimization due to bugsKent Overstreet
2017-03-17bcachefs: fix -o noexclKent Overstreet
2017-03-17bcachefs: Make tiering somewhat less stupid and hardcodedKent Overstreet
2017-03-17bcachefs: flush journal pins before marking superblock cleanKent Overstreet
2017-03-17bcachefs: Better comments for bucket mark's journal seqKent Overstreet
2017-03-17bcachefs: bch_sb_field refactoringKent Overstreet
2017-03-17bcachefs: Allow for journal allocation at runtimeKent Overstreet
2017-03-17bcachefs: Infrastructure for filesystem migrationKent Overstreet
2017-03-17bcachefs: Better validation of block referencesKent Overstreet
2017-03-17bcachefs: Allow for superblocks in arbitrary locationsKent Overstreet
2017-03-17bcachefs: punt to workqueue for decrypting dataKent Overstreet
2017-03-17bcachefs: More refactoring for building in userspaceKent Overstreet