index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
btrfs: Relax memory barrier in btrfs_tree_unlock
Nikolay Borisov
2018-03-31
1
-1
/
+1
*
btrfs: add define for oldest generation
Anand Jain
2018-03-31
5
-6
/
+8
*
btrfs: open code trivial helper btrfs_page_exists_in_range
David Sterba
2018-03-31
3
-9
/
+4
*
btrfs: Use filemap_range_has_page()
Matthew Wilcox
2018-03-31
2
-71
/
+5
*
Btrfs: dev-replace: make sure target is identical to source when raid56 rebui...
Liu Bo
2018-03-26
1
-2
/
+11
*
Btrfs: raid56: remove redundant async_missing_raid56
Liu Bo
2018-03-26
1
-17
/
+1
*
btrfs: adjust return values of btrfs_inode_by_name
Su Yue
2018-03-26
1
-12
/
+10
*
btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devids
Anand Jain
2018-03-26
3
-6
/
+10
*
btrfs: Remove root argument from cow_file_range_inline
Nikolay Borisov
2018-03-26
1
-8
/
+7
*
Btrfs: send: fix typo in TLV_PUT
Liu Bo
2018-03-26
1
-2
/
+2
*
btrfs: Remove root argument from btrfs_log_dentry_safe
Nikolay Borisov
2018-03-26
3
-3
/
+3
*
btrfs: Remove root arg from btrfs_log_inode_parent
Nikolay Borisov
2018-03-26
1
-7
/
+6
*
btrfs: Remove redundant comment from btrfs_search_forward
Nikolay Borisov
2018-03-26
1
-3
/
+0
*
btrfs: move btrfs_listxattr prototype to xattr.h
David Sterba
2018-03-26
2
-3
/
+1
*
btrfs: adjust return type of btrfs_getxattr
David Sterba
2018-03-26
2
-2
/
+2
*
btrfs: drop extern from function declarations
David Sterba
2018-03-26
2
-5
/
+5
*
btrfs: drop underscores from exported xattr functions
David Sterba
2018-03-26
4
-14
/
+14
*
Btrfs: send, do not issue unnecessary truncate operations
Filipe Manana
2018-03-26
1
-5
/
+21
*
Btrfs: skip writeback of last page when truncating file to same size
Filipe Manana
2018-03-26
1
-8
/
+10
*
Btrfs: dev-replace: skip prealloc extents when copy nocow pages
Liu Bo
2018-03-26
1
-1
/
+2
*
btrfs: unify types for metadata_ratio and data_chunk_allocations
Anand Jain
2018-03-26
2
-3
/
+3
*
btrfs: Remove redundant memory barriers around dio_private error status
Nikolay Borisov
2018-03-26
1
-8
/
+9
*
btrfs: remove assert in btrfs_init_dev_replace_tgtdev()
Anand Jain
2018-03-26
1
-1
/
+0
*
btrfs: add more __cold annotations
David Sterba
2018-03-26
23
-24
/
+29
*
btrfs: add (the only possible) __exit annotation
David Sterba
2018-03-26
2
-2
/
+2
*
btrfs: verify subvolid mount parameter
Anand Jain
2018-03-26
1
-12
/
+9
*
Btrfs: fix unexpected cow in run_delalloc_nocow
Liu Bo
2018-03-26
1
-5
/
+32
*
btrfs: Remove custom crc32c init code
Nikolay Borisov
2018-03-26
16
-127
/
+35
*
libcrc32c: Add crc32c_impl function
Nikolay Borisov
2018-03-26
2
-0
/
+7
*
btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()
Qu Wenruo
2018-03-26
4
-34
/
+33
*
btrfs: tree-checker: Replace root parameter with fs_info
Qu Wenruo
2018-03-26
3
-78
/
+82
*
Btrfs: add tracepoint for em's EEXIST case
Liu Bo
2018-03-26
2
-0
/
+38
*
btrfs: Move qgroup rescan on quota enable to btrfs_quota_enable
Nikolay Borisov
2018-03-26
2
-26
/
+10
*
btrfs: use reada direction enum instead of constant value in load_free_space_...
Gu JinXiang
2018-03-26
1
-1
/
+1
*
btrfs: use reada direction enum instead of constant value in populate_free_sp...
Gu Jinxiang
2018-03-26
1
-1
/
+1
*
btrfs: Remove btrfs_inode::delayed_iput_count
Nikolay Borisov
2018-03-26
2
-15
/
+13
*
btrfs: volumes: Cleanup stripe size calculation
Qu Wenruo
2018-03-26
1
-7
/
+6
*
btrfs: Streamline btrfs_delalloc_reserve_metadata initial operations
Nikolay Borisov
2018-03-26
1
-6
/
+6
*
btrfs: insert newly opened device to the end of the list
Anand Jain
2018-03-26
1
-1
/
+1
*
btrfs: keep device list sorted
Anand Jain
2018-03-26
1
-0
/
+16
*
Btrfs: do not check inode's runtime flags under root->orphan_lock
Liu Bo
2018-03-26
1
-9
/
+12
*
btrfs: Use schedule_timeout_interruptible
Nikolay Borisov
2018-03-26
1
-3
/
+1
*
btrfs: Move error handling of btrfs_start_dirty_block_groups closer to call site
Nikolay Borisov
2018-03-26
1
-5
/
+6
*
btrfs: not a disk error if the bio_add_page fails
Anand Jain
2018-03-26
1
-7
/
+4
*
btrfs: Add chunk allocation ENOSPC debug message for enospc_debug mount option
Qu Wenruo
2018-03-26
1
-2
/
+17
*
btrfs: use ASSERT to report logical error in cow_file_range()
Anand Jain
2018-03-26
1
-2
/
+1
*
btrfs: cow_file_range() num_bytes and disk_num_bytes are same
Anand Jain
2018-03-26
1
-10
/
+6
*
btrfs: remove unused function btrfs_async_submit_limit()
Anand Jain
2018-03-26
2
-9
/
+0
*
btrfs: remove unused hardirq.h
Yang Shi
2018-03-26
1
-1
/
+0
*
btrfs: Add enospc_debug printing in metadata_reserve_bytes
Nikolay Borisov
2018-03-26
1
-1
/
+6
[prev]
[next]