Age | Commit message (Expand) | Author | Files | Lines |
2021-08-23 | fs: kill sync_inode | Josef Bacik | 1 | -18/+1 |
2021-08-23 | 9p: migrate from sync_inode to filemap_fdatawrite_wbc | Josef Bacik | 1 | -6/+1 |
2021-08-23 | btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinking | Josef Bacik | 1 | -1/+1 |
2021-08-23 | btrfs: wait on async extents when flushing delalloc | Josef Bacik | 2 | -4/+40 |
2021-08-23 | btrfs: use delalloc_bytes to determine flush amount for shrink_delalloc | Josef Bacik | 2 | -16/+33 |
2021-08-23 | btrfs: enable a tracepoint when we fail tickets | Josef Bacik | 1 | -0/+2 |
2021-08-23 | btrfs: wake up async_delalloc_pages waiters after submit | Josef Bacik | 1 | -5/+5 |
2021-08-23 | btrfs: unify regular and subpage error paths in __extent_writepage() | Qu Wenruo | 1 | -7/+44 |
2021-08-23 | btrfs: allow read-write for 4K sectorsize on 64K page size systems | Qu Wenruo | 5 | -16/+17 |
2021-08-23 | btrfs: subpage: fix relocation potentially overwriting last page data | Qu Wenruo | 1 | -0/+60 |
2021-08-23 | btrfs: subpage: fix false alert when relocating partial preallocated data ext... | Qu Wenruo | 1 | -6/+11 |
2021-08-23 | btrfs: subpage: fix a potential use-after-free in writeback helper | Qu Wenruo | 3 | -6/+45 |
2021-08-23 | btrfs: subpage: fix race between prepare_pages() and btrfs_releasepage() | Qu Wenruo | 1 | -1/+12 |
2021-08-23 | btrfs: subpage: reject raid56 filesystem and profile conversion | Qu Wenruo | 2 | -0/+17 |
2021-08-23 | btrfs: subpage: allow submit_extent_page() to do bio split | Qu Wenruo | 1 | -59/+131 |
2021-08-23 | btrfs: subpage: disable inline extent creation | Qu Wenruo | 1 | -2/+16 |
2021-08-23 | btrfs: subpage: fix writeback which does not have ordered extent | Qu Wenruo | 3 | -0/+39 |
2021-08-23 | btrfs: make relocate_one_page() handle subpage case | Qu Wenruo | 1 | -29/+77 |
2021-08-23 | btrfs: reloc: factor out relocation page read and dirty part | Qu Wenruo | 1 | -105/+93 |
2021-08-23 | btrfs: rework lzo_decompress_bio() to make it subpage compatible | Qu Wenruo | 1 | -106/+90 |
2021-08-23 | btrfs: rework btrfs_decompress_buf2page() | Qu Wenruo | 5 | -99/+76 |
2021-08-23 | btrfs: grab correct extent map for subpage compressed extent read | Qu Wenruo | 1 | -3/+6 |
2021-08-23 | btrfs: disable compressed readahead for subpage | Qu Wenruo | 1 | -0/+10 |
2021-08-23 | btrfs: subpage: check if there are compressed extents inside one page | Qu Wenruo | 1 | -0/+14 |
2021-08-23 | btrfs: reset this_bio_flag to avoid inheriting old flags | Qu Wenruo | 1 | -1/+1 |
2021-08-23 | btrfs: constify and cleanup variables in comparators | David Sterba | 5 | -16/+15 |
2021-08-23 | btrfs: simplify data stripe calculation helpers | David Sterba | 1 | -13/+2 |
2021-08-23 | btrfs: merge alloc_device helpers | David Sterba | 1 | -41/+25 |
2021-08-23 | btrfs: uninline btrfs_bg_flags_to_raid_index | David Sterba | 2 | -26/+27 |
2021-08-23 | btrfs: tree-checker: add missing stripe checks for raid1c3/4 profiles | David Sterba | 1 | -0/+4 |
2021-08-23 | btrfs: tree-checker: use table values for stripe checks | David Sterba | 1 | -6/+11 |
2021-08-23 | btrfs: make btrfs_next_leaf static inline | David Sterba | 2 | -11/+12 |
2021-08-23 | btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pending | David Sterba | 3 | -6/+3 |
2021-08-23 | btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_ordered | David Sterba | 3 | -7/+7 |
2021-08-23 | btrfs: remove unused start and end parameters from btrfs_run_delalloc_range() | Qu Wenruo | 3 | -6/+5 |
2021-08-23 | btrfs: introduce btrfs_lookup_match_dir | Marcos Paulo de Souza | 1 | -37/+39 |
2021-08-23 | btrfs: remove unneeded return variable in btrfs_lookup_file_extent | Marcos Paulo de Souza | 1 | -3/+2 |
2021-08-23 | btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritems | Marcos Paulo de Souza | 2 | -2/+2 |
2021-08-23 | btrfs: remove ignore_offset argument from btrfs_find_all_roots() | Filipe Manana | 4 | -27/+17 |
2021-08-23 | btrfs: avoid unnecessary lock and leaf splits when updating inode in the log | Filipe Manana | 1 | -5/+34 |
2021-08-23 | btrfs: remove unnecessary list head initialization when syncing log | Filipe Manana | 1 | -2/+0 |
2021-08-23 | btrfs: avoid unnecessary log mutex contention when syncing log | Filipe Manana | 1 | -4/+10 |
2021-08-23 | btrfs: remove racy and unnecessary inode transaction update when using no-holes | Filipe Manana | 1 | -7/+5 |
2021-08-23 | btrfs: stop doing GFP_KERNEL memory allocations in the ref verify tool | Filipe Manana | 2 | -17/+5 |
2021-08-23 | btrfs: improve the batch insertion of delayed items | Filipe Manana | 1 | -133/+79 |
2021-08-23 | btrfs: rescue: allow ibadroots to skip bad extent tree when reading block gro... | Qu Wenruo | 1 | -0/+19 |
2021-08-23 | btrfs: pass NULL as trans to btrfs_search_slot if we only want to search | Marcos Paulo de Souza | 2 | -2/+2 |
2021-08-23 | btrfs: continue readahead of siblings even if target node is in memory | Filipe Manana | 1 | -5/+8 |
2021-08-23 | btrfs: check-integrity: drop kmap/kunmap for block pages | David Sterba | 1 | -8/+3 |
2021-08-23 | btrfs: compression: drop kmap/kunmap from generic helpers | David Sterba | 2 | -4/+2 |