index
:
tegra/linux
drm/core/mipi-dsi-non-continuous
drm/core/mipi-dsi-shutdown
drm/fixes
drm/for-next
drm/hdmi-for-3.9
drm/master
drm/panel/for-next
drm/tegra-for-3.9
drm/tegra/fixes
drm/tegra/for-next
drm/tegra/hpd-gpios-property
for-next
master
staging/base
staging/drm/fixes
staging/drm/panel
staging/drm/tegra
staging/gk20a
staging/host1x
staging/iommu
staging/master
staging/pci
staging/pwm
staging/tegra
staging/work
Linux kernel tree for NVIDIA Tegra DRM drivers
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-07
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
Frank Holton
1
-15
/
+15
2014-01-07
btrfs: Check read-only status of roots during send
David Sterba
1
-3
/
+19
2014-01-07
Btrfs: fix error check of btrfs_lookup_dentry()
Tsutomu Itoh
1
-3
/
+10
2014-01-07
btrfs: add ioctl to export size of global metadata reservation
Jeff Mahoney
1
-0
/
+16
2014-01-07
btrfs: use feature attribute names to print better error messages
Jeff Mahoney
1
-5
/
+30
2014-01-07
btrfs: add ioctls to query/change feature bits online
Jeff Mahoney
1
-0
/
+142
2013-12-12
btrfs: call mnt_drop_write after interrupted subvol deletion
David Sterba
1
-1
/
+2
2013-11-15
btrfs: get rid of fdentry()
Al Viro
1
-4
/
+4
2013-11-15
btrfs: fix empty_zero_page misusage
Chris Mason
1
-2
/
+7
2013-11-11
Btrfs: rename btrfs_start_all_delalloc_inodes
Miao Xie
1
-1
/
+1
2013-11-11
Btrfs: don't wait for the completion of all the ordered extents
Miao Xie
1
-1
/
+1
2013-11-11
btrfs: Fix checkpatch.pl warning of spacing issues
Dulshani Gunawardhana
1
-7
/
+7
2013-11-11
btrfs: Replace kmalloc with kmalloc_array
Dulshani Gunawardhana
1
-1
/
+1
2013-11-11
btrfs: Remove redundant local zero structure
Dulshani Gunawardhana
1
-3
/
+2
2013-11-11
btrfs: remove fs/btrfs/compat.h
Zach Brown
1
-1
/
+0
2013-11-11
btrfs: simplify kmalloc+copy_from_user to memdup_user
Geyslan G. Bem
1
-8
/
+3
2013-11-11
Btrfs: don't leak ioctl args in btrfs_ioctl_dev_replace
Ilya Dryomov
1
-4
/
+5
2013-11-11
Btrfs: remove unused max_key arg from btrfs_search_forward
Filipe David Borba Manana
1
-14
/
+2
2013-11-11
btrfs: remove unused parameter from btrfs_header_fsid
Ross Kirk
1
-1
/
+1
2013-11-11
Btrfs: fix sync fs to actually wait for all data to be persisted
Filipe David Borba Manana
1
-3
/
+9
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
[next]