index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-30
btrfs: lzo: Add header length check to avoid potential out-of-bounds access
Qu Wenruo
1
-2
/
+26
2018-05-29
btrfs: lzo: document the compressed data format
Qu Wenruo
1
-0
/
+37
2018-05-29
btrfs: compression: Add linux/sizes.h for compression.h
Qu Wenruo
1
-0
/
+2
2018-05-29
Btrfs: fix clone vs chattr NODATASUM race
Omar Sandoval
1
-5
/
+7
2018-05-29
btrfs: propagate failures of __exclude_logged_extent to upper caller
Gu Jinxiang
1
-2
/
+5
2018-05-29
btrfs: Streamline shared ref check in alloc_reserved_tree_block
Nikolay Borisov
1
-8
/
+2
2018-05-29
btrfs: Pass btrfs_delayed_extent_op to alloc_reserved_tree_block
Nikolay Borisov
1
-6
/
+5
2018-05-29
btrfs: Simplify alloc_reserved_tree_block interface
Nikolay Borisov
1
-32
/
+39
2018-05-29
btrfs: Remove fs_info argument from alloc_reserved_tree_block
Nikolay Borisov
1
-4
/
+2
2018-05-29
btrfs: tests: drop newline from test_msg strings
David Sterba
8
-22
/
+22
2018-05-29
btrfs: tests: add helper for error messages and update them
David Sterba
8
-401
/
+412
2018-05-28
btrfs: use error code returned by btrfs_read_fs_root_no_name in search ioctl
Misono Tomohiro
1
-3
/
+2
2018-05-28
Btrfs: allow empty subvol= again
Omar Sandoval
1
-0
/
+3
2018-05-28
btrfs: fix describe_relocation when printing unknown flags
Anand Jain
1
-1
/
+1
2018-05-28
btrfs: use kvzalloc for EXTENT_SAME temporary data
David Sterba
1
-7
/
+9
2018-05-28
Btrfs: reuse cmp workspace in EXTENT_SAME ioctl
Timofey Titovets
1
-39
/
+40
2018-05-28
Btrfs: dedupe_file_range ioctl: remove 16MiB restriction
Timofey Titovets
1
-6
/
+18
2018-05-28
Btrfs: split btrfs_extent_same
Timofey Titovets
1
-28
/
+36
2018-05-28
Btrfs: reserve space for O_TMPFILE orphan item deletion
Omar Sandoval
1
-1
/
+2
2018-05-28
Btrfs: renumber BTRFS_INODE_ runtime flags and switch to enums
Omar Sandoval
1
-9
/
+11
2018-05-28
Btrfs: get rid of unused orphan infrastructure
Omar Sandoval
6
-99
/
+1
2018-05-28
Btrfs: fix ENOSPC caused by orphan items reservations
Omar Sandoval
1
-120
/
+38
2018-05-28
Btrfs: refactor btrfs_evict_inode() reserve refill dance
Omar Sandoval
1
-71
/
+42
2018-05-28
Btrfs: don't return ino to ino cache if inode item removal fails
Omar Sandoval
1
-12
/
+13
2018-05-28
Btrfs: delete dead code in btrfs_orphan_commit_root()
Omar Sandoval
1
-12
/
+0
2018-05-28
Btrfs: get rid of BTRFS_INODE_HAS_ORPHAN_ITEM
Omar Sandoval
2
-57
/
+20
2018-05-28
Btrfs: stop creating orphan items for truncate
Omar Sandoval
2
-114
/
+51
2018-05-28
Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()
Omar Sandoval
1
-1
/
+4
2018-05-28
Btrfs: fix error handling in btrfs_truncate_inode_items()
Omar Sandoval
1
-27
/
+28
2018-05-28
Btrfs: update stale comments referencing vmtruncate()
Omar Sandoval
1
-3
/
+2
2018-05-28
btrfs: Remove stale comment about select_delayed_ref
Nikolay Borisov
1
-4
/
+0
2018-05-28
btrfs: sysfs: Add entry which shows if rmdir can work on subvolumes
Misono Tomohiro
1
-0
/
+39
2018-05-28
btrfs: sysfs: Use enum/define value for feature array definitions
Tomohiro Misono
2
-7
/
+8
2018-05-28
btrfs: add prefix "balance:" for log messages
Anand Jain
1
-14
/
+24
2018-05-28
btrfs: unify naming of flags variables for SETFLAGS and XFLAGS
David Sterba
1
-53
/
+53
2018-05-28
btrfs: add FS_IOC_FSSETXATTR ioctl
David Sterba
1
-0
/
+94
2018-05-28
btrfs: add FS_IOC_FSGETXATTR ioctl
David Sterba
1
-0
/
+20
2018-05-28
btrfs: add helpers for FS_XFLAG_* conversion
David Sterba
1
-0
/
+32
2018-05-28
btrfs: rename btrfs_flags_to_ioctl to reflect which flags it touches
David Sterba
1
-4
/
+5
2018-05-28
btrfs: rename check_flags to reflect which flags it touches
David Sterba
1
-2
/
+3
2018-05-28
btrfs: rename btrfs_mask_flags to reflect which flags it touches
David Sterba
1
-4
/
+5
2018-05-28
btrfs: rename btrfs_update_iflags to reflect which flags it touches
David Sterba
3
-5
/
+5
2018-05-28
btrfs: use common variable for fs_devices in btrfs_destroy_dev_replace_tgtdev
Anand Jain
1
-5
/
+7
2018-05-28
btrfs: drop uuid_mutex in btrfs_destroy_dev_replace_tgtdev
Anand Jain
1
-2
/
+0
2018-05-28
btrfs: drop uuid_mutex in btrfs_dev_replace_finishing
Anand Jain
1
-3
/
+0
2018-05-28
btrfs: replace uuid_mutex by device_list_mutex in btrfs_open_devices
Anand Jain
1
-2
/
+3
2018-05-28
btrfs: document uuid_mutex uasge in read_chunk_tree
Anand Jain
1
-0
/
+4
2018-05-28
btrfs: use existing cur_devices, cleanup btrfs_rm_device
Anand Jain
1
-4
/
+9
2018-05-28
btrfs: reduce uuid_mutex critical section while scanning devices
Anand Jain
1
-7
/
+5
2018-05-28
btrfs: Unexport and rename btrfs_invalidate_inodes
Nikolay Borisov
2
-65
/
+65
[next]