index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-14
btrfs: Make btrfs_must_commit_transaction take btrfs_inode
Nikolay Borisov
1
-9
/
+9
2017-02-14
btrfs: Make btrfs_inode_delayed_dir_index_count take btrfs_inode
Nikolay Borisov
3
-5
/
+5
2017-02-14
btrfs: Make btrfs_commit_inode_delayed_items take btrfs_inode
Nikolay Borisov
3
-4
/
+4
2017-02-14
btrfs: Make btrfs_commit_inode_delayed_inode take btrfs_inode
Nikolay Borisov
4
-6
/
+6
2017-02-14
btrfs: Make btrfs_remove_delayed_node take btrfs_inode
Nikolay Borisov
3
-5
/
+5
2017-02-14
btrfs: Make btrfs_kill_delayed_inode_items take btrfs_inode
Nikolay Borisov
3
-4
/
+4
2017-02-14
btrfs: Make btrfs_delayed_delete_inode_ref take btrfs_inode
Nikolay Borisov
3
-5
/
+5
2017-02-14
btrfs: Make btrfs_delete_delayed_dir_index take btrfs_inode
Nikolay Borisov
3
-6
/
+6
2017-02-14
btrfs: Make btrfs_insert_delayed_dir_index take btrfs_inode
Nikolay Borisov
3
-5
/
+5
2017-02-14
btrfs: Make btrfs_delayed_inode_reserve_metadata take btrfs_inode
Nikolay Borisov
1
-8
/
+8
2017-02-14
btrfs: Make btrfs_get_or_create_delayed_node take btrfs_inode
Nikolay Borisov
1
-6
/
+5
2017-02-14
btrfs: Make btrfs_get_delayed_node take btrfs_inode
Nikolay Borisov
1
-9
/
+8
2017-02-14
btrfs: Make btrfs_ino take a struct btrfs_inode
Nikolay Borisov
17
-150
/
+150
2017-02-14
btrfs: add wrapper for counting BTRFS_MAX_EXTENT_SIZE
David Sterba
3
-31
/
+23
2017-02-14
btrfs: remove unused logic of limiting async delalloc pages
David Sterba
1
-7
/
+0
2017-02-14
btrfs: consolidate auto defrag kick off policies
Anand Jain
1
-8
/
+11
2017-02-14
btrfs: btrfs_defrag_root() doesn't defrag extent root tree
Anand Jain
1
-3
/
+0
2017-02-14
btrfs: drop unused extent_op arg from btrfs_add_delayed_data_ref
Jeff Mahoney
3
-10
/
+6
2017-02-14
btrfs: remove redundant inode null check
Colin Ian King
1
-3
/
+0
2017-02-14
Btrfs: ACCESS_ONCE cleanup
Seraphime Kirkovski
4
-10
/
+10
2017-02-14
Btrfs: code cleanup min/max -> min_t/max_t
Seraphime Kirkovski
2
-3
/
+3
2017-02-14
btrfs: use rb_entry() instead of container_of
Geliang Tang
1
-4
/
+4
2017-02-14
btrfs: use BTRFS_COMPRESS_NONE to specify no compression
Anand Jain
1
-3
/
+3
2017-02-14
btrfs: drop gfp mask tweaking in try_release_extent_state
Michal Hocko
1
-2
/
+0
2017-02-14
btrfs: fix up misleading GFP_NOFS usage in btrfs_releasepage
Michal Hocko
2
-1
/
+6
2017-02-14
btrfs: Add WARN_ON for qgroup reserved underflow
Qu Wenruo
1
-5
/
+26
2017-02-11
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-17
/
+28
2017-02-11
Btrfs: fix btrfs_decompress_buf2page()
Omar Sandoval
1
-15
/
+24
2017-02-08
btrfs: fix btrfs_compat_ioctl failures on non-compat ioctls
Jeff Mahoney
1
-2
/
+4
2017-01-27
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-9
/
+17
2017-01-27
Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operations
Omar Sandoval
1
-2
/
+0
2017-01-27
Btrfs: disable xattr operations on subvolume directories
Omar Sandoval
1
-0
/
+1
2017-01-27
Btrfs: remove old tree_root case in btrfs_read_locked_inode()
Omar Sandoval
1
-4
/
+1
2017-01-19
Btrfs: fix truncate down when no_holes feature is enabled
Liu Bo
1
-1
/
+12
2017-01-19
Btrfs: Fix deadlock between direct IO and fast fsync
Chandan Rajendra
1
-2
/
+2
2017-01-19
btrfs: fix false enospc error when truncating heavily reflinked file
Wang Xiaoguang
1
-0
/
+1
2017-01-14
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-15
/
+38
2017-01-11
Merge branch 'tracepoint-updates-4.10' of git://git.kernel.org/pub/scm/linux/...
Chris Mason
2
-5
/
+12
2017-01-09
Btrfs: add 'inode' for extent map tracepoint
Liu Bo
1
-1
/
+1
2017-01-09
btrfs: fix crash when tracepoint arguments are freed by wq callbacks
David Sterba
1
-4
/
+11
2017-01-03
Btrfs: adjust outstanding_extents counter properly when dio write is split
Liu Bo
1
-2
/
+9
2017-01-03
Btrfs: fix lockdep warning about log_mutex
Liu Bo
1
-3
/
+10
2017-01-03
Btrfs: use down_read_nested to make lockdep silent
Liu Bo
1
-1
/
+2
2017-01-03
btrfs: fix locking when we put back a delayed ref that's too new
Jeff Mahoney
1
-1
/
+1
2017-01-03
btrfs: fix error handling when run_delayed_extent_op fails
Jeff Mahoney
1
-0
/
+3
2016-12-19
btrfs: return the actual error value from from btrfs_uuid_tree_iterate
Pan Bian
1
-3
/
+1
2016-12-18
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...
Linus Torvalds
1
-1
/
+0
2016-12-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-17
/
+1
2016-12-17
Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linus
Al Viro
3
-16
/
+0
2016-12-16
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
63
-4592
/
+4682
[next]