summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-15replicated btree write error workaroundlacriatch-fixKent Overstreet
2017-04-15bcachefs: use BTREE_INSERT_NOFAIL during fsckKent Overstreet
2017-04-14bcachefs: fsck code for hash tablesKent Overstreet
2017-04-14block: add warning for bi_next not NULL in bio_endio()Kent Overstreet
2017-04-14block: split out bio_list_copy_data()Kent Overstreet
2017-04-14bcachefs: inode pack/unpack improvementsKent Overstreet
2017-04-13bcachefs: fix sysfs opt parsingKent Overstreet
2017-04-13bcachefs: use __GFP_NOWARN when we have fallbackKent Overstreet
2017-04-11bcachefs: fs-gc.c -> fsck.cKent Overstreet
2017-04-11bcachefs: Validate metadata before writeKent Overstreet
2017-04-11bcachefs: Better to_text() methodsKent Overstreet
2017-04-11bcachefs: Convert more things to kvpmallocKent Overstreet
2017-04-10bcachefs: Another btree interior update fixKent Overstreet
2017-04-10bcachefs: strndup_user() returns ERR_PTR(), not NULLKent Overstreet
2017-04-10bcachefs: Btree interior updates fixKent Overstreet
2017-04-10bcachefs: More journal debug codeKent Overstreet
2017-04-10bcachefs: Kill bch2_btree_flush()Kent Overstreet
2017-04-09bcachefs: Minor sysfs cleanupsKent Overstreet
2017-04-09bcachefs: Fix a shutdown raceKent Overstreet
2017-04-09bcachefs: Resize journal buf at runtime as neededKent Overstreet
2017-04-09bcachefs: Add more vmalloc fallbacksKent Overstreet
2017-04-09bcachefs: Never wait on io with btree node lockedKent Overstreet
2017-04-08bcachefs: Fix a journalling bugKent Overstreet
2017-04-08bcachefs: hack around a spurious debug mode BUG_ON()Kent Overstreet
2017-04-08bcachefs: Fix bch2_device_lookup()Kent Overstreet
2017-04-05bcachefs: fix a use after freeKent Overstreet
2017-04-05bcachefs: add BCH_BY_INDEX to ioctl interfaceKent Overstreet
2017-04-04bcachefs: fix journal seq blacklist machineryKent Overstreet
2017-04-04bcachefs: Fix some clang warningsKent Overstreet
2017-04-03bcachefs: Don't set FS read only for error on offline deviceKent Overstreet
2017-04-03bcachefs: Better journal replay error messagesKent Overstreet
2017-04-03bcachefs: Repair code for missing bucket gensKent 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