Age | Commit message (Expand) | Author | Files | Lines |
2021-07-03 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -12/+11 |
2021-06-30 | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2021-06-22 | btrfs: remove unused btrfs_fs_info::total_pinned | Nikolay Borisov | 1 | -2/+0 |
2021-06-22 | btrfs: rip out btrfs_space_info::total_bytes_pinned | Josef Bacik | 7 | -97/+0 |
2021-06-22 | btrfs: rip the first_ticket_bytes logic from fail_all_tickets | Josef Bacik | 1 | -16/+0 |
2021-06-22 | btrfs: remove FLUSH_DELAYED_REFS from data ENOSPC flushing | Josef Bacik | 1 | -16/+0 |
2021-06-22 | btrfs: rip out may_commit_transaction | Josef Bacik | 2 | -126/+11 |
2021-06-22 | btrfs: send: fix crash when memory allocations trigger reclaim | Filipe Manana | 5 | -31/+2 |
2021-06-22 | btrfs: ensure relocation never runs while we have send operations running | Filipe Manana | 6 | -19/+32 |
2021-06-22 | btrfs: shorten integrity checker extent data mount option | David Sterba | 3 | -6/+4 |
2021-06-22 | btrfs: switch mount option bits to enums and use wider type | David Sterba | 1 | -32/+33 |
2021-06-22 | btrfs: props: change how empty value is interpreted | David Sterba | 1 | -0/+14 |
2021-06-22 | btrfs: compression: don't try to compress if we don't have enough pages | David Sterba | 1 | -1/+1 |
2021-06-22 | btrfs: fix unbalanced unlock in qgroup_account_snapshot() | Naohiro Aota | 1 | -1/+1 |
2021-06-22 | btrfs: sysfs: export dev stats in devinfo directory | David Sterba | 1 | -0/+29 |
2021-06-22 | btrfs: fix typos in comments | David Sterba | 19 | -28/+28 |
2021-06-22 | btrfs: remove a stale comment for btrfs_decompress_bio() | Qu Wenruo | 1 | -14/+0 |
2021-06-22 | btrfs: send: use list_move_tail instead of list_del/list_add_tail | Baokun Li | 1 | -11/+7 |
2021-06-22 | btrfs: disable build on platforms having page size 256K | Christophe Leroy | 1 | -0/+2 |
2021-06-22 | btrfs: send: fix invalid path for unlink operations after parent orphanization | Filipe Manana | 1 | -0/+11 |
2021-06-21 | btrfs: inline wait_current_trans_commit_start in its caller | David Sterba | 1 | -13/+7 |
2021-06-21 | btrfs: sink wait_for_unblock parameter to async commit | David Sterba | 3 | -25/+4 |
2021-06-21 | btrfs: remove total_data_size variable in btrfs_batch_insert_items() | Nathan Chancellor | 1 | -2/+1 |
2021-06-21 | btrfs: eliminate insert label in add_falloc_range | Nikolay Borisov | 1 | -12/+11 |
2021-06-21 | btrfs: subpage: fix a rare race between metadata endio and eb freeing | Qu Wenruo | 3 | -26/+32 |
2021-06-21 | btrfs: don't clear page extent mapped if we're not invalidating the full page | Qu Wenruo | 1 | -1/+13 |
2021-06-21 | btrfs: fix the filemap_range_has_page() call in btrfs_punch_hole_lock_range() | Qu Wenruo | 1 | -1/+12 |
2021-06-21 | btrfs: reflink: make copy_inline_to_page() to be subpage compatible | Qu Wenruo | 1 | -5/+9 |
2021-06-21 | btrfs: make btrfs_page_mkwrite() to be subpage compatible | Qu Wenruo | 1 | -2/+2 |
2021-06-21 | btrfs: make btrfs_truncate_block() to be subpage compatible | Qu Wenruo | 1 | -1/+1 |
2021-06-21 | btrfs: make __extent_writepage_io() only submit dirty range for subpage | Qu Wenruo | 1 | -5/+75 |
2021-06-21 | btrfs: make btrfs_set_range_writeback() subpage compatible | Qu Wenruo | 3 | -7/+10 |
2021-06-21 | btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __... | Qu Wenruo | 1 | -1/+15 |
2021-06-21 | btrfs: update locked page dirty/writeback/error bits in __process_pages_contig | Qu Wenruo | 1 | -4/+4 |
2021-06-21 | btrfs: make page Ordered bit to be subpage compatible | Qu Wenruo | 3 | -8/+18 |
2021-06-21 | btrfs: introduce helpers for subpage ordered status | Qu Wenruo | 2 | -0/+33 |
2021-06-21 | btrfs: make process_one_page() to handle subpage locking | Qu Wenruo | 3 | -15/+94 |
2021-06-21 | btrfs: make end_bio_extent_writepage() to be subpage compatible | Qu Wenruo | 1 | -1/+2 |
2021-06-21 | btrfs: make __process_pages_contig() to handle subpage dirty/error/writeback ... | Qu Wenruo | 1 | -8/+16 |
2021-06-21 | btrfs: make btrfs_dirty_pages() to be subpage compatible | Qu Wenruo | 1 | -2/+5 |
2021-06-21 | btrfs: only require sector size alignment for end_bio_extent_writepage() | Qu Wenruo | 1 | -17/+12 |
2021-06-21 | btrfs: provide btrfs_page_clamp_*() helpers | Qu Wenruo | 2 | -0/+48 |
2021-06-21 | btrfs: refactor page status update into process_one_page() | Qu Wenruo | 1 | -97/+109 |
2021-06-21 | btrfs: pass bytenr directly to __process_pages_contig() | Qu Wenruo | 1 | -20/+37 |
2021-06-21 | btrfs: fix hang when run_delalloc_range() failed | Qu Wenruo | 1 | -0/+21 |
2021-06-21 | btrfs: rename PagePrivate2 to PageOrdered inside btrfs | Qu Wenruo | 5 | -31/+43 |
2021-06-21 | btrfs: refactor btrfs_invalidatepage() for subpage support | Qu Wenruo | 1 | -74/+97 |
2021-06-21 | btrfs: introduce btrfs_lookup_first_ordered_range() | Qu Wenruo | 2 | -0/+77 |
2021-06-21 | btrfs: update comments in btrfs_invalidatepage() | Qu Wenruo | 1 | -6/+15 |
2021-06-21 | btrfs: refactor how we finish ordered extent io for endio functions | Qu Wenruo | 3 | -113/+127 |