aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2018-05-29btrfs: propagate failures of __exclude_logged_extent to upper callerGu Jinxiang
2018-05-29btrfs: Streamline shared ref check in alloc_reserved_tree_blockNikolay Borisov
2018-05-29btrfs: Pass btrfs_delayed_extent_op to alloc_reserved_tree_blockNikolay Borisov
2018-05-29btrfs: Simplify alloc_reserved_tree_block interfaceNikolay Borisov
2018-05-29btrfs: Remove fs_info argument from alloc_reserved_tree_blockNikolay Borisov
2018-05-29btrfs: tests: drop newline from test_msg stringsDavid Sterba
2018-05-29btrfs: tests: add helper for error messages and update themDavid Sterba
2018-05-28btrfs: use error code returned by btrfs_read_fs_root_no_name in search ioctlMisono Tomohiro
2018-05-28Btrfs: allow empty subvol= againOmar Sandoval
2018-05-28btrfs: fix describe_relocation when printing unknown flagsAnand Jain
2018-05-28btrfs: use kvzalloc for EXTENT_SAME temporary dataDavid Sterba
2018-05-28Btrfs: reuse cmp workspace in EXTENT_SAME ioctlTimofey Titovets
2018-05-28Btrfs: dedupe_file_range ioctl: remove 16MiB restrictionTimofey Titovets
2018-05-28Btrfs: split btrfs_extent_sameTimofey Titovets
2018-05-28Btrfs: reserve space for O_TMPFILE orphan item deletionOmar Sandoval
2018-05-28Btrfs: renumber BTRFS_INODE_ runtime flags and switch to enumsOmar Sandoval
2018-05-28Btrfs: get rid of unused orphan infrastructureOmar Sandoval
2018-05-28Btrfs: fix ENOSPC caused by orphan items reservationsOmar Sandoval
2018-05-28Btrfs: refactor btrfs_evict_inode() reserve refill danceOmar Sandoval
2018-05-28Btrfs: don't return ino to ino cache if inode item removal failsOmar Sandoval
2018-05-28Btrfs: delete dead code in btrfs_orphan_commit_root()Omar Sandoval
2018-05-28Btrfs: get rid of BTRFS_INODE_HAS_ORPHAN_ITEMOmar Sandoval
2018-05-28Btrfs: stop creating orphan items for truncateOmar Sandoval
2018-05-28Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()Omar Sandoval
2018-05-28Btrfs: fix error handling in btrfs_truncate_inode_items()Omar Sandoval
2018-05-28Btrfs: update stale comments referencing vmtruncate()Omar Sandoval
2018-05-28btrfs: Remove stale comment about select_delayed_refNikolay Borisov
2018-05-28btrfs: sysfs: Add entry which shows if rmdir can work on subvolumesMisono Tomohiro
2018-05-28btrfs: sysfs: Use enum/define value for feature array definitionsTomohiro Misono
2018-05-28btrfs: add prefix "balance:" for log messagesAnand Jain
2018-05-28btrfs: unify naming of flags variables for SETFLAGS and XFLAGSDavid Sterba
2018-05-28btrfs: add FS_IOC_FSSETXATTR ioctlDavid Sterba
2018-05-28btrfs: add FS_IOC_FSGETXATTR ioctlDavid Sterba
2018-05-28btrfs: add helpers for FS_XFLAG_* conversionDavid Sterba
2018-05-28btrfs: rename btrfs_flags_to_ioctl to reflect which flags it touchesDavid Sterba
2018-05-28btrfs: rename check_flags to reflect which flags it touchesDavid Sterba
2018-05-28btrfs: rename btrfs_mask_flags to reflect which flags it touchesDavid Sterba
2018-05-28btrfs: rename btrfs_update_iflags to reflect which flags it touchesDavid Sterba
2018-05-28btrfs: use common variable for fs_devices in btrfs_destroy_dev_replace_tgtdevAnand Jain
2018-05-28btrfs: drop uuid_mutex in btrfs_destroy_dev_replace_tgtdevAnand Jain
2018-05-28btrfs: drop uuid_mutex in btrfs_dev_replace_finishingAnand Jain
2018-05-28btrfs: replace uuid_mutex by device_list_mutex in btrfs_open_devicesAnand Jain
2018-05-28btrfs: document uuid_mutex uasge in read_chunk_treeAnand Jain
2018-05-28btrfs: use existing cur_devices, cleanup btrfs_rm_deviceAnand Jain
2018-05-28btrfs: reduce uuid_mutex critical section while scanning devicesAnand Jain
2018-05-28btrfs: Unexport and rename btrfs_invalidate_inodesNikolay Borisov
2018-05-28btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba
2018-05-28btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba
2018-05-28btrfs: introduce conditional wakeup helpersDavid Sterba
2018-05-28btrfs: qgroup: Finish rescan when hit the last leaf of extent treeQu Wenruo