Age | Commit message (Expand) | Author |
2018-05-29 | btrfs: lzo: document the compressed data format | Qu Wenruo |
2018-05-29 | btrfs: compression: Add linux/sizes.h for compression.h | Qu Wenruo |
2018-05-29 | Btrfs: fix clone vs chattr NODATASUM race | Omar Sandoval |
2018-05-29 | btrfs: propagate failures of __exclude_logged_extent to upper caller | Gu Jinxiang |
2018-05-29 | btrfs: Streamline shared ref check in alloc_reserved_tree_block | Nikolay Borisov |
2018-05-29 | btrfs: Pass btrfs_delayed_extent_op to alloc_reserved_tree_block | Nikolay Borisov |
2018-05-29 | btrfs: Simplify alloc_reserved_tree_block interface | Nikolay Borisov |
2018-05-29 | btrfs: Remove fs_info argument from alloc_reserved_tree_block | Nikolay Borisov |
2018-05-29 | btrfs: tests: drop newline from test_msg strings | David Sterba |
2018-05-29 | btrfs: tests: add helper for error messages and update them | David Sterba |
2018-05-28 | btrfs: use error code returned by btrfs_read_fs_root_no_name in search ioctl | Misono Tomohiro |
2018-05-28 | Btrfs: allow empty subvol= again | Omar Sandoval |
2018-05-28 | btrfs: fix describe_relocation when printing unknown flags | Anand Jain |
2018-05-28 | btrfs: use kvzalloc for EXTENT_SAME temporary data | David Sterba |
2018-05-28 | Btrfs: reuse cmp workspace in EXTENT_SAME ioctl | Timofey Titovets |
2018-05-28 | Btrfs: dedupe_file_range ioctl: remove 16MiB restriction | Timofey Titovets |
2018-05-28 | Btrfs: split btrfs_extent_same | Timofey Titovets |
2018-05-28 | Btrfs: reserve space for O_TMPFILE orphan item deletion | Omar Sandoval |
2018-05-28 | Btrfs: renumber BTRFS_INODE_ runtime flags and switch to enums | Omar Sandoval |
2018-05-28 | Btrfs: get rid of unused orphan infrastructure | Omar Sandoval |
2018-05-28 | Btrfs: fix ENOSPC caused by orphan items reservations | Omar Sandoval |
2018-05-28 | Btrfs: refactor btrfs_evict_inode() reserve refill dance | Omar Sandoval |
2018-05-28 | Btrfs: don't return ino to ino cache if inode item removal fails | Omar Sandoval |
2018-05-28 | Btrfs: delete dead code in btrfs_orphan_commit_root() | Omar Sandoval |
2018-05-28 | Btrfs: get rid of BTRFS_INODE_HAS_ORPHAN_ITEM | Omar Sandoval |
2018-05-28 | Btrfs: stop creating orphan items for truncate | Omar Sandoval |
2018-05-28 | Btrfs: don't BUG_ON() in btrfs_truncate_inode_items() | Omar Sandoval |
2018-05-28 | Btrfs: fix error handling in btrfs_truncate_inode_items() | Omar Sandoval |
2018-05-28 | Btrfs: update stale comments referencing vmtruncate() | Omar Sandoval |
2018-05-28 | btrfs: Remove stale comment about select_delayed_ref | Nikolay Borisov |
2018-05-28 | btrfs: sysfs: Add entry which shows if rmdir can work on subvolumes | Misono Tomohiro |
2018-05-28 | btrfs: sysfs: Use enum/define value for feature array definitions | Tomohiro Misono |
2018-05-28 | btrfs: add prefix "balance:" for log messages | Anand Jain |
2018-05-28 | btrfs: unify naming of flags variables for SETFLAGS and XFLAGS | David Sterba |
2018-05-28 | btrfs: add FS_IOC_FSSETXATTR ioctl | David Sterba |
2018-05-28 | btrfs: add FS_IOC_FSGETXATTR ioctl | David Sterba |
2018-05-28 | btrfs: add helpers for FS_XFLAG_* conversion | David Sterba |
2018-05-28 | btrfs: rename btrfs_flags_to_ioctl to reflect which flags it touches | David Sterba |
2018-05-28 | btrfs: rename check_flags to reflect which flags it touches | David Sterba |
2018-05-28 | btrfs: rename btrfs_mask_flags to reflect which flags it touches | David Sterba |
2018-05-28 | btrfs: rename btrfs_update_iflags to reflect which flags it touches | David Sterba |
2018-05-28 | btrfs: use common variable for fs_devices in btrfs_destroy_dev_replace_tgtdev | Anand Jain |
2018-05-28 | btrfs: drop uuid_mutex in btrfs_destroy_dev_replace_tgtdev | Anand Jain |
2018-05-28 | btrfs: drop uuid_mutex in btrfs_dev_replace_finishing | Anand Jain |
2018-05-28 | btrfs: replace uuid_mutex by device_list_mutex in btrfs_open_devices | Anand Jain |
2018-05-28 | btrfs: document uuid_mutex uasge in read_chunk_tree | Anand Jain |
2018-05-28 | btrfs: use existing cur_devices, cleanup btrfs_rm_device | Anand Jain |
2018-05-28 | btrfs: reduce uuid_mutex critical section while scanning devices | Anand Jain |
2018-05-28 | btrfs: Unexport and rename btrfs_invalidate_inodes | Nikolay Borisov |
2018-05-28 | btrfs: replace waitqueue_actvie with cond_wake_up | David Sterba |