index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-28
btrfs: return EXDEV when linking from different subvolumes
Mark Fasheh
1
-1
/
+1
2011-03-28
Btrfs: Per file/directory controls for COW and compression
Liu Bo
4
-7
/
+72
2011-03-28
Btrfs: add datacow flag in inode flag
liubo
1
-0
/
+2
2011-03-28
btrfs: use GFP_NOFS instead of GFP_KERNEL
Miao Xie
1
-2
/
+2
2011-03-28
Btrfs: check return value of read_tree_block()
Tsutomu Itoh
3
-0
/
+15
2011-03-28
btrfs: properly access unaligned checksum buffer
David Sterba
1
-1
/
+2
2011-03-28
Btrfs: cleanup some BUG_ON()
Tsutomu Itoh
9
-23
/
+54
2011-03-28
Btrfs: add initial tracepoint support for btrfs
liubo
13
-11
/
+727
2011-03-28
Btrfs: use RCU instead of a spinlock to protect the root node
Chris Mason
1
-19
/
+8
2011-03-26
Btrfs: mark the bio with an error if we have a failure in dio
Josef Bacik
1
-0
/
+8
2011-03-26
Btrfs: don't allocate dip->csums when doing writes
Josef Bacik
1
-2
/
+5
2011-03-26
Btrfs: cleanup how we setup free space clusters
Josef Bacik
2
-185
/
+182
2011-03-21
Btrfs: don't be as aggressive about using bitmaps
Josef Bacik
1
-3
/
+16
2011-03-21
Btrfs: deal with min_bytes appropriately when looking for a cluster
Josef Bacik
1
-5
/
+4
2011-03-21
Btrfs: check free space in block group before searching for a cluster
Josef Bacik
1
-0
/
+10
2011-03-17
Btrfs: add checks to verify dir items are correct
Josef Bacik
5
-0
/
+50
2011-03-17
Btrfs: check return value of btrfs_search_slot properly
Josef Bacik
1
-0
/
+2
2011-03-17
Btrfs: check items for correctness as we search
Josef Bacik
4
-124
/
+95
2011-03-17
Btrfs: return error if the range we want to map is bogus
Josef Bacik
1
-0
/
+1
2011-03-17
Btrfs: add a comment explaining what btrfs_cont_expand does
Josef Bacik
1
-0
/
+6
2011-03-17
Btrfs: use mark_inode_dirty when expanding the file
Josef Bacik
1
-15
/
+1
2011-03-17
Btrfs: only add orphan items when truncating
Josef Bacik
1
-27
/
+18
2011-03-17
Btrfs: make sure to remove the orphan item from the in-memory list
Josef Bacik
1
-0
/
+6
2011-03-17
Btrfs: handle errors in btrfs_orphan_cleanup
Josef Bacik
6
-23
/
+50
2011-03-17
Btrfs: cleanup error handling in the truncate path
Josef Bacik
1
-19
/
+45
2011-03-17
Btrfs: convert to the new truncate sequence
Josef Bacik
3
-47
/
+40
2011-03-17
Btrfs: use a slab for the free space entries
Josef Bacik
3
-16
/
+29
2011-03-17
Btrfs: change reserved_extents to an atomic_t
Josef Bacik
3
-21
/
+29
2011-03-17
Btrfs: fix how we deal with the pages array in the write path
Josef Bacik
1
-4
/
+5
2011-03-17
Btrfs: simplify our write path
Josef Bacik
1
-175
/
+180
2011-03-17
Btrfs: fix formatting in file.c
Josef Bacik
1
-8
/
+8
2011-03-15
Linux 2.6.38
v2.6.38
Linus Torvalds
1
-1
/
+1
2011-03-15
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowell...
Linus Torvalds
3
-5
/
+6
2011-03-15
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
22
-305
/
+331
2011-03-15
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
9
-37
/
+45
2011-03-15
Revert "oom: oom_kill_process: fix the child_points logic"
Linus Torvalds
1
-8
/
+3
2011-03-14
oom: oom_kill_process: fix the child_points logic
Oleg Nesterov
1
-3
/
+8
2011-03-14
MIPS: Alchemy: Fix reset for MTX-1 and XXS1500
Florian Fainelli
2
-4
/
+4
2011-03-14
MIPS: MTX-1: Make au1000_eth probe all PHY addresses
Florian Fainelli
1
-0
/
+9
2011-03-14
MIPS: Jz4740: Add HAVE_CLK
Maurus Cuelenaere
1
-0
/
+1
2011-03-14
MIPS: Move idle task creation to work queue
Maksim Rayskiy
1
-2
/
+29
2011-03-14
MIPS, Perf-events: Use unsigned delta for right shift in event update
Deng-Cheng Zhu
1
-1
/
+1
2011-03-14
MIPS, Perf-events: Work with the new callchain interface
Deng-Cheng Zhu
1
-57
/
+6
2011-03-14
MIPS, Perf-events: Fix event check in validate_event()
Deng-Cheng Zhu
1
-2
/
+3
2011-03-14
MIPS, Perf-events: Work with the new PMU interface
Deng-Cheng Zhu
2
-119
/
+158
2011-03-14
MIPS, Perf-events: Work with irq_work
Deng-Cheng Zhu
3
-12
/
+3
2011-03-14
MIPS: Fix always CONFIG_LOONGSON_UART_BASE=y
Yoichi Yuasa
1
-1
/
+4
2011-03-14
MIPS: Loongson: Fix potentially wrong string handling
Stefan Weil
1
-1
/
+2
2011-03-14
MIPS: Fix GCC-4.6 'set but not used' warning in arch/mips/mm/init.c
David Daney
1
-1
/
+1
2011-03-14
MIPS: Fix GCC-4.6 'set but not used' warning in ieee754int.h
David Daney
1
-2
/
+2
[next]