aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-03Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds4-38/+71
2019-01-30btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman1-0/+3
2019-01-30btrfs: clean up pending block groups when transaction commit abortsDavid Sterba1-0/+16
2019-01-30btrfs: fix potential oops in device_list_addAl Viro1-2/+2
2019-01-28btrfs: don't end the transaction for delayed refs in throttleJosef Bacik1-8/+0
2019-01-28Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana1-28/+50
2019-01-21Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds4-10/+35
2019-01-18btrfs: wakeup cleaner thread when adding delayed iputJosef Bacik3-0/+8
2019-01-18btrfs: run delayed iputs before committingJosef Bacik1-0/+9
2019-01-18btrfs: wait on ordered extents on abort cleanupJosef Bacik1-0/+8
2019-01-18btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik3-7/+10
2019-01-18Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba1-3/+0
2019-01-14Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds3-13/+64
2019-01-10btrfs: Use real device structure to verify dev extentQu Wenruo1-0/+12
2019-01-09Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana1-7/+9
2019-01-09Btrfs: fix race between reflink/dedupe and relocationFilipe Manana1-6/+28
2019-01-09Btrfs: fix race between cloning range ending at eof and writebackFilipe Manana1-0/+15
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-75/+11
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov1-2/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-21LSM: hide struct security_mnt_opts from any generic codeAl Viro1-6/+4
2018-12-21btrfs: sanitize security_mnt_opts useAl Viro2-58/+9
2018-12-21new helper: security_sb_eat_lsm_opts()Al Viro1-14/+1
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini25-69/+70
2018-12-17btrfs: improve error handling of btrfs_add_linkJohannes Thumshirn1-1/+6
2018-12-17Btrfs: use generic_remap_file_range_prep() for cloning and deduplicationFilipe Manana1-491/+133
2018-12-17btrfs: Refactor main loop in extent_readpagesNikolay Borisov1-20/+14
2018-12-17btrfs: Remove 1st shrink/grow phase from balanceNikolay Borisov1-53/+0
2018-12-17Btrfs: send, fix race with transaction commits that create snapshotsFilipe Manana1-6/+23
2018-12-17Btrfs: use nofs context when initializing security xattrs to avoid deadlockFilipe Manana1-0/+8
2018-12-17btrfs: run delayed items before dropping the snapshotJosef Bacik1-0/+4
2018-12-17btrfs: catch cow on deleting snapshotsJosef Bacik3-0/+14
2018-12-17btrfs: extent-tree: cleanup one-shot usage of @blocksize in do_walk_downQu Wenruo1-3/+1
2018-12-17Btrfs: scrub, move setup of nofs contexts higher in the stackFilipe Manana1-20/+14
2018-12-17btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutexDavid Sterba1-12/+18
2018-12-17btrfs: scrub: pass fs_info to scrub_setup_ctxDavid Sterba1-5/+4
2018-12-17btrfs: fix truncate throttlingJosef Bacik1-62/+17
2018-12-17btrfs: don't run delayed refs in the end transaction logicJosef Bacik1-38/+0
2018-12-17btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik4-34/+22
2018-12-17btrfs: add new flushing states for the delayed refs rsvJosef Bacik2-4/+20
2018-12-17btrfs: update may_commit_transaction to use the delayed refs rsvJosef Bacik1-9/+15
2018-12-17btrfs: introduce delayed_refs_rsvJosef Bacik5-25/+281
2018-12-17btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik1-3/+0
2018-12-17btrfs: cleanup extent_op handlingJosef Bacik1-13/+22
2018-12-17btrfs: add cleanup_ref_head_accounting helperJosef Bacik1-28/+39
2018-12-17btrfs: add btrfs_delete_ref_head helperJosef Bacik3-20/+19
2018-12-17btrfs: use PAGE_ALIGNED instead of open-coding itJohannes Thumshirn3-6/+6
2018-12-17btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn7-44/+38
2018-12-17btrfs: dev-replace: open code trivial locking helpersDavid Sterba5-74/+52