aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-07-14bcachefs: darray: Don't pass NULL to memcpy()Tavian Barnes1-1/+2
2024-07-14bcachefs: Kill bch2_assert_btree_nodes_not_locked()Kent Overstreet3-22/+0
2024-07-14bcachefs: Rename BCH_WRITE_DONE -> BCH_WRITE_SUBMITTEDKent Overstreet2-13/+13
2024-07-14bcachefs: __bch2_read(): call trans_begin() on every loop iterKent Overstreet1-26/+19
2024-07-14bcachefs: show none if label is not setHongbo Li1-1/+4
2024-07-14bcachefs: drop packed, aligned from bkey_inode_bufKent Overstreet1-1/+1
2024-07-14bcachefs: btree node scan: fall back to comparing by journal seqKent Overstreet3-15/+41
2024-07-14bcachefs: Add lockdep support for btree node locksKent Overstreet3-3/+26
2024-07-14lockdep: lockdep_set_notrack_class()Kent Overstreet1-1/+1
2024-07-14bcachefs: Improve copygc_wait_to_text()Kent Overstreet1-3/+8
2024-07-14bcachefs: Convert clock code to u64sKent Overstreet3-42/+35
2024-07-14bcachefs: Improve startup messageKent Overstreet1-1/+1
2024-07-14bcachefs: Self healing on read IO errorKent Overstreet3-26/+53
2024-07-14bcachefs: Make read_only a mount option again, but hiddenKent Overstreet3-15/+4
2024-07-14bcachefs: bch2_extent_crc_unpacked_to_text()Kent Overstreet2-7/+16
2024-07-14bcachefs: Ratelimit checksum error messagesKent Overstreet2-3/+7
2024-07-14bcachefs: spelling fixKent Overstreet1-1/+1
2024-07-14bcachefs: Simplify btree key cache fill pathKent Overstreet3-205/+122
2024-07-14bcachefs: Improve "unable to allocate journal write" messageKent Overstreet1-2/+3
2024-07-14bcachefs: Fix missing BTREE_TRIGGER_bucket_invalidate flagKent Overstreet4-6/+8
2024-07-14bcachefs: Ensure buffered writes write as much as they canKent Overstreet3-24/+52
2024-07-14bcachefs: support STATX_DIOALIGN for statx fileHongbo Li1-0/+10
2024-07-14bcachefs: split out lru_format.hKent Overstreet3-24/+26
2024-07-14bcachefs: bch2_btree_key_cache_drop() now evictsKent Overstreet2-7/+11
2024-07-14bcachefs: set fgf order hint before starting a buffered writePankaj Raghav1-2/+3
2024-07-14bcachefs: use FGP_WRITEBEGIN instead of combining individual flagsPankaj Raghav1-6/+4
2024-07-14bcachefs: Reduce the scope of gc_lockKent Overstreet6-12/+12
2024-07-14bcachefs: per_cpu_sum()Kent Overstreet1-6/+11
2024-07-14bcachefs: kill key cache arg to bch2_assert_pos_locked()Kent Overstreet3-20/+16
2024-07-14bcachefs: btree_path_cached_set()Kent Overstreet1-26/+24
2024-07-14bcachefs: btree_node_unlock() assertKent Overstreet1-0/+1
2024-07-14bcachefs: bch2_gc_pos_to_text()Kent Overstreet3-4/+27
2024-07-14bcachefs: bch2_btree_id_to_text()Kent Overstreet2-0/+10
2024-07-14bcachefs: Kill gc_pos_btree_node()Kent Overstreet2-10/+1
2024-07-14bcachefs: Fix bch2_gc_accounting_done() lockingKent Overstreet2-4/+25
2024-07-14bcachefs: bch2_accounting_mem_gc()Kent Overstreet3-6/+42
2024-07-14bcachefs: Refactor disk accounting data structuresKent Overstreet5-126/+109
2024-07-14bcachefs: fix smatch data leak warning in fs usage ioctlBrian Foster1-1/+1
2024-07-14bcachefs: Fix race in bch2_accounting_mem_insert()Kent Overstreet2-11/+17
2024-07-14bcachefs: bch2_btree_insert() - add btree iter flagsAriel Miculas5-15/+18
2024-07-14bcachefs: BCH_IOCTL_QUERY_ACCOUNTINGKent Overstreet4-0/+98
2024-07-14bcachefs: support REMAP_FILE_DEDUP in bch2_remap_file_rangeReed Riley1-4/+2
2024-07-14bcachefs: support FS_IOC_SETFSLABELHongbo Li1-0/+40
2024-07-14bcachefs: support get fs labelHongbo Li1-0/+30
2024-07-14bcachefs: implement FS_IOC_GETVERSION to support lsattrHongbo Li1-1/+9
2024-07-14bcachefs: Unlock trans when waiting for user input in fsckKent Overstreet1-4/+28
2024-07-14bcachefs: Add tracepoints for bch2_sync_fs() and bch2_fsync()Youling Tang3-0/+55
2024-07-14bcachefs: track writeback errors using the generic tracking infrastructureYouling Tang1-1/+6
2024-07-14bcachefs: bch2_dir_emit() - fix directory reads in the fuse driverAriel Miculas1-0/+8
2024-07-14bcachefs: twf: delete dead struct fieldsKent Overstreet1-4/+0