aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds5-873/+1520
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds15-150/+123
2020-10-13Merge tag 'erofs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-32/+22
2020-10-13Merge tag 'for-5.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds52-1978/+2690
2020-10-13Merge tag 'dlm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds6-279/+260
2020-10-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds19-342/+470
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-209/+126
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-140/+93
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-398/+49
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-7/+25
2020-10-11Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+5
2020-10-10cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy1-1/+1
2020-10-10io_uring: keep a pointer ref_node in file_dataPavel Begunkov1-8/+6
2020-10-10io_uring: refactor *files_register()'s error pathsPavel Begunkov1-46/+32
2020-10-10io_uring: clean file_data access in files_registerPavel Begunkov1-36/+33
2020-10-10io_uring: don't delay io_init_req() error checkPavel Begunkov1-2/+1
2020-10-10io_uring: clean leftovers after splitting issuePavel Begunkov1-8/+6
2020-10-10io_uring: remove timeout.list after hrtimer cancelPavel Begunkov1-9/+2
2020-10-10io_uring: use a separate struct for timeout_removePavel Begunkov1-9/+9
2020-10-10io_uring: improve submit_state.ios_left accountingPavel Begunkov1-5/+5
2020-10-10io_uring: simplify io_file_get()Pavel Begunkov1-16/+14
2020-10-10io_uring: kill extra check in fixed io_file_get()Pavel Begunkov1-2/+1
2020-10-10io_uring: clean up ->files grabbingPavel Begunkov1-39/+13
2020-10-10io_uring: don't io_prep_async_work() linked reqsPavel Begunkov1-3/+0
2020-10-09io_uring: Convert advanced XArray uses to the normal APIMatthew Wilcox (Oracle)1-12/+2
2020-10-09io_uring: Fix XArray usage in io_uring_add_task_fileMatthew Wilcox (Oracle)1-12/+9
2020-10-09io_uring: Fix use of XArray in __io_uring_files_cancelMatthew Wilcox (Oracle)1-14/+5
2020-10-08io_uring: fix break condition for __io_uring_register() waitingJens Axboe1-3/+3
2020-10-09erofs: remove unnecessary enum entriesChengguang Xu1-2/+0
2020-10-08Merge tag 'exfat-for-5.9-rc9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-22/+12
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells3-9/+50
2020-10-08io_uring: no need to call xa_destroy() on empty xarrayJens Axboe1-1/+0
2020-10-07io_uring: batch account ->req_issue and task struct referencesJens Axboe1-2/+5
2020-10-07btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagNikolay Borisov3-9/+9
2020-10-07btrfs: annotate device name rcu_string with __rcuMadhuparna Bhowmik1-1/+1
2020-10-07btrfs: skip devices without magic signature when mountingAnand Jain2-8/+18
2020-10-07btrfs: cleanup cow block on errorJosef Bacik1-0/+6
2020-10-07btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues2-21/+0
2020-10-07fs: remove no longer used dio_end_io()Goldwyn Rodrigues1-19/+0
2020-10-07btrfs: return error if we're unable to read device statsJosef Bacik1-8/+18
2020-10-07btrfs: init device stats for seed devicesJosef Bacik1-41/+46
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov7-38/+0
2020-10-07btrfs: call submit_bio_hook directly for metadata pagesNikolay Borisov3-7/+7
2020-10-07btrfs: stop calling submit_bio_hook for data inodesNikolay Borisov3-8/+12
2020-10-07btrfs: don't opencode is_data_inode in end_bio_extent_readpageNikolay Borisov1-4/+2
2020-10-07btrfs: call submit_bio_hook directly in submit_one_bioNikolay Borisov1-5/+2
2020-10-07btrfs: remove extent_io_ops::readpage_end_io_hookNikolay Borisov3-6/+1
2020-10-07btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov5-12/+18
2020-10-07btrfs: send, recompute reference path after orphanization of a directoryFilipe Manana1-0/+72
2020-10-07btrfs: send, orphanize first all conflicting inodes when processing referencesFilipe Manana1-40/+87
2020-10-07btrfs: tree-checker: fix false alert caused by legacy btrfs root itemQu Wenruo1-5/+12
2020-10-07btrfs: use unaligned helpers for stack and header set/get helpersDavid Sterba2-16/+14
2020-10-07btrfs: free-space-cache: use unaligned helpers to access dataDavid Sterba1-12/+9
2020-10-07btrfs: send: use helpers for unaligned access to header membersDavid Sterba1-7/+7
2020-10-07btrfs: use own btree inode io_tree owner idQu Wenruo2-1/+2
2020-10-07btrfs: reschedule when cloning lots of extentsJohannes Thumshirn1-0/+2
2020-10-07btrfs: use kvcalloc for allocation in btrfs_ioctl_send()Denis Efremov1-5/+6
2020-10-07btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()Denis Efremov1-1/+1
2020-10-07btrfs: remove inode argument from btrfs_start_ordered_extentNikolay Borisov5-17/+14
2020-10-07btrfs: remove inode argument from add_pending_csumsNikolay Borisov1-5/+4
2020-10-07btrfs: sink inode argument in insert_ordered_extent_file_extentNikolay Borisov1-5/+4
2020-10-07btrfs: switch btrfs_remove_ordered_extent to btrfs_inodeNikolay Borisov3-7/+6
2020-10-07btrfs: clean BTRFS_I usage in btrfs_destroy_inodeNikolay Borisov1-21/+20
2020-10-07btrfs: open code extent_read_full_page to its sole callerNikolay Borisov3-23/+15
2020-10-07btrfs: sink mirror_num argument in __do_readpageNikolay Borisov1-6/+5
2020-10-07btrfs: sink read_flags argument into extent_read_full_pageNikolay Borisov3-4/+4
2020-10-07btrfs: sink mirror_num argument in extent_read_full_pageNikolay Borisov3-5/+4
2020-10-07btrfs: promote extent_read_full_page to btrfs_readpageNikolay Borisov3-19/+16
2020-10-07btrfs: remove mirror_num argument from extent_read_full_pageNikolay Borisov3-5/+5
2020-10-07btrfs: remove btrfs_get_extent indirection from __do_readpageNikolay Borisov3-22/+14
2020-10-07btrfs: remove btree_get_extentNikolay Borisov2-50/+0
2020-10-07btrfs: simplify metadata pages readingNikolay Borisov1-11/+10
2020-10-07btrfs: remove btree_readpageNikolay Borisov1-6/+0
2020-10-07btrfs: reschedule if necessary when logging directory itemsFilipe Manana1-0/+8
2020-10-07btrfs: do not create raid sysfs entries under any locksJosef Bacik2-8/+48
2020-10-07btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik4-36/+9
2020-10-07btrfs: improve error message in setup_items_for_insertNikolay Borisov1-1/+2
2020-10-07btrfs: add kerneldoc for setup_items_for_insertNikolay Borisov1-4/+10
2020-10-07btrfs: sink total_data parameter in setup_items_for_insertNikolay Borisov6-12/+15
2020-10-07btrfs: eliminate total_size parameter from setup_items_for_insertNikolay Borisov6-19/+11
2020-10-07btrfs: re-arrange statements in setup_items_for_insertNikolay Borisov1-1/+1
2020-10-07btrfs: sysfs: export supported send stream versionOmar Sandoval1-0/+9
2020-10-07btrfs: send: use btrfs_file_extent_end() in send_write_or_clone()Omar Sandoval1-33/+11
2020-10-07btrfs: send: avoid copying file dataOmar Sandoval2-27/+39
2020-10-07btrfs: send: get rid of i_size logic in send_write()Omar Sandoval1-27/+10
2020-10-07btrfs: rename btrfs_insert_clone_extent() to a more generic nameFilipe Manana1-3/+3
2020-10-07btrfs: rename btrfs_punch_hole_range() to a more generic nameFilipe Manana4-6/+6
2020-10-07btrfs: rename struct btrfs_clone_extent_info to a more generic nameFilipe Manana4-50/+54
2020-10-07btrfs: remove item_size member of struct btrfs_clone_extent_infoFilipe Manana4-5/+4
2020-10-07btrfs: fix metadata reservation for fallocate that leads to transaction abortsFilipe Manana4-32/+91
2020-10-07btrfs: remove unused function calc_global_rsv_need_space()YueHaibing1-5/+0
2020-10-07btrfs: move btrfs_dev_replace_update_device_in_mapping_tree to drop declarationAnand Jain1-30/+26
2020-10-07btrfs: simplify gotos in open_seed_deviceAnand Jain1-5/+3
2020-10-07btrfs: remove unnecessary tmp variable in btrfs_assign_next_active_device()Anand Jain1-6/+3
2020-10-07btrfs: remove tmp variable for list traversal in btrfs_init_dev_replace_tgtdevAnand Jain1-3/+1
2020-10-07btrfs: use sprout device_list_mutex in btrfs_init_devices_lateAnand Jain1-3/+1
2020-10-07btrfs: reada: lock all seed/sprout devices in __reada_start_machineAnand Jain1-2/+3
2020-10-07btrfs: handle errors in btrfs_sysfs_add_fs_devicesAnand Jain1-2/+6
2020-10-07btrfs: initialize sysfs devid and device link for seed deviceAnand Jain1-0/+15
2020-10-07btrfs: split and refactor btrfs_sysfs_remove_devices_dirAnand Jain4-23/+17
2020-10-07btrfs: simplify parameters of btrfs_sysfs_add_devices_dirAnand Jain4-11/+7
2020-10-07btrfs: make btrfs_sysfs_remove_devices_dir return voidAnand Jain2-7/+5
2020-10-07btrfs: add btrfs_sysfs_remove_device helperAnand Jain1-34/+27
2020-10-07btrfs: add btrfs_sysfs_add_device helperAnand Jain1-26/+52
2020-10-07btrfs: fix replace of seed deviceAnand Jain1-1/+1
2020-10-07btrfs: improve device scanning messagesAnand Jain1-6/+8
2020-10-07btrfs: pretty print leaked root nameJosef Bacik3-2/+46
2020-10-07btrfs: sysfs: export currently running exclusive operationGoldwyn Rodrigues2-0/+38
2020-10-07btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues5-41/+65
2020-10-07btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik1-3/+4
2020-10-07btrfs: make extent_fiemap take btrfs_inodeNikolay Borisov3-17/+15
2020-10-07btrfs: make btrfs_zero_range_check_range_boundary take btrfs_inodeNikolay Borisov1-5/+6
2020-10-07btrfs: make copy_inline_to_page take btrfs_inodeNikolay Borisov1-19/+19
2020-10-07btrfs: make btrfs_find_ordered_sum take btrfs_inodeNikolay Borisov3-14/+13
2020-10-07btrfs: make get_extent_skip_holes take btrfs_inodeNikolay Borisov1-5/+6
2020-10-07btrfs: make btrfs_writepage_endio_finish_ordered btrfs_inode-centricNikolay Borisov1-5/+5
2020-10-07btrfs: make btrfs_invalidatepage work on btrfs_inodeNikolay Borisov1-10/+8
2020-10-07btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeNikolay Borisov6-14/+15
2020-10-07btrfs: make btrfs_dec_test_ordered_pending take btrfs_inodeNikolay Borisov3-9/+8
2020-10-07btrfs: make ordered extent tracepoint take btrfs_inodeNikolay Borisov1-4/+4
2020-10-07btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inodeNikolay Borisov4-7/+10
2020-10-07btrfs: make inode_tree_del take btrfs_inodeNikolay Borisov1-6/+6
2020-10-07btrfs: use BTRFS_NESTED_NEW_ROOT for double splitsJosef Bacik1-1/+11
2020-10-07btrfs: introduce BTRFS_NESTING_NEW_ROOT for adding new rootsJosef Bacik2-2/+12
2020-10-07btrfs: introduce BTRFS_NESTING_SPLIT for split blocksJosef Bacik2-2/+11
2020-10-07btrfs: introduce BTRFS_NESTING_LEFT/RIGHT_COWJosef Bacik2-6/+14
2020-10-07btrfs: introduce BTRFS_NESTING_LEFT/BTRFS_NESTING_RIGHTJosef Bacik2-8/+20
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik8-36/+66
2020-10-07btrfs: add nesting tags to the locking helpersJosef Bacik3-8/+42
2020-10-07btrfs: introduce btrfs_path::recurseJosef Bacik5-9/+26
2020-10-07btrfs: rename extent_buffer::lock_nested to extent_buffer::lock_recursedJosef Bacik3-14/+14
2020-10-07btrfs: don't opencode sync_blockdev in btrfs_init_new_deviceNikolay Borisov1-1/+1
2020-10-07btrfs: remove redundant code from btrfs_free_stale_devicesNikolay Borisov1-2/+0
2020-10-07btrfs: refactor locked condition in btrfs_init_new_deviceNikolay Borisov1-3/+4
2020-10-07btrfs: use RCU for quick device check in btrfs_init_new_deviceNikolay Borisov1-5/+4
2020-10-07btrfs: ctree: check key order before merging tree blocksQu Wenruo1-0/+74
2020-10-07btrfs: extent-tree: kill the BUG_ON() in insert_inline_extent_backref()Qu Wenruo1-1/+19
2020-10-07btrfs: extent-tree: kill BUG_ON() in __btrfs_free_extent()Qu Wenruo1-13/+147
2020-10-07btrfs: extent_io: do extra check for extent buffer read write functionsQu Wenruo1-37/+47
2020-10-07btrfs: rework error detection in init_tree_rootsNikolay Borisov1-10/+9
2020-10-07btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo4-7/+16
2020-10-07btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inodeQu Wenruo1-2/+1
2020-10-07btrfs: do not hold device_list_mutex when closing devicesJosef Bacik1-5/+4
2020-10-07btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik1-1/+0
2020-10-07btrfs: remove alloc_list splice in btrfs_prepare_sproutNikolay Borisov1-4/+0
2020-10-07btrfs: document some invariants of seed codeNikolay Borisov1-0/+15
2020-10-07btrfs: switch seed device to list apiNikolay Borisov4-83/+70
2020-10-07btrfs: simplify setting/clearing fs_info to btrfs_fs_devicesNikolay Borisov3-24/+2
2020-10-07btrfs: make close_fs_devices return voidNikolay Borisov2-9/+5
2020-10-07btrfs: factor out loop logic from btrfs_free_extra_devidsNikolay Borisov1-14/+20
2020-10-07btrfs: factor out reada loop in __reada_start_machineNikolay Borisov1-5/+15
2020-10-07btrfs: remove err variable from btrfs_get_extentNikolay Borisov1-18/+14
2020-10-07btrfs: dio iomap DSYNC workaroundJosef Bacik3-2/+94
2020-10-07btrfs: switch to iomap for direct IOGoldwyn Rodrigues4-172/+176
2020-10-07btrfs: add owner and fs_info to alloc_state io_treeQu Wenruo2-3/+5
2020-10-07btrfs: make read_block_group_item return voidMarcos Paulo de Souza1-6/+2
2020-10-07btrfs: sysfs: fix unused-but-set-variable warningsLeon Romanovsky1-2/+6
2020-10-07btrfs: make fast fsyncs wait only for writebackFilipe Manana8-106/+277
2020-10-07btrfs: do not commit logs and transactions during link and rename operationsFilipe Manana3-169/+60
2020-10-07btrfs: do not take the log_mutex of the subvolume when pinning the logFilipe Manana1-2/+0
2020-10-07btrfs: send: remove indirect callback parameter for changed_cbDavid Sterba1-9/+2
2020-10-07btrfs: scrub: rename ratelimit state varaible to avoid shadowingDavid Sterba1-4/+4
2020-10-07btrfs: remove unnecessarily shadowed variablesDavid Sterba2-2/+0
2020-10-07btrfs: compression: move declarations to headerDavid Sterba2-35/+35
2020-10-07btrfs: remove const from btrfs_feature_set_nameDavid Sterba2-2/+2
2020-10-07btrfs: cleanup calculation of lockend in lock_and_cleanup_extent_if_need()Qu Wenruo1-3/+1
2020-10-07btrfs: fix possible infinite loop in data async reclaimJosef Bacik1-0/+6
2020-10-07btrfs: add a comment explaining the data flush stepsJosef Bacik1-0/+47
2020-10-07btrfs: do async reclaim for data reservationsJosef Bacik4-35/+89
2020-10-07btrfs: flush delayed refs when trying to reserve data spaceJosef Bacik1-0/+1
2020-10-07btrfs: run delayed iputs before committing the transaction for dataJosef Bacik1-1/+1
2020-10-07btrfs: don't force commit if we are dataJosef Bacik1-18/+4
2020-10-07btrfs: drop the commit_cycles stuff for data reservationsJosef Bacik1-19/+2
2020-10-07btrfs: use the same helper for data and metadata reservationsJosef Bacik1-33/+13
2020-10-07btrfs: serialize data reservations if we are flushingJosef Bacik1-1/+4
2020-10-07btrfs: use ticketing for data space reservationsJosef Bacik1-58/+64
2020-10-07btrfs: add btrfs_reserve_data_bytes and use itJosef Bacik3-115/+98
2020-10-07btrfs: add the data transaction commit logic into may_commit_transactionJosef Bacik1-7/+24
2020-10-07btrfs: add flushing states for handling data reservationsJosef Bacik2-0/+8
2020-10-07btrfs: check tickets after waiting on ordered extentsJosef Bacik1-8/+9
2020-10-07btrfs: use btrfs_start_delalloc_roots in shrink_delallocJosef Bacik1-54/+1
2020-10-07btrfs: use the btrfs_space_info_free_bytes_may_use helper for delallocJosef Bacik1-3/+1
2020-10-07btrfs: call btrfs_try_granting_tickets when reserving spaceJosef Bacik1-0/+7
2020-10-07btrfs: call btrfs_try_granting_tickets when unpinning anythingJosef Bacik1-4/+3
2020-10-07btrfs: call btrfs_try_granting_tickets when freeing reserved bytesJosef Bacik1-0/+2
2020-10-07btrfs: make ALLOC_CHUNK use the space info flagsJosef Bacik1-1/+1
2020-10-07btrfs: make shrink_delalloc take space_info as an argJosef Bacik1-5/+4
2020-10-07btrfs: handle U64_MAX for shrink_delallocJosef Bacik1-3/+14
2020-10-07btrfs: remove orig from shrink_delallocJosef Bacik1-2/+2
2020-10-07btrfs: change nr to u64 in btrfs_start_delalloc_rootsJosef Bacik5-20/+14
2020-10-07btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsidNikolay Borisov3-7/+9
2020-10-07btrfs: remove spurious BUG_ON in btrfs_get_extentNikolay Borisov1-1/+0
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap7-8/+8
2020-10-07btrfs: tracepoints: output proper root owner for trace_find_free_extent()Qu Wenruo1-3/+4
2020-10-07exfat: fix use of uninitialized spinlock on error pathNamjae Jeon4-15/+6
2020-10-07exfat: fix pointer error checkingTetsuhiro Kohada1-7/+6
2020-10-06splice: teach splice pipe reading about empty pipe buffersLinus Torvalds1-0/+20
2020-10-05block: add a bdget_part helperChristoph Hellwig1-3/+6
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig1-44/+13