index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Btrfs: dedupe_file_range ioctl: remove 16MiB restriction
Timofey Titovets
2018-05-28
1
-6
/
+18
*
Btrfs: split btrfs_extent_same
Timofey Titovets
2018-05-28
1
-28
/
+36
*
Btrfs: reserve space for O_TMPFILE orphan item deletion
Omar Sandoval
2018-05-28
1
-1
/
+2
*
Btrfs: renumber BTRFS_INODE_ runtime flags and switch to enums
Omar Sandoval
2018-05-28
1
-9
/
+11
*
Btrfs: get rid of unused orphan infrastructure
Omar Sandoval
2018-05-28
6
-99
/
+1
*
Btrfs: fix ENOSPC caused by orphan items reservations
Omar Sandoval
2018-05-28
1
-120
/
+38
*
Btrfs: refactor btrfs_evict_inode() reserve refill dance
Omar Sandoval
2018-05-28
1
-71
/
+42
*
Btrfs: don't return ino to ino cache if inode item removal fails
Omar Sandoval
2018-05-28
1
-12
/
+13
*
Btrfs: delete dead code in btrfs_orphan_commit_root()
Omar Sandoval
2018-05-28
1
-12
/
+0
*
Btrfs: get rid of BTRFS_INODE_HAS_ORPHAN_ITEM
Omar Sandoval
2018-05-28
2
-57
/
+20
*
Btrfs: stop creating orphan items for truncate
Omar Sandoval
2018-05-28
2
-114
/
+51
*
Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()
Omar Sandoval
2018-05-28
1
-1
/
+4
*
Btrfs: fix error handling in btrfs_truncate_inode_items()
Omar Sandoval
2018-05-28
1
-27
/
+28
*
Btrfs: update stale comments referencing vmtruncate()
Omar Sandoval
2018-05-28
1
-3
/
+2
*
btrfs: Remove stale comment about select_delayed_ref
Nikolay Borisov
2018-05-28
1
-4
/
+0
*
btrfs: sysfs: Add entry which shows if rmdir can work on subvolumes
Misono Tomohiro
2018-05-28
1
-0
/
+39
*
btrfs: sysfs: Use enum/define value for feature array definitions
Tomohiro Misono
2018-05-28
2
-7
/
+8
*
btrfs: add prefix "balance:" for log messages
Anand Jain
2018-05-28
1
-14
/
+24
*
btrfs: unify naming of flags variables for SETFLAGS and XFLAGS
David Sterba
2018-05-28
1
-53
/
+53
*
btrfs: add FS_IOC_FSSETXATTR ioctl
David Sterba
2018-05-28
1
-0
/
+94
*
btrfs: add FS_IOC_FSGETXATTR ioctl
David Sterba
2018-05-28
1
-0
/
+20
*
btrfs: add helpers for FS_XFLAG_* conversion
David Sterba
2018-05-28
1
-0
/
+32
*
btrfs: rename btrfs_flags_to_ioctl to reflect which flags it touches
David Sterba
2018-05-28
1
-4
/
+5
*
btrfs: rename check_flags to reflect which flags it touches
David Sterba
2018-05-28
1
-2
/
+3
*
btrfs: rename btrfs_mask_flags to reflect which flags it touches
David Sterba
2018-05-28
1
-4
/
+5
*
btrfs: rename btrfs_update_iflags to reflect which flags it touches
David Sterba
2018-05-28
3
-5
/
+5
*
btrfs: use common variable for fs_devices in btrfs_destroy_dev_replace_tgtdev
Anand Jain
2018-05-28
1
-5
/
+7
*
btrfs: drop uuid_mutex in btrfs_destroy_dev_replace_tgtdev
Anand Jain
2018-05-28
1
-2
/
+0
*
btrfs: drop uuid_mutex in btrfs_dev_replace_finishing
Anand Jain
2018-05-28
1
-3
/
+0
*
btrfs: replace uuid_mutex by device_list_mutex in btrfs_open_devices
Anand Jain
2018-05-28
1
-2
/
+3
*
btrfs: document uuid_mutex uasge in read_chunk_tree
Anand Jain
2018-05-28
1
-0
/
+4
*
btrfs: use existing cur_devices, cleanup btrfs_rm_device
Anand Jain
2018-05-28
1
-4
/
+9
*
btrfs: reduce uuid_mutex critical section while scanning devices
Anand Jain
2018-05-28
1
-7
/
+5
*
btrfs: Unexport and rename btrfs_invalidate_inodes
Nikolay Borisov
2018-05-28
2
-65
/
+65
*
btrfs: replace waitqueue_actvie with cond_wake_up
David Sterba
2018-05-28
9
-91
/
+40
*
btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeups
David Sterba
2018-05-28
1
-2
/
+8
*
btrfs: introduce conditional wakeup helpers
David Sterba
2018-05-28
1
-0
/
+22
*
btrfs: qgroup: Finish rescan when hit the last leaf of extent tree
Qu Wenruo
2018-05-28
1
-0
/
+19
*
btrfs: qgroup: Search commit root for rescan to avoid missing extent
Qu Wenruo
2018-05-28
1
-3
/
+6
*
btrfs: take the last remnants of ->d_fsdata use out
Al Viro
2018-05-28
1
-6
/
+0
*
btrfs: Do super block verification before writing it to disk
Qu Wenruo
2018-05-28
1
-0
/
+43
*
btrfs: Refactor btrfs_check_super_valid
Qu Wenruo
2018-05-28
1
-4
/
+25
*
btrfs: Move btrfs_check_super_valid() to avoid forward declaration
Qu Wenruo
2018-05-28
1
-150
/
+149
*
btrfs: Remove fs_info argument from populate_free_space_tree
Nikolay Borisov
2018-05-28
1
-4
/
+3
*
btrfs: Remove fs_info argument from add_to_free_space_tree
Nikolay Borisov
2018-05-28
3
-5
/
+3
*
btrfs: Remove fs_info argument from remove_from_free_space_tree
Nikolay Borisov
2018-05-28
3
-8
/
+4
*
btrfs: Remove fs_info argument from __remove_from_free_space_tree
Nikolay Borisov
2018-05-28
3
-13
/
+12
*
btrfs: Remove fs_info argument from remove_free_space_extent
Nikolay Borisov
2018-05-28
1
-4
/
+3
*
btrfs: Remove fs_info argument from add_free_space_extent
Nikolay Borisov
2018-05-28
1
-4
/
+3
*
btrfs: Remove fs_info argument from modify_free_space_bitmap
Nikolay Borisov
2018-05-28
1
-6
/
+5
[next]