Age | Commit message (Expand) | Author |
2023-10-22 | bcachefs: More assorted large folio conversion | Kent Overstreet |
2023-10-22 | bcachefs: bch2_seek_pagecache_data() folio conversion | Kent Overstreet |
2023-10-22 | bcachefs: bch2_seek_pagecache_hole() folio conversion | Kent Overstreet |
2023-10-22 | bcachefs: bio_for_each_segment_all() -> bio_for_each_folio_all() | Kent Overstreet |
2023-10-22 | bcachefs: Initial folio conversion | Kent Overstreet |
2023-10-22 | bcachefs: Rename bch_page_state -> bch_folio | Kent Overstreet |
2023-10-22 | bcachefs: Add a bch_page_state assert | Kent Overstreet |
2023-10-22 | bcachefs: Private error codes: ENOMEM | Kent Overstreet |
2023-10-22 | bcachefs: Nocow support | Kent Overstreet |
2023-10-22 | bcachefs: Unwritten extents support | Kent Overstreet |
2023-10-22 | bcachefs: bch2_extent_fallocate() | Kent Overstreet |
2023-10-22 | bcachefs: Debug mode for c->writes references | Kent Overstreet |
2023-10-22 | bcachefs: Use for_each_btree_key_upto() more consistently | Kent Overstreet |
2023-10-22 | bcachefs: bch2_inode_opts_get() | Kent Overstreet |
2023-10-22 | bcachefs: New bpos_cmp(), bkey_cmp() replacements | Kent Overstreet |
2023-10-22 | bcachefs: More dio inlining | Kent Overstreet |
2023-10-22 | bcachefs: Error message improvement | Kent Overstreet |
2023-10-22 | bcachefs: Improve a few warnings | Kent Overstreet |
2023-10-22 | bcachefs: Minor dio write path improvements | Kent Overstreet |
2023-10-22 | bcachefs: Factor out two_state_shared_lock | Kent Overstreet |
2023-10-22 | bcachefs: Kill BCH_WRITE_FLUSH | Kent Overstreet |
2023-10-22 | bcachefs: DIO write path optimization | Kent Overstreet |
2023-10-22 | bcachefs: BCH_WRITE_SYNC | Kent Overstreet |
2023-10-22 | bcachefs: Fix a spurious warning | Kent Overstreet |
2023-10-22 | bcachefs: Fix buffered write path for generic/275 | Kent Overstreet |
2023-10-22 | bcachefs: Assorted checkpatch fixes | Kent Overstreet |
2023-10-22 | bcachefs: Quota fixes | Kent Overstreet |
2023-10-22 | bcachefs: Fix for not dropping privs in fallocate | Kent Overstreet |
2023-10-22 | bcachefs: Fix bch2_write_begin() | Kent Overstreet |
2023-10-22 | bcachefs: Reflink now respects quotas | Kent Overstreet |
2023-10-22 | bcachefs: Kill io_in_flight semaphore | Kent Overstreet |
2023-10-22 | bcachefs: Add private error codes for ENOSPC | Kent Overstreet |
2023-10-22 | bcachefs: Errcodes can now subtype standard error codes | Kent Overstreet |
2023-10-22 | bcachefs: EINTR -> BCH_ERR_transaction_restart | Kent Overstreet |
2023-10-22 | bcachefs: Always use percpu_ref_tryget_live() on c->writes | Kent Overstreet |
2023-10-22 | bcachefs: Delete bch_writepage | Kent Overstreet |
2023-10-22 | bcachefs: Go emergency RO when i_blocks underflows | Kent Overstreet |
2023-10-22 | bcachefs: Don't skip triggers in fcollapse() | Kent Overstreet |
2023-10-22 | bcachefs: Convert some WARN_ONs to WARN_ON_ONCE | Kent Overstreet |
2023-10-22 | bcachefs: Fix dio write path with loopback dio mode | Kent Overstreet |
2023-10-22 | bcachefs: Use bio_iov_vecs_to_alloc() | Kent Overstreet |
2023-10-22 | bcachefs: Check for stale dirty pointer before reads | Kent Overstreet |
2023-10-22 | bcachefs: BTREE_ITER_FILTER_SNAPSHOTS is selected automatically | Kent Overstreet |
2023-10-22 | bcachefs: Fix an assertion in bch2_truncate() | Kent Overstreet |
2023-10-22 | bcachefs: Convert a BUG_ON() to a warning | Kent Overstreet |
2023-10-22 | bcachefs: Fix page state after fallocate | Kent Overstreet |
2023-10-22 | bcachefs: Fix page state when reading into !PageUptodate pages | Kent Overstreet |
2023-10-22 | bcachefs: Kill PAGE_SECTOR_SHIFT | Kent Overstreet |
2023-10-22 | bcachefs: Apply workaround for too many btree iters to read path | Kent Overstreet |
2023-10-22 | bcachefs: SECTOR_DIRTY_RESERVED | Kent Overstreet |