aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2019-01-21Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-01-18btrfs: wakeup cleaner thread when adding delayed iputJosef Bacik
2019-01-18btrfs: run delayed iputs before committingJosef Bacik
2019-01-18btrfs: wait on ordered extents on abort cleanupJosef Bacik
2019-01-18btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik
2019-01-18Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba
2019-01-14Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-01-10btrfs: Use real device structure to verify dev extentQu Wenruo
2019-01-09Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana
2019-01-09Btrfs: fix race between reflink/dedupe and relocationFilipe Manana
2019-01-09Btrfs: fix race between cloning range ending at eof and writebackFilipe Manana
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-21LSM: hide struct security_mnt_opts from any generic codeAl Viro
2018-12-21btrfs: sanitize security_mnt_opts useAl Viro
2018-12-21new helper: security_sb_eat_lsm_opts()Al Viro
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini
2018-12-17btrfs: improve error handling of btrfs_add_linkJohannes Thumshirn
2018-12-17Btrfs: use generic_remap_file_range_prep() for cloning and deduplicationFilipe Manana
2018-12-17btrfs: Refactor main loop in extent_readpagesNikolay Borisov
2018-12-17btrfs: Remove 1st shrink/grow phase from balanceNikolay Borisov
2018-12-17Btrfs: send, fix race with transaction commits that create snapshotsFilipe Manana
2018-12-17Btrfs: use nofs context when initializing security xattrs to avoid deadlockFilipe Manana
2018-12-17btrfs: run delayed items before dropping the snapshotJosef Bacik
2018-12-17btrfs: catch cow on deleting snapshotsJosef Bacik
2018-12-17btrfs: extent-tree: cleanup one-shot usage of @blocksize in do_walk_downQu Wenruo
2018-12-17Btrfs: scrub, move setup of nofs contexts higher in the stackFilipe Manana
2018-12-17btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutexDavid Sterba
2018-12-17btrfs: scrub: pass fs_info to scrub_setup_ctxDavid Sterba
2018-12-17btrfs: fix truncate throttlingJosef Bacik
2018-12-17btrfs: don't run delayed refs in the end transaction logicJosef Bacik
2018-12-17btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik
2018-12-17btrfs: add new flushing states for the delayed refs rsvJosef Bacik
2018-12-17btrfs: update may_commit_transaction to use the delayed refs rsvJosef Bacik
2018-12-17btrfs: introduce delayed_refs_rsvJosef Bacik
2018-12-17btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik
2018-12-17btrfs: cleanup extent_op handlingJosef Bacik
2018-12-17btrfs: add cleanup_ref_head_accounting helperJosef Bacik
2018-12-17btrfs: add btrfs_delete_ref_head helperJosef Bacik
2018-12-17btrfs: use PAGE_ALIGNED instead of open-coding itJohannes Thumshirn
2018-12-17btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn
2018-12-17btrfs: dev-replace: open code trivial locking helpersDavid Sterba
2018-12-17btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba
2018-12-17btrfs: dev-replace: swich locking to rw semaphoreDavid Sterba
2018-12-17btrfs: reada: reorder dev-replace locks before radix tree preloadDavid Sterba
2018-12-17btrfs: Fix error handling in btrfs_cleanup_ordered_extentsNikolay Borisov
2018-12-17btrfs: remove always true if branch in find_delalloc_rangeLu Fengqi
2018-12-17btrfs: skip file_extent generation check for free_space_inode in run_delalloc...Lu Fengqi