summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | btrfs: tests: add helper for error messages and update themDavid Sterba2018-05-298-401/+412
| * | | | | btrfs: use error code returned by btrfs_read_fs_root_no_name in search ioctlMisono Tomohiro2018-05-281-3/+2
| * | | | | Btrfs: allow empty subvol= againOmar Sandoval2018-05-281-0/+3
| * | | | | btrfs: fix describe_relocation when printing unknown flagsAnand Jain2018-05-281-1/+1
| * | | | | btrfs: use kvzalloc for EXTENT_SAME temporary dataDavid Sterba2018-05-281-7/+9
| * | | | | Btrfs: reuse cmp workspace in EXTENT_SAME ioctlTimofey Titovets2018-05-281-39/+40
| * | | | | Btrfs: dedupe_file_range ioctl: remove 16MiB restrictionTimofey Titovets2018-05-281-6/+18
| * | | | | Btrfs: split btrfs_extent_sameTimofey Titovets2018-05-281-28/+36
| * | | | | Btrfs: reserve space for O_TMPFILE orphan item deletionOmar Sandoval2018-05-281-1/+2
| * | | | | Btrfs: renumber BTRFS_INODE_ runtime flags and switch to enumsOmar Sandoval2018-05-281-9/+11
| * | | | | Btrfs: get rid of unused orphan infrastructureOmar Sandoval2018-05-286-99/+1
| * | | | | Btrfs: fix ENOSPC caused by orphan items reservationsOmar Sandoval2018-05-281-120/+38
| * | | | | Btrfs: refactor btrfs_evict_inode() reserve refill danceOmar Sandoval2018-05-281-71/+42
| * | | | | Btrfs: don't return ino to ino cache if inode item removal failsOmar Sandoval2018-05-281-12/+13
| * | | | | Btrfs: delete dead code in btrfs_orphan_commit_root()Omar Sandoval2018-05-281-12/+0
| * | | | | Btrfs: get rid of BTRFS_INODE_HAS_ORPHAN_ITEMOmar Sandoval2018-05-282-57/+20
| * | | | | Btrfs: stop creating orphan items for truncateOmar Sandoval2018-05-282-114/+51
| * | | | | Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()Omar Sandoval2018-05-281-1/+4
| * | | | | Btrfs: fix error handling in btrfs_truncate_inode_items()Omar Sandoval2018-05-281-27/+28
| * | | | | Btrfs: update stale comments referencing vmtruncate()Omar Sandoval2018-05-281-3/+2
| * | | | | btrfs: Remove stale comment about select_delayed_refNikolay Borisov2018-05-281-4/+0
| * | | | | btrfs: sysfs: Add entry which shows if rmdir can work on subvolumesMisono Tomohiro2018-05-281-0/+39
| * | | | | btrfs: sysfs: Use enum/define value for feature array definitionsTomohiro Misono2018-05-282-7/+8
| * | | | | btrfs: add prefix "balance:" for log messagesAnand Jain2018-05-281-14/+24
| * | | | | btrfs: unify naming of flags variables for SETFLAGS and XFLAGSDavid Sterba2018-05-281-53/+53
| * | | | | btrfs: add FS_IOC_FSSETXATTR ioctlDavid Sterba2018-05-281-0/+94
| * | | | | btrfs: add FS_IOC_FSGETXATTR ioctlDavid Sterba2018-05-281-0/+20
| * | | | | btrfs: add helpers for FS_XFLAG_* conversionDavid Sterba2018-05-281-0/+32
| * | | | | btrfs: rename btrfs_flags_to_ioctl to reflect which flags it touchesDavid Sterba2018-05-281-4/+5
| * | | | | btrfs: rename check_flags to reflect which flags it touchesDavid Sterba2018-05-281-2/+3
| * | | | | btrfs: rename btrfs_mask_flags to reflect which flags it touchesDavid Sterba2018-05-281-4/+5
| * | | | | btrfs: rename btrfs_update_iflags to reflect which flags it touchesDavid Sterba2018-05-283-5/+5
| * | | | | btrfs: use common variable for fs_devices in btrfs_destroy_dev_replace_tgtdevAnand Jain2018-05-281-5/+7
| * | | | | btrfs: drop uuid_mutex in btrfs_destroy_dev_replace_tgtdevAnand Jain2018-05-281-2/+0
| * | | | | btrfs: drop uuid_mutex in btrfs_dev_replace_finishingAnand Jain2018-05-281-3/+0
| * | | | | btrfs: replace uuid_mutex by device_list_mutex in btrfs_open_devicesAnand Jain2018-05-281-2/+3
| * | | | | btrfs: document uuid_mutex uasge in read_chunk_treeAnand Jain2018-05-281-0/+4
| * | | | | btrfs: use existing cur_devices, cleanup btrfs_rm_deviceAnand Jain2018-05-281-4/+9
| * | | | | btrfs: reduce uuid_mutex critical section while scanning devicesAnand Jain2018-05-281-7/+5
| * | | | | btrfs: Unexport and rename btrfs_invalidate_inodesNikolay Borisov2018-05-282-65/+65
| * | | | | btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba2018-05-289-91/+40
| * | | | | btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba2018-05-281-2/+8
| * | | | | btrfs: introduce conditional wakeup helpersDavid Sterba2018-05-281-0/+22
| * | | | | btrfs: qgroup: Finish rescan when hit the last leaf of extent treeQu Wenruo2018-05-281-0/+19
| * | | | | btrfs: qgroup: Search commit root for rescan to avoid missing extentQu Wenruo2018-05-281-3/+6
| * | | | | btrfs: take the last remnants of ->d_fsdata use outAl Viro2018-05-281-6/+0
| * | | | | btrfs: Do super block verification before writing it to diskQu Wenruo2018-05-281-0/+43
| * | | | | btrfs: Refactor btrfs_check_super_validQu Wenruo2018-05-281-4/+25
| * | | | | btrfs: Move btrfs_check_super_valid() to avoid forward declarationQu Wenruo2018-05-281-150/+149
| * | | | | btrfs: Remove fs_info argument from populate_free_space_treeNikolay Borisov2018-05-281-4/+3