index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-21
btrfs: change extent-same to copy entire argument struct
Mark Fasheh
1
-31
/
+45
2013-09-21
Btrfs: btrfs_ioctl_default_subvol: Revert back to toplevel subvolume when arg...
chandan
1
-1
/
+1
2013-09-21
Btrfs: kill delay_iput arg to the wait_ordered functions
Josef Bacik
1
-1
/
+1
2013-09-01
btrfs: return btrfs error code for dev excl ops err
Anand Jain
1
-8
/
+4
2013-09-01
Btrfs: fix race conditions in BTRFS_IOC_FS_INFO ioctl
Filipe David Borba Manana
1
-1
/
+1
2013-09-01
Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned long
Geert Uytterhoeven
1
-1
/
+1
2013-09-01
Btrfs: Make btrfs_header_fsid() return unsigned long
Geert Uytterhoeven
1
-2
/
+1
2013-09-01
Btrfs: Remove superfluous casts from u64 to unsigned long long
Geert Uytterhoeven
1
-6
/
+4
2013-09-01
Btrfs: don't allow the replace procedure on read only filesystems
Stefan Behrens
1
-0
/
+3
2013-09-01
Btrfs: reset force_compress on btrfs_file_defrag failure
Filipe David Borba Manana
1
-7
/
+7
2013-09-01
Btrfs: maintain subvolume items in the UUID tree
Stefan Behrens
1
-10
/
+66
2013-09-01
Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP
Filipe David Borba Manana
1
-8
/
+10
2013-09-01
Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handler
Filipe David Borba Manana
1
-3
/
+3
2013-09-01
Btrfs: don't allow a subvol to be deleted if it is the default subovl
Josef Bacik
1
-0
/
+15
2013-09-01
btrfs: offline dedupe
Mark Fasheh
1
-0
/
+279
2013-09-01
btrfs_ioctl_clone: Move clone code into it's own function
Mark Fasheh
1
-115
/
+139
2013-09-01
btrfs: abtract out range locking in clone ioctl()
Mark Fasheh
1
-15
/
+21
2013-09-01
btrfs: fix get set label blocking against balance
Anand Jain
1
-6
/
+10
2013-09-01
btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert
Qu Wenruo
1
-14
/
+14
2013-09-01
btrfs: fall back to global reservation when removing subvolumes
Jeff Mahoney
1
-3
/
+4
2013-07-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-26
/
+48
2013-06-29
btrfs: more open-coded file_inode()
Al Viro
1
-4
/
+4
2013-06-14
Btrfs: allow file data clone within a file
Liu Bo
1
-7
/
+19
2013-06-14
btrfs: device delete to get errors from the kernel
Anand Jain
1
-11
/
+11
2013-06-14
Btrfs: just flush the delalloc inodes in the source tree before snapshot crea...
Miao Xie
1
-0
/
+6
2013-06-14
Btrfs: cleanup: don't check the same thing twice
Stefan Behrens
1
-5
/
+0
2013-06-14
Btrfs: remove useless copy in quota_ctl
Liu Bo
1
-3
/
+0
2013-06-14
Btrfs: add ioctl to wait for qgroup rescan completion
Jan Schmidt
1
-0
/
+12
2013-05-17
btrfs: don't stop searching after encountering the wrong item
Gabriel de Perthuis
1
-5
/
+5
2013-05-06
btrfs: read entire device info under lock
David Sterba
1
-1
/
+1
2013-05-06
btrfs: make static code static & remove dead code
Eric Sandeen
1
-1
/
+1
2013-05-06
Btrfs: rescan for qgroups
Jan Schmidt
1
-14
/
+69
2013-05-06
Btrfs: return error when we specify wrong start to defrag
Liu Bo
1
-4
/
+7
2013-05-06
Btrfs: use tree_root to avoid edquot when disabling quota
Wang Shilong
1
-2
/
+2
2013-05-06
Btrfs: creating the subvolume qgroup automatically when enabling quota
Wang Shilong
1
-0
/
+2
2013-05-06
btrfs: make subvol creation/deletion killable in the early stages
David Sterba
1
-2
/
+6
2013-03-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-13
/
+5
2013-03-04
Btrfs: allow running defrag in parallel to administrative tasks
Stefan Behrens
1
-8
/
+0
2013-03-04
Btrfs: fix unclosed transaction handler when the async transaction commitment...
Miao Xie
1
-0
/
+4
2013-03-04
Btrfs: fix wrong handle at error path of create_snapshot() when the commit fails
Miao Xie
1
-5
/
+1
2013-03-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-48
/
+163
2013-02-28
Btrfs: fix wrong reserved space when deleting a snapshot/subvolume
Miao Xie
1
-2
/
+19
2013-02-28
Btrfs: fix wrong reserved space in qgroup during snap/subv creation
Miao Xie
1
-19
/
+43
2013-02-28
Btrfs: remove unnecessary dget_parent/dput when creating the pending snapshot
Miao Xie
1
-4
/
+6
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-26
/
+26
2013-02-22
new helper: file_inode(file)
Al Viro
1
-26
/
+26
2013-02-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...
Chris Mason
1
-24
/
+96
2013-02-20
Btrfs: fix cleaner thread not working with inode cache option
Liu Bo
1
-0
/
+6
2013-02-20
Btrfs: fix uncompleted transaction
Miao Xie
1
-1
/
+1
2013-02-20
Btrfs: set/change the label of a mounted file system
jeff.liu
1
-0
/
+42
[next]