aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-02-034-38/+71
|\
| * btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman2019-01-301-0/+3
| * btrfs: clean up pending block groups when transaction commit abortsDavid Sterba2019-01-301-0/+16
| * btrfs: fix potential oops in device_list_addAl Viro2019-01-301-2/+2
| * btrfs: don't end the transaction for delayed refs in throttleJosef Bacik2019-01-281-8/+0
| * Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana2019-01-281-28/+50
* | Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-214-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/+0
* | Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-143-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/+11
|\ \
| * | LSM: hide struct security_mnt_opts from any generic codeAl Viro2018-12-211-6/+4
| * | btrfs: sanitize security_mnt_opts useAl Viro2018-12-212-58/+9
| * | new helper: security_sb_eat_lsm_opts()Al Viro2018-12-211-14/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-2/+1
|\ \ \
| * | | fs: don't open code lru_to_page()Nikolay Borisov2019-01-041-2/+1
| | |/ | |/|
* / | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-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/+133
* | btrfs: Refactor main loop in extent_readpagesNikolay Borisov2018-12-171-20/+14
* | btrfs: Remove 1st shrink/grow phase from balanceNikolay Borisov2018-12-171-53/+0
* | 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/+1
* | Btrfs: scrub, move setup of nofs contexts higher in the stackFilipe Manana2018-12-171-20/+14
* | 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/+4
* | btrfs: fix truncate throttlingJosef Bacik2018-12-171-62/+17
* | btrfs: don't run delayed refs in the end transaction logicJosef Bacik2018-12-171-38/+0
* | btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik2018-12-174-34/+22
* | 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/+0
* | 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/+19
* | 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/+38
* | btrfs: dev-replace: open code trivial locking helpersDavid Sterba2018-12-175-74/+52