index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-11
btrfs: move btrfs_compression_type to compression.h
Anand Jain
1
-0
/
+1
2016-03-01
Btrfs: fix extent_same allowing destination offset beyond i_size
Filipe Manana
1
-0
/
+3
2016-03-01
Btrfs: fix file loss on log replay after renaming a file and fsync
Filipe Manana
1
-2
/
+2
2016-03-01
Btrfs: fix unreplayable log after snapshot delete + parent dir fsync
Filipe Manana
1
-0
/
+3
2016-02-26
Merge branch 'dev/control-ioctl' into for-chris-4.6
David Sterba
1
-3
/
+2
2016-02-26
Merge branch 'misc-4.6' into for-chris-4.6
David Sterba
1
-2
/
+0
2016-02-26
Merge branch 'cleanups-4.6' into for-chris-4.6
David Sterba
1
-8
/
+4
2016-02-26
Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6
David Sterba
1
-22
/
+97
2016-02-26
Merge branch 'dev/gfp-flags' into for-chris-4.6
David Sterba
1
-2
/
+2
2016-02-26
Merge branch 'chandan/prep-subpage-blocksize' into for-chris-4.6
David Sterba
1
-2
/
+3
2016-02-23
btrfs: drop unused argument in btrfs_ioctl_get_supported_features
David Sterba
1
-2
/
+2
2016-02-23
btrfs: add GET_SUPPORTED_FEATURES to the control device ioctls
David Sterba
1
-2
/
+1
2016-02-23
btrfs: remove error message from search ioctl for nonexistent tree
David Sterba
1
-2
/
+0
2016-02-18
btrfs: Replace CURRENT_TIME by current_fs_time()
Deepa Dinamani
1
-4
/
+4
2016-02-18
btrfs: remove redundant error check
Byongho Lee
1
-4
/
+0
2016-02-12
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-22
/
+97
2016-02-11
btrfs: switch to kcalloc in btrfs_cmp_data_prepare
David Sterba
1
-2
/
+2
2016-02-11
btrfs: extent same: use GFP_KERNEL for page array allocations
David Sterba
1
-2
/
+2
2016-02-03
Btrfs: fix page reading in extent_same ioctl leading to csum errors
Filipe Manana
1
-8
/
+21
2016-02-03
Btrfs: fix invalid page accesses in extent_same (dedup) ioctl
Filipe Manana
1
-14
/
+76
2016-02-01
Btrfs: btrfs_ioctl_clone: Truncate complete page after performing clone opera...
Chandan Rajendra
1
-2
/
+3
2016-01-29
Revert "btrfs: synchronize incompat feature bits with sysfs files"
Chris Mason
1
-4
/
+0
2016-01-25
Merge branch 'fix/fst-sysfs' of git://git.kernel.org/pub/scm/linux/kernel/git...
Chris Mason
1
-0
/
+4
2016-01-22
wrappers for ->i_mutex access
Al Viro
1
-19
/
+19
2016-01-22
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+4
2016-01-21
btrfs: synchronize incompat feature bits with sysfs files
David Sterba
1
-0
/
+4
2016-01-19
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Chris Mason
1
-0
/
+4
2016-01-18
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-33
/
+41
2016-01-15
Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...
Chandan Rajendra
1
-0
/
+4
2016-01-11
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...
Chris Mason
1
-12
/
+11
2016-01-11
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Chris Mason
1
-13
/
+22
2016-01-07
btrfs: preallocate path for snapshot creation at ioctl time
David Sterba
1
-1
/
+3
2016-01-07
btrfs: allocate root item at snapshot ioctl time
David Sterba
1
-0
/
+9
2016-01-07
btrfs: do an allocation earlier during snapshot creation
David Sterba
1
-11
/
+9
2016-01-07
btrfs: cleanup, use enum values for btrfs_path reada
David Sterba
1
-1
/
+1
2016-01-07
btrfs: constify static arrays
David Sterba
1
-1
/
+1
2016-01-07
Btrfs: use linux/sizes.h to represent constants
Byongho Lee
1
-12
/
+11
2016-01-01
btrfs: use new dedupe data function pointer
Darrick J. Wong
1
-97
/
+13
2015-12-23
Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...
Chris Mason
1
-3
/
+3
2015-12-07
vfs: pull btrfs clone API to vfs layer
Christoph Hellwig
1
-46
/
+3
2015-12-03
btrfs: use GFP_KERNEL for allocations in ioctl handlers
David Sterba
1
-5
/
+5
2015-12-03
btrfs: drop unused parameter from lock_extent_bits
David Sterba
1
-3
/
+3
2015-12-01
btrfs: add .copy_file_range file operation
Zach Brown
1
-39
/
+52
2015-11-06
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-114
/
+166
2015-10-26
btrfs: check unsupported filters in balance arguments
David Sterba
1
-0
/
+5
2015-10-25
Btrfs: fix regression running delayed references when using qgroups
Filipe Manana
1
-61
/
+1
2015-10-21
btrfs: qgroup: Cleanup old inaccurate facilities
Qu Wenruo
1
-3
/
+3
2015-10-21
btrfs: extent-tree: Switch to new delalloc space reserve and release
Qu Wenruo
1
-5
/
+9
2015-10-21
Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Chris Mason
1
-43
/
+152
2015-10-21
Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...
Chris Mason
1
-2
/
+1
[next]