index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
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
22
-200
/
+688
|
\
\
|
*
|
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
|
*
|
proc: prevent accessing /proc/<PID>/environ until it's ready
Mathias Krause
2016-05-05
1
-1
/
+2
|
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2016-05-05
1
-11
/
+14
|
|
\
\
|
|
*
|
propogate_mnt: Handle the first propogated copy being a slave
Eric W. Biederman
2016-05-05
1
-11
/
+14
|
|
|
/
|
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2016-05-03
1
-1
/
+1
|
|
\
\
|
|
*
|
fuse: Fix return value from fuse_get_user_pages()
Ashish Samant
2016-04-25
1
-1
/
+1
|
|
|
/
|
*
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2016-05-02
3
-5
/
+17
|
|
\
\
|
|
*
|
udf: Fix conversion of 'dstring' fields to UTF8
Andrew Gabbasov
2016-04-25
3
-5
/
+17
|
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-04-29
2
-3
/
+32
|
|
\
\
\
|
|
*
|
|
ocfs2/dlm: return zero if deref_done message is successfully handled
xuejiufei
2016-04-28
1
-0
/
+2
|
|
*
|
|
numa: fix /proc/<pid>/numa_maps for THP
Gerald Schaefer
2016-04-28
1
-3
/
+30
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2016-04-28
1
-4
/
+2
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
libceph: make authorizer destruction independent of ceph_auth_client
Ilya Dryomov
2016-04-25
1
-4
/
+2
|
|
|
|
/
|
|
|
/
|
|
*
/
|
devpts: more pty driver interface cleanups
Linus Torvalds
2016-04-26
1
-41
/
+12
|
|
/
/
*
|
|
Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516
David Sterba
2016-05-16
2
-1059
/
+1
|
\
\
\
|
*
|
|
btrfs: uapi/linux/btrfs_tree.h migration, item types and defines
Jeff Mahoney
2016-04-28
1
-948
/
+1
|
*
|
|
btrfs: uapi/linux/btrfs.h migration, move struct btrfs_ioctl_defrag_range_args
Jeff Mahoney
2016-04-28
1
-31
/
+0
|
*
|
|
btrfs: uapi/linux/btrfs.h migration, move balance flags
Jeff Mahoney
2016-04-28
1
-46
/
+0
[next]