summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-204-10/+35
|\
| * btrfs: wakeup cleaner thread when adding delayed iputJosef Bacik2019-01-183-0/+8
| * btrfs: run delayed iputs before committingJosef Bacik2019-01-181-0/+9
| * btrfs: wait on ordered extents on abort cleanupJosef Bacik2019-01-181-0/+8
| * btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik2019-01-183-7/+10
| * Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba2019-01-181-3/+0Star
* | Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-133-13/+64
|\|
| * btrfs: Use real device structure to verify dev extentQu Wenruo2019-01-101-0/+12
| * Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana2019-01-091-7/+9
| * Btrfs: fix race between reflink/dedupe and relocationFilipe Manana2019-01-091-6/+28
| * Btrfs: fix race between cloning range ending at eof and writebackFilipe Manana2019-01-091-0/+15
* | 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