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: fix race between device replace and block group removal
Filipe Manana
2016-05-30
1
-0
/
+11
*
Btrfs: fix race between readahead and device replace/removal
Filipe Manana
2016-05-30
1
-0
/
+2
*
Btrfs: fix handling of faults from btrfs_copy_from_user
Chris Mason
2016-05-26
1
-10
/
+17
*
Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Chris Mason
2016-05-26
36
-200
/
+202
|
\
|
*
Merge branch 'dev/comp-workspaces' into for-chris-4.7-20160525
David Sterba
2016-05-25
0
-0
/
+0
|
|
\
|
|
*
btrfs: make find_workspace warn if there are no workspaces
David Sterba
2016-04-27
1
-0
/
+14
|
|
*
btrfs: make find_workspace always succeed
David Sterba
2016-04-27
1
-8
/
+12
|
|
*
btrfs: preallocate compression workspaces
David Sterba
2016-04-27
1
-0
/
+16
|
|
*
btrfs: rename and document compression workspace members
David Sterba
2016-04-27
1
-16
/
+19
|
*
|
Merge branch 'cleanups-4.7' into for-chris-4.7-20160525
David Sterba
2016-05-25
36
-196
/
+193
|
|
\
\
|
|
*
|
btrfs: fix string and comment grammatical issues and typos
Nicholas D Steeves
2016-05-25
33
-105
/
+106
|
|
*
|
btrfs: sink gfp parameter to convert_extent_bit
David Sterba
2016-04-29
3
-8
/
+8
|
|
*
|
btrfs: make state preallocation more speculative in __set_extent_bit
David Sterba
2016-04-29
1
-1
/
+7
|
|
*
|
btrfs: untangle gotos a bit in convert_extent_bit
David Sterba
2016-04-29
1
-9
/
+7
|
|
*
|
btrfs: untangle gotos a bit in __clear_extent_bit
David Sterba
2016-04-29
1
-8
/
+8
|
|
*
|
btrfs: untangle gotos a bit in __set_extent_bit
David Sterba
2016-04-29
1
-8
/
+7
|
|
*
|
btrfs: sink gfp parameter to set_record_extent_bits
David Sterba
2016-04-29
3
-7
/
+4
|
|
*
|
btrfs: sink gfp parameter to set_extent_new
David Sterba
2016-04-29
2
-3
/
+4
|
|
*
|
btrfs: sink gfp parameter to set_extent_defrag
David Sterba
2016-04-29
2
-3
/
+3
|
|
*
|
btrfs: sink gfp parameter to set_extent_delalloc
David Sterba
2016-04-29
3
-6
/
+6
|
|
*
|
btrfs: sink gfp parameter to clear_extent_dirty
David Sterba
2016-04-29
3
-4
/
+4
|
|
*
|
btrfs: sink gfp parameter to clear_record_extent_bits
David Sterba
2016-04-29
3
-8
/
+5
|
|
*
|
btrfs: sink gfp parameter to clear_extent_bits
David Sterba
2016-04-29
9
-16
/
+15
|
|
*
|
btrfs: sink gfp parameter to set_extent_bits
David Sterba
2016-04-29
6
-11
/
+10
|
*
|
|
Merge branch 'misc-4.7' into for-chris-4.7-20160525
David Sterba
2016-05-25
3
-4
/
+9
|
/
|
|
|
|
*
|
|
btrfs: scrub: Set bbio to NULL before calling btrfs_map_block
Zhao Lei
2016-05-25
1
-1
/
+2
|
*
|
|
Btrfs: fix unexpected return value of fiemap
Liu Bo
2016-05-25
1
-1
/
+5
|
*
|
|
Btrfs: free sys_array eb as soon as possible
Liu Bo
2016-05-25
1
-2
/
+2
|
/
/
/
*
|
|
Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Chris Mason
2016-05-17
419
-2272
/
+4862
|
\
\
\
|
*
|
|
Btrfs: add semaphore to synchronize direct IO writes with fsync
Filipe Manana
2016-05-13
3
-118
/
+77
|
*
|
|
Btrfs: fix race between block group relocation and nocow writes
Filipe Manana
2016-05-13
4
-1
/
+81
|
*
|
|
Btrfs: fix race between fsync and direct IO writes for prealloc extents
Filipe Manana
2016-05-13
1
-6
/
+37
|
*
|
|
Btrfs: fix number of transaction units for renames with whiteout
Filipe Manana
2016-05-13
1
-1
/
+8
|
*
|
|
Btrfs: pin logs earlier when doing a rename exchange operation
Filipe Manana
2016-05-13
1
-4
/
+4
|
*
|
|
Btrfs: unpin logs if rename exchange operation fails
Filipe Manana
2016-05-13
1
-2
/
+36
|
*
|
|
Btrfs: fix inode leak on failure to setup whiteout inode in rename
Filipe Manana
2016-05-13
1
-6
/
+6
|
*
|
|
btrfs: add support for RENAME_EXCHANGE and RENAME_WHITEOUT
Dan Fuhry
2016-05-13
1
-7
/
+257
|
*
|
|
Btrfs: pin log earlier when renaming
Filipe Manana
2016-05-13
1
-9
/
+2
|
*
|
|
Btrfs: unpin log if rename operation fails
Filipe Manana
2016-05-13
1
-1
/
+27
|
*
|
|
Btrfs: don't do unnecessary delalloc flushes when relocating
Filipe Manana
2016-05-13
4
-7
/
+79
|
*
|
|
Btrfs: don't wait for unrelated IO to finish before relocation
Filipe Manana
2016-05-13
8
-19
/
+38
|
*
|
|
Btrfs: fix empty symlink after creating symlink and fsync parent dir
Filipe Manana
2016-05-13
1
-1
/
+1
|
*
|
|
Btrfs: fix for incorrect directory entries after fsync log replay
Filipe Manana
2016-05-13
1
-5
/
+8
|
*
|
|
Linux 4.6-rc7
v4.6-rc7
Linus Torvalds
2016-05-08
1
-1
/
+1
|
*
|
|
Merge tag 'char-misc-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-05-07
3
-8
/
+27
|
|
\
\
\
|
|
*
|
|
nvmem: mxs-ocotp: fix buffer overflow in read
Stanislav Meduna
2016-05-02
1
-2
/
+2
|
|
*
|
|
Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()
K. Y. Srinivasan
2016-04-30
1
-6
/
+20
|
|
*
|
|
misc: mic: Fix for double fetch security bug in VOP driver
Ashutosh Dixit
2016-04-28
1
-0
/
+5
|
*
|
|
|
Merge tag 'staging-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-05-07
4
-7
/
+34
|
|
\
\
\
\
|
|
*
\
\
\
Merge tag 'iio-fixes-for-4.6d' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
2016-05-06
2
-4
/
+29
|
|
|
\
\
\
\
[next]