index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: Fix bound checking in qgroup_trace_new_subtree_blocks
Nikolay Borisov
2019-03-19
1
-2
/
+2
*
btrfs: raid56: properly unmap parity page in finish_parity_scrub()
Andrea Righi
2019-03-18
1
-1
/
+2
*
btrfs: don't report readahead errors and don't update statistics
David Sterba
2019-03-13
1
-1
/
+1
*
Btrfs: fix file corruption after snapshotting due to mix of buffered/DIO writes
Filipe Manana
2019-03-13
1
-6
/
+43
*
btrfs: remove WARN_ON in log_dir_items
Josef Bacik
2019-03-13
1
-2
/
+9
*
Btrfs: fix incorrect file size after shrinking truncate and fsync
Filipe Manana
2019-03-13
1
-0
/
+13
*
btrfs: zstd: ensure reclaim timer is properly cleaned up
Dennis Zhou
2019-02-27
1
-2
/
+4
*
btrfs: move ulist allocation out of transaction in quota enable
David Sterba
2019-02-27
1
-7
/
+6
*
btrfs: save drop_progress if we drop refs at all
Josef Bacik
2019-02-27
1
-6
/
+20
*
btrfs: check for refs on snapshot delete resume
Josef Bacik
2019-02-27
3
-3
/
+55
*
Btrfs: fix deadlock between clone/dedupe and rename
Filipe Manana
2019-02-27
1
-18
/
+3
*
Btrfs: fix corruption reading shared and compressed extents after hole punching
Filipe Manana
2019-02-27
1
-2
/
+2
*
btrfs: Remove unnecessary casts in btrfs_read_root_item
YueHaibing
2019-02-25
1
-2
/
+2
*
Btrfs: remove assertion when searching for a key in a node/leaf
Filipe Manana
2019-02-25
1
-21
/
+0
*
Btrfs: add missing error handling after doing leaf/node binary search
Filipe Manana
2019-02-25
3
-0
/
+18
*
btrfs: drop the lock on error in btrfs_dev_replace_cancel
Dan Carpenter
2019-02-25
1
-0
/
+1
*
btrfs: ensure that a DUP or RAID1 block group has exactly two stripes
Johannes Thumshirn
2019-02-25
1
-2
/
+2
*
btrfs: init csum_list before possible free
Dan Robertson
2019-02-25
1
-1
/
+1
*
Btrfs: remove no longer needed range length checks for deduplication
Filipe Manana
2019-02-25
1
-17
/
+2
*
Btrfs: fix fsync after succession of renames and unlink/rmdir
Filipe Manana
2019-02-25
1
-12
/
+37
*
Btrfs: fix fsync after succession of renames of different files
Filipe Manana
2019-02-25
1
-44
/
+197
*
btrfs: honor path->skip_locking in backref code
Josef Bacik
2019-02-25
1
-7
/
+13
*
btrfs: qgroup: Make qgroup async transaction commit more aggressive
Qu Wenruo
2019-02-25
1
-14
/
+14
*
btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...
Qu Wenruo
2019-02-25
5
-38
/
+30
*
btrfs: scrub: remove unused nocow worker pointer
David Sterba
2019-02-25
1
-1
/
+0
*
btrfs: scrub: add assertions for worker pointers
David Sterba
2019-02-25
2
-0
/
+11
*
btrfs: scrub: convert scrub_workers_refcnt to refcount_t
Anand Jain
2019-02-25
3
-5
/
+8
*
btrfs: scrub: add scrub_lock lockdep check in scrub_workers_get
Anand Jain
2019-02-25
1
-0
/
+2
*
btrfs: scrub: fix circular locking dependency warning
Anand Jain
2019-02-25
1
-11
/
+11
*
btrfs: fix comment its device list mutex not volume lock
Anand Jain
2019-02-25
1
-1
/
+0
*
btrfs: extent_io: Kill the forward declaration of flush_write_bio
Qu Wenruo
2019-02-25
1
-34
/
+32
*
btrfs: Fix grossly misleading argument names in extent io search
Nikolay Borisov
2019-02-25
1
-8
/
+8
*
btrfs: Remove EXTENT_FIRST_DELALLOC bit
Nikolay Borisov
2019-02-25
2
-10
/
+7
*
btrfs: use WARN_ON in a canonical form btrfs_remove_block_group
Nikolay Borisov
2019-02-25
1
-6
/
+3
*
btrfs: reserve extra space during evict
Josef Bacik
2019-02-25
1
-2
/
+23
*
btrfs: be more explicit about allowed flush states
Josef Bacik
2019-02-25
1
-11
/
+11
*
btrfs: loop in inode_rsv_refill
Josef Bacik
2019-02-25
1
-16
/
+47
*
btrfs: don't enospc all tickets on flush failure
Josef Bacik
2019-02-25
1
-20
/
+25
*
btrfs: don't use global reserve for chunk allocation
Josef Bacik
2019-02-25
2
-11
/
+18
*
btrfs: dump block_rsv details when dumping space info
Josef Bacik
2019-02-25
1
-0
/
+15
*
btrfs: check if there are free block groups for commit
Josef Bacik
2019-02-25
1
-12
/
+19
*
btrfs: add zstd compression level support
Dennis Zhou
2019-02-25
2
-9
/
+245
*
btrfs: make zstd memory requirements monotonic
Dennis Zhou
2019-02-25
1
-5
/
+33
*
btrfs: zstd use the passed through level instead of default
Dennis Zhou
2019-02-25
1
-6
/
+13
*
btrfs: change set_level() to bound the level passed in
Dennis Zhou
2019-02-25
6
-21
/
+41
*
btrfs: plumb level through the compression interface
Dennis Zhou
2019-02-25
5
-27
/
+30
*
btrfs: move to function pointers for get/put workspaces
Dennis Zhou
2019-02-25
5
-45
/
+160
*
btrfs: add compression interface in (get/put)_workspace
Dennis Zhou
2019-02-25
1
-23
/
+34
*
btrfs: add helper methods for workspace manager init and cleanup
Dennis Zhou
2019-02-25
1
-39
/
+43
*
btrfs: unify compression ops with workspace_manager
Dennis Zhou
2019-02-25
1
-4
/
+7
[next]