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
2006-01-11
[XFS] use pagevec lookups This reduces the time spend in the radix tree
Christoph Hellwig
1
-56
/
+88
2006-01-11
[XFS] Export pagevec_lookup for use on the XFS page writeout path,
Christoph Hellwig
1
-0
/
+2
2006-01-11
[XFS] Initial pass at going directly-to-bio on the buffered IO path. This
Christoph Hellwig
4
-364
/
+431
2006-01-11
[XFS] Complete the pagebuf -> xfs_buf naming convention transition,
Nathan Scott
10
-1118
/
+895
2006-01-11
[XFS] Fixed delayed_blks assert failure during umount. The delayed_blks
Yingping Lu
2
-3
/
+10
2006-01-11
[XFS] Introduce per-filesystem delwri pagebuf flushing to reduce
David Chinner
2
-44
/
+101
2006-01-11
[XFS] take out the call to vn_mark_bad() used when acl inherit fails and
Tim Shimmin
1
-2
/
+0
2006-01-11
[XFS] endianess annotations and tidying for the uuid code
Christoph Hellwig
1
-9
/
+14
2006-01-11
[XFS] Fix a thinko when generating a forced shutdown stack trace.
Nathan Scott
1
-2
/
+2
2006-01-11
[XFS] Add a stack trace in the case of xfs_forced_shutdown.
Ryan Hankins
1
-5
/
+7
2006-01-11
[XFS] Fix quotaoff logitem for project quota, affects log recovery only.
Nathan Scott
1
-1
/
+3
2006-01-11
[XFS] Add an XFS callout to security_inode_init_security; SE Linux is not
Nathan Scott
1
-0
/
+37
2006-01-11
[XFS] Fix v2 log bufsize reporting in /proc/mounts.
Nathan Scott
1
-2
/
+3
2006-01-11
[XFS] fix, speedup and simplify atime handling let the VFS handle atime
Christoph Hellwig
8
-54
/
+49
2006-01-11
[XFS] turn xlog helper macros into real functions
Christoph Hellwig
2
-77
/
+93
2006-01-11
[XFS] remove unused vars, args, & unneeded intermediate vars from zeroing
Eric Sandeen
2
-31
/
+12
2006-01-11
[XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recover
Eric Sandeen
3
-9
/
+6
2006-01-11
[XFS] Ensure max diosize reported is aligned with minimum diosize.
Nathan Scott
1
-1
/
+1
2006-01-11
[XFS] Fix an intermittent pquota panic caused by dodgey quota flags to an
Nathan Scott
2
-6
/
+7
2006-01-11
[XFS] Sort out cosmetic differences between user and kernel copies of some
Nathan Scott
10
-42
/
+32
2006-01-11
[XFS] Make d_maxiosz report the real maximum (INT_MAX) so we dont
Nathan Scott
1
-2
/
+1
2006-01-11
[XFS] Disable write barriers for now till intermittent IO errors are
Nathan Scott
1
-5
/
+3
2006-01-11
[XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple and
Nathan Scott
6
-26
/
+23
2006-01-11
[XFS] Write log dummy record when freezing filesystem
Christoph Hellwig
3
-0
/
+29
2006-01-11
[XFS] Mark some lookup tables const. Thanks to Arjan van de Ven for
Christoph Hellwig
3
-3
/
+3
2006-01-11
[XFS] Fixed an assertion failure in xfs_reclaim caused by delayed block.
Yingping Lu
1
-1
/
+2
2006-01-11
[XFS] do barrier checks earlier. quota initialization may write to the
Christoph Hellwig
1
-3
/
+4
2006-01-11
[XFS] Fix typo from when enabling write barriers by default, flags botch
Nathan Scott
1
-8
/
+2
2006-01-11
[XFS] Implement the di_extsize allocator hint for non-realtime files as
Nathan Scott
7
-410
/
+547
2006-01-11
[XFS] Do not inherit properties for the quota inodes from the root inode.
Nathan Scott
1
-3
/
+5
2006-01-11
[XFS] enable write barriers by default
Christoph Hellwig
2
-1
/
+17
2006-01-11
[XFS] merge xfs_arch.h userspace changes back
Christoph Hellwig
1
-0
/
+16
2006-01-11
[XFS] remove over-eager assert
Christoph Hellwig
1
-1
/
+0
2006-01-11
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
50
-425
/
+190
2006-01-11
[PATCH] mark mutex_lock*() as might_sleep()
Ingo Molnar
1
-0
/
+2
2006-01-11
[PATCH] fix i386 mutex fastpath on FRAME_POINTER && !DEBUG_MUTEXES
Ingo Molnar
2
-11
/
+14
2006-01-11
[PATCH] remove unnecessary asm/mutex.h from kernel/mutex-debug.c
Ingo Molnar
1
-2
/
+0
2006-01-11
[EBTABLES] Don't match tcp/udp source/destination port for IP fragments
Bart De Schuymer
1
-0
/
+3
2006-01-11
[IRDA] DONGLE_OLD: remove dependency on non-existing symbol
Adrian Bunk
1
-2
/
+1
2006-01-11
[IRDA]: kill drivers/net/irda/sir_core.c
Adrian Bunk
6
-62
/
+21
2006-01-11
[ATM]: Remove unneeded kmalloc() return value casts + tiny whitespace cleanup
Jesper Juhl
1
-5
/
+7
2006-01-11
[NET]: Remove unneeded kmalloc() return value casts
Jesper Juhl
2
-3
/
+3
2006-01-11
[RXRPC]: Decrease number of pointer derefs in connection.c
Jesper Juhl
1
-6
/
+8
2006-01-11
[AF_NETLINK]: Fix DoS in netlink_rcv_skb()
Martin Murray
1
-1
/
+1
2006-01-10
[NETFILTER]: Fix timeout sysctls on big-endian 64bit architectures
Patrick McHardy
13
-73
/
+73
2006-01-10
[NETFILTER]: Remove unused function from NAT protocol helpers
Patrick McHardy
6
-167
/
+0
2006-01-10
[NETFILTER]: Fix return value confusion in PPTP NAT helper
Patrick McHardy
1
-23
/
+13
2006-01-10
[NETFILTER]: Fix another crash in ip_nat_pptp
Patrick McHardy
1
-30
/
+27
2006-01-10
[NETFILTER]: Fix crash in ip_nat_pptp
Patrick McHardy
1
-1
/
+1
2006-01-10
[NETFILTER]: net/ipv[46]/netfilter.c cleanups
Patrick McHardy
5
-32
/
+11
[next]