summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-10-07btrfs: switch seed device to list apiNikolay Borisov
2020-10-07btrfs: simplify setting/clearing fs_info to btrfs_fs_devicesNikolay Borisov
2020-10-07btrfs: make close_fs_devices return voidNikolay Borisov
2020-10-07btrfs: factor out loop logic from btrfs_free_extra_devidsNikolay Borisov
2020-10-07btrfs: factor out reada loop in __reada_start_machineNikolay Borisov
2020-10-07btrfs: remove err variable from btrfs_get_extentNikolay Borisov
2020-10-07btrfs: dio iomap DSYNC workaroundJosef Bacik
2020-10-07btrfs: switch to iomap for direct IOGoldwyn Rodrigues
2020-10-07btrfs: add owner and fs_info to alloc_state io_treeQu Wenruo
2020-10-07btrfs: make read_block_group_item return voidMarcos Paulo de Souza
2020-10-07btrfs: sysfs: fix unused-but-set-variable warningsLeon Romanovsky
2020-10-07btrfs: make fast fsyncs wait only for writebackFilipe Manana
2020-10-07btrfs: do not commit logs and transactions during link and rename operationsFilipe Manana
2020-10-07btrfs: do not take the log_mutex of the subvolume when pinning the logFilipe Manana
2020-10-07btrfs: send: remove indirect callback parameter for changed_cbDavid Sterba
2020-10-07btrfs: scrub: rename ratelimit state varaible to avoid shadowingDavid Sterba
2020-10-07btrfs: remove unnecessarily shadowed variablesDavid Sterba
2020-10-07btrfs: compression: move declarations to headerDavid Sterba
2020-10-07btrfs: remove const from btrfs_feature_set_nameDavid Sterba
2020-10-07btrfs: cleanup calculation of lockend in lock_and_cleanup_extent_if_need()Qu Wenruo
2020-10-07btrfs: fix possible infinite loop in data async reclaimJosef Bacik
2020-10-07btrfs: add a comment explaining the data flush stepsJosef Bacik
2020-10-07btrfs: do async reclaim for data reservationsJosef Bacik
2020-10-07btrfs: flush delayed refs when trying to reserve data spaceJosef Bacik
2020-10-07btrfs: run delayed iputs before committing the transaction for dataJosef Bacik
2020-10-07btrfs: don't force commit if we are dataJosef Bacik
2020-10-07btrfs: drop the commit_cycles stuff for data reservationsJosef Bacik
2020-10-07btrfs: use the same helper for data and metadata reservationsJosef Bacik
2020-10-07btrfs: serialize data reservations if we are flushingJosef Bacik
2020-10-07btrfs: use ticketing for data space reservationsJosef Bacik
2020-10-07btrfs: add btrfs_reserve_data_bytes and use itJosef Bacik
2020-10-07btrfs: add the data transaction commit logic into may_commit_transactionJosef Bacik
2020-10-07btrfs: add flushing states for handling data reservationsJosef Bacik
2020-10-07btrfs: check tickets after waiting on ordered extentsJosef Bacik
2020-10-07btrfs: use btrfs_start_delalloc_roots in shrink_delallocJosef Bacik
2020-10-07btrfs: use the btrfs_space_info_free_bytes_may_use helper for delallocJosef Bacik
2020-10-07btrfs: call btrfs_try_granting_tickets when reserving spaceJosef Bacik
2020-10-07btrfs: call btrfs_try_granting_tickets when unpinning anythingJosef Bacik
2020-10-07btrfs: call btrfs_try_granting_tickets when freeing reserved bytesJosef Bacik
2020-10-07btrfs: make ALLOC_CHUNK use the space info flagsJosef Bacik
2020-10-07btrfs: make shrink_delalloc take space_info as an argJosef Bacik
2020-10-07btrfs: handle U64_MAX for shrink_delallocJosef Bacik
2020-10-07btrfs: remove orig from shrink_delallocJosef Bacik
2020-10-07btrfs: change nr to u64 in btrfs_start_delalloc_rootsJosef Bacik
2020-10-07btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsidNikolay Borisov
2020-10-07btrfs: remove spurious BUG_ON in btrfs_get_extentNikolay Borisov
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap
2020-10-07btrfs: tracepoints: output proper root owner for trace_find_free_extent()Qu Wenruo
2020-10-02Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-02Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds