summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-052-75/+11Star
|\
| * LSM: hide struct security_mnt_opts from any generic codeAl Viro2018-12-211-6/+4Star
| * btrfs: sanitize security_mnt_opts useAl Viro2018-12-212-58/+9Star
| * new helper: security_sb_eat_lsm_opts()Al Viro2018-12-211-14/+1Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-2/+1Star
|\ \
| * | fs: don't open code lru_to_page()Nikolay Borisov2019-01-041-2/+1Star
* | | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-1/+1
|/ /
* | btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-1725-69/+70
* | btrfs: improve error handling of btrfs_add_linkJohannes Thumshirn2018-12-171-1/+6
* | Btrfs: use generic_remap_file_range_prep() for cloning and deduplicationFilipe Manana2018-12-171-491/+133Star
* | btrfs: Refactor main loop in extent_readpagesNikolay Borisov2018-12-171-20/+14Star
* | btrfs: Remove 1st shrink/grow phase from balanceNikolay Borisov2018-12-171-53/+0Star
* | Btrfs: send, fix race with transaction commits that create snapshotsFilipe Manana2018-12-171-6/+23
* | Btrfs: use nofs context when initializing security xattrs to avoid deadlockFilipe Manana2018-12-171-0/+8
* | btrfs: run delayed items before dropping the snapshotJosef Bacik2018-12-171-0/+4
* | btrfs: catch cow on deleting snapshotsJosef Bacik2018-12-173-0/+14
* | btrfs: extent-tree: cleanup one-shot usage of @blocksize in do_walk_downQu Wenruo2018-12-171-3/+1Star
* | Btrfs: scrub, move setup of nofs contexts higher in the stackFilipe Manana2018-12-171-20/+14Star
* | btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutexDavid Sterba2018-12-171-12/+18
* | btrfs: scrub: pass fs_info to scrub_setup_ctxDavid Sterba2018-12-171-5/+4Star
* | btrfs: fix truncate throttlingJosef Bacik2018-12-171-62/+17Star
* | btrfs: don't run delayed refs in the end transaction logicJosef Bacik2018-12-171-38/+0Star
* | btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik2018-12-174-34/+22Star
* | btrfs: add new flushing states for the delayed refs rsvJosef Bacik2018-12-172-4/+20
* | btrfs: update may_commit_transaction to use the delayed refs rsvJosef Bacik2018-12-171-9/+15
* | btrfs: introduce delayed_refs_rsvJosef Bacik2018-12-175-25/+281
* | btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik2018-12-171-3/+0Star
* | btrfs: cleanup extent_op handlingJosef Bacik2018-12-171-13/+22
* | btrfs: add cleanup_ref_head_accounting helperJosef Bacik2018-12-171-28/+39
* | btrfs: add btrfs_delete_ref_head helperJosef Bacik2018-12-173-20/+19Star
* | btrfs: use PAGE_ALIGNED instead of open-coding itJohannes Thumshirn2018-12-173-6/+6
* | btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn2018-12-177-44/+38Star
* | btrfs: dev-replace: open code trivial locking helpersDavid Sterba2018-12-175-74/+52Star
* | btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba2018-12-175-28/+6Star
* | btrfs: dev-replace: swich locking to rw semaphoreDavid Sterba2018-12-173-8/+8
* | btrfs: reada: reorder dev-replace locks before radix tree preloadDavid Sterba2018-12-171-5/+7
* | btrfs: Fix error handling in btrfs_cleanup_ordered_extentsNikolay Borisov2018-12-171-9/+20
* | btrfs: remove always true if branch in find_delalloc_rangeLu Fengqi2018-12-173-18/+18
* | btrfs: skip file_extent generation check for free_space_inode in run_delalloc...Lu Fengqi2018-12-171-1/+2
* | Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana2018-12-173-0/+39
* | btrfs: drop extra enum initialization where using defaultsDavid Sterba2018-12-176-29/+29
* | btrfs: switch BTRFS_ORDERED_* to enumsDavid Sterba2018-12-171-20/+25
* | btrfs: switch EXTENT_FLAG_* to enumsDavid Sterba2018-12-171-7/+14
* | btrfs: switch EXTENT_BUFFER_* to enumsDavid Sterba2018-12-171-12/+16
* | btrfs: switch BTRFS_ROOT_* to enumsDavid Sterba2018-12-171-16/+17
* | btrfs: switch BTRFS_FS_* to enumsDavid Sterba2018-12-171-32/+31Star
* | btrfs: switch BTRFS_BLOCK_RSV_* to enumsDavid Sterba2018-12-171-7/+12
* | btrfs: switch BTRFS_FS_STATE_* to enumsDavid Sterba2018-12-171-6/+19
* | btrfs: Refactor btrfs_merge_bio_hookNikolay Borisov2018-12-175-17/+24
* | btrfs: cleanup the useless DEFINE_WAIT in cleanup_transactionLu Fengqi2018-12-171-1/+0Star