index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Btrfs: fix unprotected device's variants on 32bits machine
Miao Xie
2014-09-17
1
-3
/
+3
*
Btrfs: add missing compression property remove in btrfs_ioctl_setflags
Filipe Manana
2014-09-17
1
-0
/
+3
*
Btrfs: make btrfs_search_forward return with nodes unlocked
Filipe Manana
2014-09-17
1
-5
/
+0
*
btrfs: wake up transaction thread from SYNC_FS ioctl
David Sterba
2014-09-17
1
-0
/
+6
*
btrfs: device delete must be sysloged
Anand Jain
2014-09-17
1
-0
/
+3
*
btrfs: device add must be sysloged
Anand Jain
2014-09-17
1
-0
/
+3
*
btrfs: use DIV_ROUND_UP instead of open-coded variants
David Sterba
2014-09-17
1
-3
/
+2
*
btrfs: use nodesize everywhere, kill leafsize
David Sterba
2014-09-17
1
-3
/
+3
*
btrfs: kill the key type accessor helpers
David Sterba
2014-09-17
1
-3
/
+3
*
btrfs: cleanup ino cache members of btrfs_root
David Sterba
2014-09-17
1
-3
/
+3
*
Btrfs: kfree()ing ERR_PTRs
Dan Carpenter
2014-09-08
1
-10
/
+15
*
Btrfs: fix autodefrag with compression
Chris Mason
2014-08-27
1
-3
/
+4
*
Btrfs: clone, don't create invalid hole extent map
Filipe Manana
2014-08-21
1
-1
/
+2
*
Btrfs: race free update of commit root for ro snapshots
Filipe Manana
2014-08-21
1
-33
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-07-04
1
-18
/
+19
|
\
|
*
Btrfs: fix use-after-free when cloning a trailing file hole
Filipe Manana
2014-07-03
1
-11
/
+9
|
*
Btrfs: atomically set inode->i_flags in btrfs_update_iflags
Filipe Manana
2014-07-03
1
-7
/
+10
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-06-14
1
-26
/
+121
|
\
|
|
*
btrfs: new ioctl TREE_SEARCH_V2
Gerhard Heift
2014-06-13
1
-0
/
+41
|
*
btrfs: tree_search, search_ioctl: direct copy to userspace
Gerhard Heift
2014-06-12
1
-15
/
+33
|
*
btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOW
Gerhard Heift
2014-06-12
1
-9
/
+15
|
*
btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small buffer
Gerhard Heift
2014-06-12
1
-2
/
+26
|
*
btrfs: tree_search, search_ioctl: accept varying buffer
Gerhard Heift
2014-06-12
1
-7
/
+11
|
*
btrfs: tree_search: eliminate redundant nr_items check
Gerhard Heift
2014-06-12
1
-5
/
+7
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-06-11
1
-50
/
+346
|
\
|
|
*
Btrfs: make fsync work after cloning into a file
Filipe Manana
2014-06-09
1
-0
/
+69
|
*
trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/
Antonio Ospite
2014-06-09
1
-2
/
+2
|
*
Btrfs: fix clone to deal with holes when NO_HOLES feature is enabled
Filipe Manana
2014-06-09
1
-25
/
+83
|
*
btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAX
Gui Hecheng
2014-06-09
1
-1
/
+1
|
*
Btrfs: update commit root on snapshot creation after orphan cleanup
Filipe Manana
2014-06-09
1
-0
/
+29
|
*
Btrfs: ioctl, don't re-lock extent range when not necessary
Filipe Manana
2014-06-09
1
-2
/
+7
|
*
Btrfs: avoid visiting all extent items when cloning a range
Filipe Manana
2014-06-09
1
-4
/
+22
|
*
Btrfs: set dead flag on the right root when destroying snapshot
Filipe Manana
2014-06-09
1
-6
/
+6
|
*
Btrfs: ensure readers see new data after a clone operation
Filipe Manana
2014-06-09
1
-5
/
+31
|
*
btrfs: replace simple_strtoull() with kstrtoull()
ZhangZhen
2014-06-09
1
-2
/
+3
|
*
Btrfs: rework qgroup accounting
Josef Bacik
2014-06-09
1
-1
/
+62
|
*
Btrfs: use bitfield instead of integer data type for the some variants in btr...
Miao Xie
2014-06-09
1
-2
/
+2
|
*
btrfs: assert that send is not in progres before root deletion
David Sterba
2014-06-09
1
-0
/
+1
|
*
btrfs: protect snapshots from deleting during send
David Sterba
2014-06-09
1
-0
/
+30
|
*
btrfs: make FS_INFO ioctl available to anyone
David Sterba
2014-06-09
1
-3
/
+0
|
*
btrfs: make DEV_INFO ioctl available to anyone
David Sterba
2014-06-09
1
-3
/
+0
|
*
btrfs: retrieve more info from FS_INFO ioctl
David Sterba
2014-06-09
1
-0
/
+4
*
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2014-06-03
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
2014-04-18
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-05-22
1
-1
/
+5
|
\
\
|
*
|
Btrfs: fix EIO on reading file after ioctl clone works on it
Liu Bo
2014-05-20
1
-1
/
+5
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-04-27
1
-2
/
+2
|
\
|
|
|
|
/
|
/
|
|
*
btrfs: replace error code from btrfs_drop_extents
David Sterba
2014-04-24
1
-2
/
+2
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-04-11
1
-7
/
+28
|
\
|
|
*
btrfs: export global block reserve size as space_info
David Sterba
2014-04-07
1
-0
/
+20
[next]