linux-2.6-microblaze.git
2024-03-14 Kent Overstreetbcachefs: Always flush write buffer in delete_dead_inodes()
2024-03-14 Kent Overstreetbcachefs: Fix order of gc_done passes
2024-03-14 Kent Overstreetbcachefs: fix deletion of indirect extents in btree_gc
2024-03-14 Erick Archerbcachefs: Prefer struct_size over open coded arithmetic
2024-03-14 Kent Overstreetbcachefs: Kill unused flags argument to btree_split()
2024-03-14 Kent Overstreetbcachefs: Check for writing superblocks with nonsense...
2024-03-14 Kent Overstreetbcachefs: fix bch2_journal_buf_to_text()
2024-03-14 Kent Overstreetlib/generic-radix-tree.c: Make nodes more reasonably...
2024-03-14 Kent Overstreetbcachefs: copy_(to|from)_user_errcode()
2024-03-14 Kent Overstreetbcachefs: Split out bkey_types.h
2024-03-14 Brian Fosterbcachefs: fix lost journal buf wakeup due to improved...
2024-03-14 Hongbo Libcachefs: intercept mountoption value for bool type
2024-03-14 Hongbo Libcachefs: avoid returning private error code in bch2_xa...
2024-03-14 Kent Overstreetbcachefs: Buffered write path now can avoid the inode...
2024-03-14 Kent Overstreetfs: file_remove_privs_flags()
2024-03-14 Kent Overstreetbcachefs: Fix bch2_journal_noflush_seq()
2024-03-14 Hongbo Libcachefs: fix the error code when mounting with incorre...
2024-03-14 Kent Overstreetbcachefs: split out ignore_blacklisted, ignore_not_dirty
2024-03-14 Kent Overstreetbcachefs: improve move_gap()
2024-03-14 Kent Overstreetbcachefs: journal_keys now uses darray helpers
2024-03-14 Kent Overstreetbcachefs: Rename journal_keys.d -> journal_keys.data
2024-03-14 Kent Overstreetbcachefs: jset_entry for loops declare loop iter
2024-03-14 Kent Overstreetbcachefs: Errcode tracepoint, documentation
2024-03-14 Colin Ian Kingbcachefs: remove redundant assignment to variable ret
2024-03-14 Calvin Owensbcachefs: Silence gcc warnings about arm arch ABI drift
2024-03-14 Kent Overstreetbcachefs: Add journal.blocked to journal_debug_to_text()
2024-03-14 Kent Overstreetbcachefs: Fix journal_buf bitfield accesses
2024-03-14 Kent Overstreetbcachefs: Split out discard fastpath
2024-03-14 Kent Overstreetbcachefs: improve bch2_journal_buf_to_text()
2024-03-14 Kent Overstreetbcachefs: Drop redundant btree_path_downgrade()s
2024-03-14 Daniel Hillbcachefs: rebalance_status now shows correct units
2024-03-14 Kent Overstreetbcachefs: more informative write path error message
2024-03-14 Kent Overstreetbcachefs: check_path() now only needs to walk up to...
2024-03-14 Kent Overstreetbcachefs: bch2_check_subvolume_structure()
2024-03-14 Thomas Bertschingerbcachefs: omit alignment attribute on big endian struct...
2024-03-14 Kent Overstreetbcachefs: bch2_trigger_alloc() handles state changes...
2024-03-14 Kent Overstreetbcachefs: bch2_print_opts()
2024-03-14 Kent Overstreetbcachefs: Improve error messages in device remove path
2024-03-14 Kent Overstreetbcachefs: Use kvzalloc() when dynamically allocating...
2024-03-14 Kent Overstreetbcachefs: Track iter->ip_allocated at bch2_trans_copy_i...
2024-03-14 Kent Overstreetbcachefs: Save key_cache_path in peek_slot()
2024-03-14 Kent Overstreetbcachefs: Pin btree cache in ram for random access...
2024-03-14 Kent Overstreetbcachefs: Check for subvolume children when deleting...
2024-03-14 Kent Overstreetbcachefs: BTREE_ID_subvolume_children
2024-03-14 Kent Overstreetbcachefs: bch_subvolume::fs_path_parent
2024-03-14 Kent Overstreetbcachefs: bch2_btree_bit_mod()
2024-03-14 Kent Overstreetbcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_buffered
2024-03-14 Kent Overstreetbcachefs: Correctly reattach subvolumes
2024-03-14 Kent Overstreetbcachefs: check_path() now prints full inode when reatt...
2024-03-14 Kent Overstreetbcachefs: Pass inode bkey to check_path()
2024-03-14 Kent Overstreetbcachefs: Fix path where dirent -> subvol missing and...
2024-03-14 Kent Overstreetbcachefs: bch_subvolume::parent -> creation_parent
2024-03-14 Kent Overstreetbcachefs: Repair subvol dirents that point to non subvols
2024-03-14 Kent Overstreetbcachefs: check dirent->d_parent_subvol
2024-03-14 Kent Overstreetbcachefs: check inode->bi_parent_subvol against dirent
2024-03-14 Kent Overstreetbcachefs: delete duplicated checks in check_dirent_to_s...
2024-03-14 Kent Overstreetbcachefs: simplify check_dirent_inode_dirent()
2024-03-14 Kent Overstreetbcachefs: check bi_parent_subvol in check_inode()
2024-03-14 Kent Overstreetbcachefs: better log message in lookup_inode_for_snapshot()
2024-03-14 Kent Overstreetbcachefs: check_inode_dirent_inode()
2024-03-14 Kent Overstreetbcachefs: Check subvol <-> inode pointers in check_inode()
2024-03-14 Kent Overstreetbcachefs: Check subvol <-> inode pointers in check_subvol()
2024-03-14 Kent Overstreetbcachefs: Kill more -EIO error codes
2024-03-14 Kent Overstreetbcachefs: thread_with_file: add f_ops.flush
2024-03-14 Kent Overstreetbcachefs: thread_with_file: Fix missing va_end()
2024-03-14 Darrick J.... bcachefs: thread_with_file: allow ioctls against these...
2024-03-14 Darrick J.... bcachefs: thread_with_file: create ops structure for...
2024-03-14 Darrick J.... bcachefs: thread_with_file: fix various printf problems
2024-03-14 Darrick J.... bcachefs: thread_with_file: allow creation of readonly...
2024-03-14 Kent Overstreetbcachefs: thread_with_stdio: suppress hung task warning
2024-03-14 Kent Overstreetkernel/hung_task.c: export sysctl_hung_task_timeout_secs
2024-03-14 Kent Overstreetbcachefs: thread_with_stdio: Mark completed in ->release()
2024-03-13 Kent Overstreetbcachefs: Thread with file documentation
2024-03-13 Kent Overstreetbcachefs: thread_with_stdio: fix bch2_stdio_redirect_re...
2024-03-13 Kent Overstreetbcachefs: thread_with_stdio: kill thread_with_stdio_done()
2024-03-13 Kent Overstreetbcachefs: thread_with_stdio: convert to darray
2024-03-13 Kent Overstreetbcachefs: thread_with_stdio: eliminate double buffering
2024-03-13 Kent Overstreetbcachefs: kill kvpmalloc()
2024-03-13 Kent Overstreetmempool: kvmalloc pool
2024-03-10 Kent Overstreetbcachefs: bch2_lookup() gives better error message...
2024-03-10 Kent Overstreetbcachefs: bch2_inode_insert()
2024-03-10 Kent Overstreetmm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARN
2024-03-10 Kent Overstreetmm: introduce memalloc_flags_{save,restore}
2024-03-10 Kent Overstreetbcachefs: factor out check_inode_backpointer()
2024-03-10 Kent Overstreetbcachefs: Factor out check_subvol_dirent()
2024-03-10 Kent Overstreetbcachefs: Kill some -EINVALs
2024-03-10 Kent Overstreetbcachefs: bump max_active on btree_interior_update_worker
2024-03-10 Kent Overstreetbcachefs: move fsck_write_inode() to inode.c
2024-03-10 Kent Overstreetbcachefs: Initialize super_block->s_uuid
2024-03-10 Kent Overstreetbcachefs: Switch to uuid_to_fsid()
2024-03-10 Kent Overstreetbcachefs: Subvolumes may now be renamed
2024-03-10 Kent Overstreetbcachefs: btree node prefetching in check_topology
2024-03-10 Kent Overstreetbcachefs: btree_and_journal_iter.trans
2024-03-10 Kent Overstreetbcachefs: better journal pipelining
2024-03-10 Kent Overstreetbcachefs: closure per journal buf
2024-03-10 Kent Overstreetbcachefs: bio per journal buf
2024-03-10 Kent Overstreetbcachefs: jset_entry_datetime
2024-03-10 Kent Overstreetbcachefs: improve journal entry read fsck error messages
2024-03-10 Kent Overstreetbcachefs: convert journal replay ptrs to darray
2024-03-10 Kent Overstreetbcachefs: Cleanup bch2_dirent_lookup_trans()
next