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: backref: Don't merge refs which are not for same block.
Qu Wenruo
2015-06-10
1
-3
/
+3
|
*
|
|
btrfs: Fix lockdep warning of wr_ctx->wr_lock in scrub_free_wr_ctx()
Zhao Lei
2015-06-10
4
-3
/
+27
|
*
|
|
btrfs: Handle unaligned length in extent_same
Mark Fasheh
2015-06-10
1
-6
/
+14
|
*
|
|
Btrfs: btrfs_defrag_file: Fix calculation of max_to_defrag.
chandan
2015-06-10
1
-1
/
+1
|
*
|
|
Btrfs: btrfs_defrag_file: Fix ra_index computation.
chandan
2015-06-10
1
-1
/
+1
|
*
|
|
Btrfs: fix necessary chunk tree space calculation when allocating a chunk
Filipe Manana
2015-06-10
3
-12
/
+7
|
*
|
|
Btrfs: don't attach unnecessary extents to transaction on fsync
Filipe Manana
2015-06-10
1
-1
/
+15
|
*
|
|
Btrfs: avoid syncing log in the fast fsync path when not necessary
Filipe Manana
2015-06-10
3
-3
/
+23
|
*
|
|
Merge branch 'send_fixes_4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Chris Mason
2015-06-10
1
-21
/
+83
|
|
\
\
\
|
|
*
|
|
Btrfs: incremental send, check if orphanized dir inode needs delayed rename
Filipe Manana
2015-06-03
1
-19
/
+37
|
|
*
|
|
Btrfs: incremental send, don't delay directory renames unnecessarily
Filipe Manana
2015-06-03
1
-2
/
+46
|
|
|
/
/
|
*
|
|
Btrfs: fix hang during inode eviction due to concurrent readahead
Filipe Manana
2015-06-03
1
-5
/
+21
|
*
|
|
Btrfs: fix up read_tree_block to return proper error
Liu Bo
2015-06-03
5
-29
/
+54
|
*
|
|
Btrfs: add missing free_extent_buffer
Liu Bo
2015-06-03
1
-0
/
+1
|
*
|
|
Btrfs: remove csum_bytes_left
Liu Bo
2015-06-03
3
-16
/
+0
|
*
|
|
Btrfs: fix -ENOSPC on block group removal
Filipe Manana
2015-06-03
3
-8
/
+30
|
*
|
|
Btrfs: fix -ENOSPC when finishing block group creation
Filipe Manana
2015-06-03
4
-2
/
+50
|
*
|
|
Btrfs: set UNWRITTEN for prealloc'ed extents in fiemap
Josef Bacik
2015-06-03
1
-0
/
+2
|
*
|
|
Btrfs: show subvol= and subvolid= in /proc/mounts
Omar Sandoval
2015-06-03
1
-0
/
+4
|
*
|
|
Btrfs: unify subvol= and subvolid= mounting
Omar Sandoval
2015-06-03
1
-67
/
+171
|
*
|
|
Btrfs: fail on mismatched subvol and subvolid mount options
Omar Sandoval
2015-06-03
1
-8
/
+25
|
*
|
|
Btrfs: clean up error handling in mount_subvol()
Omar Sandoval
2015-06-03
1
-28
/
+33
|
*
|
|
Btrfs: remove all subvol options before mounting top-level
Omar Sandoval
2015-06-03
1
-36
/
+20
|
*
|
|
Btrfs: lock superblock before remounting for rw subvol
Omar Sandoval
2015-06-03
1
-0
/
+2
|
*
|
|
Btrfs: wake up extent state waiters on unlock through clear_extent_bits
Filipe Manana
2015-06-03
1
-1
/
+6
|
*
|
|
Btrfs: fix chunk allocation regression leading to transaction abort
Filipe Manana
2015-06-03
1
-3
/
+19
|
*
|
|
btrfs: use after free when closing devices
Sasha Levin
2015-06-03
1
-2
/
+2
|
*
|
|
btrfs: make root id query unprivileged
David Sterba
2015-06-03
1
-4
/
+16
|
*
|
|
Btrfs: fix block group ->space_info null pointer dereference
Filipe Manana
2015-06-03
1
-2
/
+23
|
*
|
|
Btrfs: check error before reporting missing device and add uuid
Anand Jain
2015-06-03
1
-1
/
+2
|
*
|
|
btrfs: Fix superblock csum type check.
Qu Wenruo
2015-06-03
1
-1
/
+1
|
*
|
|
Btrfs: incremental send, fix clone operations for compressed extents
Filipe Manana
2015-06-03
1
-1
/
+17
|
*
|
|
btrfs: qgroup: Fix possible leak in btrfs_add_qgroup_relation()
Christian Engelmayer
2015-06-03
1
-4
/
+4
|
*
|
|
Btrfs: fix mutex unlock without prior lock on space cache truncation
Filipe Manana
2015-06-03
1
-8
/
+6
|
*
|
|
Btrfs: log when missing device is created
Anand Jain
2015-06-03
1
-0
/
+2
|
*
|
|
btrfs: fix warnings after changes in btrfs_abort_transaction
David Sterba
2015-06-03
2
-4
/
+4
|
*
|
|
btrfs: add 'cold' compiler annotations to all error handling functions
David Sterba
2015-06-03
2
-0
/
+7
|
*
|
|
btrfs: report exact callsite where transaction abort occurs
David Sterba
2015-06-03
2
-11
/
+9
|
*
|
|
btrfs: let tree defrag work in SSD mode
David Sterba
2015-06-03
1
-3
/
+0
|
*
|
|
Btrfs: check pending chunks when shrinking fs to avoid corruption
Filipe Manana
2015-06-03
1
-9
/
+40
|
*
|
|
Btrfs: don't invalidate root dentry when subvolume deletion fails
Omar Sandoval
2015-06-03
1
-3
/
+1
|
|
/
/
*
|
|
Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-06-25
4
-26
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
block: remove management of bi_remaining when restoring original bi_end_io
Mike Snitzer
2015-05-22
3
-14
/
+6
|
*
|
block: remove BIO_EOPNOTSUPP
Christoph Hellwig
2015-05-19
2
-11
/
+2
|
*
|
bio: skip atomic inc/dec of ->bi_cnt for most use cases
Jens Axboe
2015-05-05
1
-1
/
+1
*
|
|
Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-05-23
3
-0
/
+38
|
\
\
\
|
*
|
|
Btrfs: fix regression in raid level conversion
Chris Mason
2015-05-20
1
-0
/
+18
|
*
|
|
Btrfs: fix racy system chunk allocation when setting block group ro
Filipe Manana
2015-05-20
2
-0
/
+3
|
*
|
|
btrfs: clear 'ret' in btrfs_check_shared() loop
Mark Fasheh
2015-05-20
1
-0
/
+17
*
|
|
|
Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-05-17
4
-10
/
+68
|
\
|
|
|
|
|
_
|
/
|
/
|
|
[prev]
[next]