index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
btrfs: use GFP_KERNEL in btrfs_add/del_qgroup_relation
David Sterba
2017-02-17
1
-2
/
+2
|
*
btrfs: use GFP_KERNEL in btrfs_quota_enable
David Sterba
2017-02-17
1
-1
/
+1
|
*
btrfs: use GFP_KERNEL in btrfs_read_qgroup_config
David Sterba
2017-02-17
1
-1
/
+1
|
*
btrfs: use GFP_KERNEL in create_snapshot
David Sterba
2017-02-17
1
-2
/
+2
|
*
Btrfs: specify a new ordered extent type for create_io_em
Liu Bo
2017-02-17
2
-4
/
+6
|
*
Btrfs: create a helper to create em for IO
Liu Bo
2017-02-17
1
-115
/
+74
|
*
Btrfs: use helper to get used bytes of space_info
Liu Bo
2017-02-17
1
-22
/
+19
|
*
Btrfs: try to avoid acquiring free space ctl's lock
Liu Bo
2017-02-17
1
-11
/
+13
|
*
btrfs: Better csum error message for data csum mismatch
Qu Wenruo
2017-02-17
3
-7
/
+22
|
*
Btrfs: add another missing end_page_writeback on submit_extent_page failure
Takafumi Kubota
2017-02-17
1
-2
/
+6
|
*
btrfs: remove unused ulist members
David Sterba
2017-02-17
1
-7
/
+0
|
*
Btrfs: use helper to simplify lock/unlock pages
Liu Bo
2017-02-17
1
-64
/
+10
|
*
btrfs: teach __process_pages_contig about PAGE_LOCK operation
Liu Bo
2017-02-17
2
-7
/
+44
|
*
Btrfs: create helper for processing bits on contiguous pages
Liu Bo
2017-02-14
1
-15
/
+22
|
*
Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_exist
Liu Bo
2017-02-14
3
-47
/
+16
|
*
Btrfs: pass delayed_refs directly to btrfs_find_delayed_ref_head
Liu Bo
2017-02-14
4
-9
/
+7
|
*
Btrfs: remove unused trans in read_block_for_search
Liu Bo
2017-02-14
1
-9
/
+8
|
*
Btrfs: cleanup unused cached_state in __extent_writepage_io
Liu Bo
2017-02-14
1
-8
/
+1
|
*
btrfs: allow unlink to exceed subvolume quota
Jeff Mahoney
2017-02-14
4
-29
/
+45
|
*
Btrfs: fix wrong argument for btrfs_lookup_ordered_range
Liu Bo
2017-02-14
1
-1
/
+1
|
*
btrfs: raid56: Remove unused variable in lock_stripe_add
Qu Wenruo
2017-02-14
1
-2
/
+0
|
*
Btrfs: refactor btrfs_extent_same() slightly
Omar Sandoval
2017-02-14
1
-21
/
+12
|
*
Btrfs: constify struct btrfs_{,disk_}key wherever possible
Omar Sandoval
2017-02-14
4
-64
/
+69
|
*
Btrfs: fix another race between truncate and lockless dio write
Liu Bo
2017-02-14
1
-1
/
+3
|
*
Btrfs: clean up btrfs_ordered_update_i_size
Liu Bo
2017-02-14
1
-16
/
+13
|
*
Btrfs: fix comment in btrfs_page_mkwrite
Liu Bo
2017-02-14
1
-5
/
+5
|
*
Btrfs: fix btrfs_ordered_update_i_size to update disk_i_size properly
Liu Bo
2017-02-14
2
-2
/
+26
|
*
btrfs: fix over-80 lines introduced by previous cleanups
David Sterba
2017-02-14
9
-63
/
+74
|
*
btrfs: Make count_inode_refs take btrfs_inode
Nikolay Borisov
2017-02-14
1
-3
/
+3
|
*
btrfs: Make count_inode_extrefs take btrfs_inode
Nikolay Borisov
2017-02-14
1
-3
/
+3
|
*
btrfs: Make btrfs_log_inode take btrfs_inode
Nikolay Borisov
2017-02-14
1
-49
/
+48
|
*
btrfs: Make log_inode_item take btrfs_inode
Nikolay Borisov
2017-02-14
1
-5
/
+5
|
*
btrfs: Make __add_inode_ref take btrfs_inode
Nikolay Borisov
2017-02-14
1
-12
/
+13
|
*
btrfs: Make drop_one_dir_item take btrfs_inode
Nikolay Borisov
2017-02-14
1
-6
/
+6
|
*
btrfs: Make btrfs_unlink_inode take btrfs_inode
Nikolay Borisov
2017-02-14
3
-44
/
+50
|
*
btrfs: Make log_new_dir_dentries take btrfs_inode
Nikolay Borisov
2017-02-14
1
-4
/
+4
|
*
btrfs: Make log_directory_changes take btrfs_inode
Nikolay Borisov
2017-02-14
1
-6
/
+5
|
*
btrfs: Make log_dir_items take btrfs_inode
Nikolay Borisov
2017-02-14
1
-3
/
+3
|
*
btrfs: Make btrfs_log_changed_extents take btrfs_inode
Nikolay Borisov
2017-02-14
1
-11
/
+11
|
*
btrfs: Make btrfs_get_logged_extents take btrfs_inode
Nikolay Borisov
2017-02-14
3
-4
/
+4
|
*
btrfs: Make btrfs_log_trailing_hole take btrfs_inode
Nikolay Borisov
2017-02-14
1
-4
/
+4
|
*
btrfs: Make btrfs_log_all_xattrs take btrfs_inode
Nikolay Borisov
2017-02-14
1
-5
/
+5
|
*
btrfs: Make copy_items take btrfs_inode
Nikolay Borisov
2017-02-14
1
-21
/
+19
|
*
btrfs: Make btrfs_check_ref_name_override take btrfs_inode
Nikolay Borisov
2017-02-14
1
-5
/
+4
|
*
btrfs: Make logged_inode_size take btrfs_inode
Nikolay Borisov
2017-02-14
1
-3
/
+3
|
*
btrfs: Make btrfs_del_inode_ref take btrfs_inode
Nikolay Borisov
2017-02-14
3
-7
/
+7
|
*
btrfs: Make btrfs_del_dir_entries_in_log take btrfs_inode
Nikolay Borisov
2017-02-14
3
-7
/
+7
|
*
btrfs: Make btrfs_log_new_name take btrfs_inode
Nikolay Borisov
2017-02-14
3
-15
/
+13
|
*
btrfs: Make btrfs_inode_in_log take btrfs_inode
Nikolay Borisov
2017-02-14
4
-20
/
+18
|
*
btrfs: Make btrfs_record_snapshot_destroy take btrfs_inode
Nikolay Borisov
2017-02-14
3
-6
/
+6
[prev]
[next]