index
:
linux-stable.git
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
*
Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-09-29
1
-4
/
+8
|
\
|
*
btrfs: propagate error to btrfs_cmp_data_prepare caller
Naohiro Aota
2017-09-26
1
-1
/
+1
|
*
btrfs: prevent to set invalid default subvolid
satoru takeuchi
2017-09-26
1
-0
/
+4
|
*
Btrfs: fix incorrect {node,sector}size endianness from BTRFS_IOC_FS_INFO
Omar Sandoval
2017-09-26
1
-3
/
+3
*
|
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2017-09-14
1
-1
/
+1
|
\
\
|
*
|
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-07-17
1
-1
/
+1
*
|
|
Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-09-14
1
-1
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
btrfs: Add zstd support
Nick Terrell
2017-08-15
1
-1
/
+5
|
|
/
*
|
btrfs: Fix -EOVERFLOW handling in btrfs_ioctl_tree_search_v2
Nikolay Borisov
2017-08-18
1
-3
/
+0
*
|
btrfs: fix readdir deadlock with pagefault
Josef Bacik
2017-08-16
1
-7
/
+15
*
|
btrfs: defrag: cleanup checking for compression status
David Sterba
2017-08-16
1
-6
/
+6
*
|
btrfs: separate defrag and property compression
David Sterba
2017-08-16
1
-2
/
+2
*
|
btrfs: rename variable holding per-inode compression type
David Sterba
2017-08-16
1
-2
/
+2
*
|
btrfs: remove trivial wrapper btrfs_force_ra
David Sterba
2017-08-16
1
-2
/
+2
*
|
btrfs: fix spelling of snapshotting
David Sterba
2017-08-16
1
-5
/
+5
*
|
btrfs: Deprecate userspace transaction ioctls
Nikolay Borisov
2017-08-16
1
-0
/
+11
*
|
btrfs: defrag: make readahead state allocation failure non-fatal
David Sterba
2017-08-16
1
-7
/
+8
*
|
btrfs: use GFP_KERNEL in btrfs_defrag_file
David Sterba
2017-08-16
1
-3
/
+2
*
|
btrfs: Use explicit round_down macro in btrfs resize ioctl handler
Nikolay Borisov
2017-08-16
1
-2
/
+1
*
|
btrfs: btrfs_inherit_iflags() can be static
Anand Jain
2017-08-16
1
-31
/
+0
|
/
*
btrfs: fix integer overflow in calc_reclaim_items_nr
Chris Mason
2017-06-29
1
-1
/
+1
*
btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...
Qu Wenruo
2017-06-29
1
-2
/
+2
*
btrfs: qgroup: Introduce extent changeset for qgroup reserve functions
Qu Wenruo
2017-06-29
1
-1
/
+4
*
btrfs: use GFP_KERNEL in init_ipath
David Sterba
2017-06-19
1
-2
/
+2
*
Btrfs: remove obsolete FIXMEs in qgroup ioctls
Daichou
2017-06-19
1
-3
/
+0
*
Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-05-10
1
-18
/
+15
|
\
|
*
btrfs: track exclusive filesystem operation in flags
David Sterba
2017-04-18
1
-18
/
+15
*
|
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
2017-05-08
1
-6
/
+3
|
/
*
btrfs: constify name of subvolume in creation helpers
David Sterba
2017-02-28
1
-3
/
+3
*
btrfs: Make get_extent_t take btrfs_inode
Nikolay Borisov
2017-02-28
1
-1
/
+1
*
btrfs: Make clone_update_extent_map take btrfs_inode
Nikolay Borisov
2017-02-28
1
-14
/
+13
*
btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inode
Nikolay Borisov
2017-02-28
1
-1
/
+2
*
btrfs: Make btrfs_drop_extent_cache take btrfs_inode
Nikolay Borisov
2017-02-28
1
-1
/
+1
*
btrfs: Make btrfs_i_size_write take btrfs_inode
Nikolay Borisov
2017-02-28
1
-2
/
+2
*
btrfs: Make btrfs_set_inode_index take btrfs_inode
Nikolay Borisov
2017-02-28
1
-1
/
+1
*
btrfs: Make btrfs_insert_dir_item take btrfs_inode
Nikolay Borisov
2017-02-28
1
-1
/
+1
*
Btrfs: fix deadlock between dedup on same file and starting writeback
Filipe Manana
2017-02-22
1
-2
/
+12
*
btrfs: remove unused parameter from clone_copy_inline_extent
David Sterba
2017-02-17
1
-3
/
+2
*
btrfs: remove unused parameters from btrfs_cmp_data
David Sterba
2017-02-17
1
-3
/
+2
*
btrfs: remove unused parameter from create_snapshot
David Sterba
2017-02-17
1
-2
/
+2
*
btrfs: remove unused parameter from btrfs_subvolume_release_metadata
David Sterba
2017-02-17
1
-7
/
+4
*
btrfs: use GFP_KERNEL in create_snapshot
David Sterba
2017-02-17
1
-2
/
+2
*
Btrfs: refactor btrfs_extent_same() slightly
Omar Sandoval
2017-02-14
1
-21
/
+12
*
btrfs: Make btrfs_record_snapshot_destroy take btrfs_inode
Nikolay Borisov
2017-02-14
1
-1
/
+1
*
btrfs: Make btrfs_ino take a struct btrfs_inode
Nikolay Borisov
2017-02-14
1
-13
/
+13
*
btrfs: btrfs_defrag_root() doesn't defrag extent root tree
Anand Jain
2017-02-14
1
-3
/
+0
*
Btrfs: code cleanup min/max -> min_t/max_t
Seraphime Kirkovski
2017-02-14
1
-1
/
+1
*
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-02-11
1
-2
/
+4
|
\
|
*
btrfs: fix btrfs_compat_ioctl failures on non-compat ioctls
Jeff Mahoney
2017-02-08
1
-2
/
+4
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-12-17
1
-13
/
+1
|
\
\
|
|
/
|
/
|
[next]