summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-06-2844-1413/+2028
|\
| * btrfs: remove unused btrfs_fs_info::total_pinnedNikolay Borisov2021-06-221-2/+0
| * btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik2021-06-227-97/+0
| * btrfs: rip the first_ticket_bytes logic from fail_all_ticketsJosef Bacik2021-06-221-16/+0
| * btrfs: remove FLUSH_DELAYED_REFS from data ENOSPC flushingJosef Bacik2021-06-221-16/+0
| * btrfs: rip out may_commit_transactionJosef Bacik2021-06-222-126/+11
| * btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana2021-06-225-31/+2
| * btrfs: ensure relocation never runs while we have send operations runningFilipe Manana2021-06-226-19/+32
| * btrfs: shorten integrity checker extent data mount optionDavid Sterba2021-06-223-6/+4
| * btrfs: switch mount option bits to enums and use wider typeDavid Sterba2021-06-221-32/+33
| * btrfs: props: change how empty value is interpretedDavid Sterba2021-06-221-0/+14
| * btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba2021-06-221-1/+1
| * btrfs: fix unbalanced unlock in qgroup_account_snapshot()Naohiro Aota2021-06-221-1/+1
| * btrfs: sysfs: export dev stats in devinfo directoryDavid Sterba2021-06-221-0/+29
| * btrfs: fix typos in commentsDavid Sterba2021-06-2219-28/+28
| * btrfs: remove a stale comment for btrfs_decompress_bio()Qu Wenruo2021-06-221-14/+0
| * btrfs: send: use list_move_tail instead of list_del/list_add_tailBaokun Li2021-06-221-11/+7
| * btrfs: disable build on platforms having page size 256KChristophe Leroy2021-06-221-0/+2
| * btrfs: send: fix invalid path for unlink operations after parent orphanizationFilipe Manana2021-06-221-0/+11
| * btrfs: inline wait_current_trans_commit_start in its callerDavid Sterba2021-06-211-13/+7
| * btrfs: sink wait_for_unblock parameter to async commitDavid Sterba2021-06-213-25/+4
| * btrfs: remove total_data_size variable in btrfs_batch_insert_items()Nathan Chancellor2021-06-211-2/+1
| * btrfs: eliminate insert label in add_falloc_rangeNikolay Borisov2021-06-211-12/+11
| * btrfs: subpage: fix a rare race between metadata endio and eb freeingQu Wenruo2021-06-213-26/+32
| * btrfs: don't clear page extent mapped if we're not invalidating the full pageQu Wenruo2021-06-211-1/+13
| * btrfs: fix the filemap_range_has_page() call in btrfs_punch_hole_lock_range()Qu Wenruo2021-06-211-1/+12
| * btrfs: reflink: make copy_inline_to_page() to be subpage compatibleQu Wenruo2021-06-211-5/+9
| * btrfs: make btrfs_page_mkwrite() to be subpage compatibleQu Wenruo2021-06-211-2/+2
| * btrfs: make btrfs_truncate_block() to be subpage compatibleQu Wenruo2021-06-211-1/+1
| * btrfs: make __extent_writepage_io() only submit dirty range for subpageQu Wenruo2021-06-211-5/+75
| * btrfs: make btrfs_set_range_writeback() subpage compatibleQu Wenruo2021-06-213-7/+10
| * btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __...Qu Wenruo2021-06-211-1/+15
| * btrfs: update locked page dirty/writeback/error bits in __process_pages_contigQu Wenruo2021-06-211-4/+4
| * btrfs: make page Ordered bit to be subpage compatibleQu Wenruo2021-06-213-8/+18
| * btrfs: introduce helpers for subpage ordered statusQu Wenruo2021-06-212-0/+33
| * btrfs: make process_one_page() to handle subpage lockingQu Wenruo2021-06-213-15/+94
| * btrfs: make end_bio_extent_writepage() to be subpage compatibleQu Wenruo2021-06-211-1/+2
| * btrfs: make __process_pages_contig() to handle subpage dirty/error/writeback ...Qu Wenruo2021-06-211-8/+16
| * btrfs: make btrfs_dirty_pages() to be subpage compatibleQu Wenruo2021-06-211-2/+5
| * btrfs: only require sector size alignment for end_bio_extent_writepage()Qu Wenruo2021-06-211-17/+12
| * btrfs: provide btrfs_page_clamp_*() helpersQu Wenruo2021-06-212-0/+48
| * btrfs: refactor page status update into process_one_page()Qu Wenruo2021-06-211-97/+109
| * btrfs: pass bytenr directly to __process_pages_contig()Qu Wenruo2021-06-211-20/+37
| * btrfs: fix hang when run_delalloc_range() failedQu Wenruo2021-06-211-0/+21
| * btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo2021-06-215-31/+43
| * btrfs: refactor btrfs_invalidatepage() for subpage supportQu Wenruo2021-06-211-74/+97
| * btrfs: introduce btrfs_lookup_first_ordered_range()Qu Wenruo2021-06-212-0/+77
| * btrfs: update comments in btrfs_invalidatepage()Qu Wenruo2021-06-211-6/+15
| * btrfs: refactor how we finish ordered extent io for endio functionsQu Wenruo2021-06-213-113/+127
| * btrfs: make Private2 lifespan more consistentQu Wenruo2021-06-211-1/+1