aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-75/+11
2019-01-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+1
2019-01-04fs: don't open code lru_to_page()Gravatar Nikolay Borisov 1-2/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-12-21LSM: hide struct security_mnt_opts from any generic codeGravatar Al Viro 1-6/+4
2018-12-21btrfs: sanitize security_mnt_opts useGravatar Al Viro 2-58/+9
2018-12-21new helper: security_sb_eat_lsm_opts()Gravatar Al Viro 1-14/+1
2018-12-17btrfs: Fix typos in comments and stringsGravatar Andrea Gelmini 25-69/+70
2018-12-17btrfs: improve error handling of btrfs_add_linkGravatar Johannes Thumshirn 1-1/+6
2018-12-17Btrfs: use generic_remap_file_range_prep() for cloning and deduplicationGravatar Filipe Manana 1-491/+133
2018-12-17btrfs: Refactor main loop in extent_readpagesGravatar Nikolay Borisov 1-20/+14
2018-12-17btrfs: Remove 1st shrink/grow phase from balanceGravatar Nikolay Borisov 1-53/+0
2018-12-17Btrfs: send, fix race with transaction commits that create snapshotsGravatar Filipe Manana 1-6/+23
2018-12-17Btrfs: use nofs context when initializing security xattrs to avoid deadlockGravatar Filipe Manana 1-0/+8
2018-12-17btrfs: run delayed items before dropping the snapshotGravatar Josef Bacik 1-0/+4
2018-12-17btrfs: catch cow on deleting snapshotsGravatar Josef Bacik 3-0/+14
2018-12-17btrfs: extent-tree: cleanup one-shot usage of @blocksize in do_walk_downGravatar Qu Wenruo 1-3/+1
2018-12-17Btrfs: scrub, move setup of nofs contexts higher in the stackGravatar Filipe Manana 1-20/+14
2018-12-17btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutexGravatar David Sterba 1-12/+18
2018-12-17btrfs: scrub: pass fs_info to scrub_setup_ctxGravatar David Sterba 1-5/+4
2018-12-17btrfs: fix truncate throttlingGravatar Josef Bacik 1-62/+17
2018-12-17btrfs: don't run delayed refs in the end transaction logicGravatar Josef Bacik 1-38/+0
2018-12-17btrfs: rework btrfs_check_space_for_delayed_refsGravatar Josef Bacik 4-34/+22
2018-12-17btrfs: add new flushing states for the delayed refs rsvGravatar Josef Bacik 2-4/+20
2018-12-17btrfs: update may_commit_transaction to use the delayed refs rsvGravatar Josef Bacik 1-9/+15
2018-12-17btrfs: introduce delayed_refs_rsvGravatar Josef Bacik 5-25/+281
2018-12-17btrfs: only track ref_heads in delayed_ref_updatesGravatar Josef Bacik 1-3/+0
2018-12-17btrfs: cleanup extent_op handlingGravatar Josef Bacik 1-13/+22
2018-12-17btrfs: add cleanup_ref_head_accounting helperGravatar Josef Bacik 1-28/+39
2018-12-17btrfs: add btrfs_delete_ref_head helperGravatar Josef Bacik 3-20/+19
2018-12-17btrfs: use PAGE_ALIGNED instead of open-coding itGravatar Johannes Thumshirn 3-6/+6
2018-12-17btrfs: use offset_in_page instead of open-coding itGravatar Johannes Thumshirn 7-44/+38
2018-12-17btrfs: dev-replace: open code trivial locking helpersGravatar David Sterba 5-74/+52
2018-12-17btrfs: dev-replace: remove custom read/write blocking schemeGravatar David Sterba 5-28/+6
2018-12-17btrfs: dev-replace: swich locking to rw semaphoreGravatar David Sterba 3-8/+8
2018-12-17btrfs: reada: reorder dev-replace locks before radix tree preloadGravatar David Sterba 1-5/+7
2018-12-17btrfs: Fix error handling in btrfs_cleanup_ordered_extentsGravatar Nikolay Borisov 1-9/+20
2018-12-17btrfs: remove always true if branch in find_delalloc_rangeGravatar Lu Fengqi 3-18/+18
2018-12-17btrfs: skip file_extent generation check for free_space_inode in run_delalloc...Gravatar Lu Fengqi 1-1/+2
2018-12-17Btrfs: fix fsync of files with multiple hard links in new directoriesGravatar Filipe Manana 3-0/+39
2018-12-17btrfs: drop extra enum initialization where using defaultsGravatar David Sterba 6-29/+29
2018-12-17btrfs: switch BTRFS_ORDERED_* to enumsGravatar David Sterba 1-20/+25
2018-12-17btrfs: switch EXTENT_FLAG_* to enumsGravatar David Sterba 1-7/+14
2018-12-17btrfs: switch EXTENT_BUFFER_* to enumsGravatar David Sterba 1-12/+16
2018-12-17btrfs: switch BTRFS_ROOT_* to enumsGravatar David Sterba 1-16/+17
2018-12-17btrfs: switch BTRFS_FS_* to enumsGravatar David Sterba 1-32/+31
2018-12-17btrfs: switch BTRFS_BLOCK_RSV_* to enumsGravatar David Sterba 1-7/+12
2018-12-17btrfs: switch BTRFS_FS_STATE_* to enumsGravatar David Sterba 1-6/+19
2018-12-17btrfs: Refactor btrfs_merge_bio_hookGravatar Nikolay Borisov 5-17/+24
2018-12-17btrfs: cleanup the useless DEFINE_WAIT in cleanup_transactionGravatar Lu Fengqi 1-1/+0