index
:
Linux Stable
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
ext3: ensure fast symlinks are NUL-terminated
Duane Griffin
2008-12-31
1
-2
/
+5
|
*
ext2: ensure fast symlinks are NUL-terminated
Duane Griffin
2008-12-31
1
-2
/
+5
|
*
vfs: ensure page symlinks are NUL-terminated
Duane Griffin
2008-12-31
1
-2
/
+5
|
*
vfs: introduce helper function to safely NUL-terminate symlinks
Duane Griffin
2008-12-31
1
-0
/
+5
|
*
eCryptfs: check readlink result was not an error before using it
Duane Griffin
2008-12-31
1
-1
/
+2
|
*
fs/namespace.c: drop code after return
Julia Lawall
2008-12-31
1
-1
/
+1
|
*
include: linux/fs.h: put declarations in __KERNEL__
Jan Engelhardt
2008-12-31
1
-9
/
+9
|
*
shrink struct dentry
Nick Piggin
2008-12-31
5
-22
/
+35
|
*
fs: reorder struct inotify_device on 64bits to remove padding
Richard Kennedy
2008-12-31
1
-1
/
+1
|
*
introduce new LSM hooks where vfsmount is available.
Kentaro Takeda
2008-12-31
7
-0
/
+314
*
|
Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2008-12-31
13
-109
/
+84
|
\
\
|
*
|
sparseirq: move __weak symbols into separate compilation unit
Yinghai Lu
2008-12-29
5
-22
/
+26
|
*
|
sparseirq: work around __weak alias bug
Ingo Molnar
2008-12-29
2
-5
/
+9
|
*
|
sparseirq: fix hang with !SPARSE_IRQ
Yinghai Lu
2008-12-27
1
-0
/
+15
|
*
|
sparseirq: set lock_class for legacy irq when sparse_irq is selected
Yinghai Lu
2008-12-27
1
-0
/
+1
|
*
|
sparseirq: work around compiler optimizing away __weak functions
Yinghai Lu
2008-12-27
4
-11
/
+17
|
*
|
sparseirq: fix desc->lock init
Ingo Molnar
2008-12-27
2
-0
/
+3
|
*
|
sparseirq: do not printk when migrating IRQ descriptors
Ingo Molnar
2008-12-27
1
-5
/
+1
|
*
|
sparseirq: remove duplicated arch_early_irq_init()
Yinghai Lu
2008-12-26
1
-4
/
+0
|
*
|
irq: simplify for_each_irq_desc() usage
KOSAKI Motohiro
2008-12-26
6
-38
/
+6
|
*
|
proc: remove ifdef CONFIG_SPARSE_IRQ from stat.c
KOSAKI Motohiro
2008-12-26
2
-11
/
+2
|
*
|
irq: for_each_irq_desc() move to irqnr.h
KOSAKI Motohiro
2008-12-26
3
-32
/
+24
|
*
|
hrtimer: remove #include <linux/irq.h>
KOSAKI Motohiro
2008-12-26
1
-1
/
+0
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
Linus Torvalds
2008-12-30
3
-2
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fat: make sure to set d_ops in fat_get_parent
Christoph Hellwig
2008-11-12
1
-0
/
+2
|
*
|
fat: fix duplicate addition of ->llseek handler
OGAWA Hirofumi
2008-11-12
1
-1
/
+0
|
*
|
fat: drop negative dentry on rename() path
OGAWA Hirofumi
2008-11-12
1
-1
/
+1
*
|
|
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2008-12-30
112
-12850
/
+10496
|
\
\
\
|
*
\
\
[XFS] Fix merge failures
Lachlan McIlroy
2008-12-29
2880
-80348
/
+143086
|
|
\
\
\
|
*
|
|
|
[XFS] Fix race in xfs_write() between direct and buffered I/O with DMAPI
Lachlan McIlroy
2008-12-24
1
-15
/
+12
|
*
|
|
|
[XFS] handle unaligned data in xfs_bmbt_disk_get_all
Christoph Hellwig
2008-12-23
1
-1
/
+2
|
*
|
|
|
[XFS] avoid memory allocations in xfs_fs_vcmn_err
Christoph Hellwig
2008-12-22
4
-26
/
+40
|
*
|
|
|
[XFS] Fix speculative allocation beyond eof
Lachlan McIlroy
2008-12-22
1
-21
/
+7
|
*
|
|
|
[XFS] Remove XFS_BUF_SHUT() and friends
Lachlan McIlroy
2008-12-22
3
-20
/
+1
|
*
|
|
|
[XFS] Use the incore inode size in xfs_file_readdir()
Lachlan McIlroy
2008-12-22
1
-1
/
+1
|
*
|
|
|
[XFS] Fix merge conflict in fs/xfs/xfs_rename.c
Lachlan McIlroy
2008-12-22
274
-2791
/
+4383
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'master' of git+ssh://git.melbourne.sgi.com/git/xfs
Lachlan McIlroy
2008-12-12
19
-375
/
+149
|
|
\
\
\
\
\
|
|
*
|
|
|
|
[XFS] use inode_change_ok for setattr permission checking
Christoph Hellwig
2008-12-11
1
-113
/
+36
|
|
*
|
|
|
|
[XFS] add a FMODE flag to make XFS invisible I/O less hacky
Christoph Hellwig
2008-12-11
7
-178
/
+71
|
|
*
|
|
|
|
[XFS] resync headers with libxfs
Christoph Hellwig
2008-12-11
4
-11
/
+12
|
|
*
|
|
|
|
[XFS] simplify projid check in xfs_rename
Christoph Hellwig
2008-12-11
1
-38
/
+11
|
|
*
|
|
|
|
[XFS] replace b_fspriv with b_mount
Christoph Hellwig
2008-12-11
6
-32
/
+19
|
|
*
|
|
|
|
[XFS] Remove unused tracing code
Lachlan McIlroy
2008-12-10
2
-3
/
+0
|
*
|
|
|
|
|
[XFS] set b_error from bio error in xfs_buf_bio_end_io
Lachlan McIlroy
2008-12-12
1
-2
/
+1
|
|
/
/
/
/
/
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Lachlan McIlroy
2008-12-05
409
-3755
/
+7137
|
|
\
\
\
\
\
|
*
|
|
|
|
|
[XFS] Remove unnecessary assertion
Lachlan McIlroy
2008-12-05
1
-2
/
+0
|
*
|
|
|
|
|
[XFS] Remove unused variable in ktrace_free()
Lachlan McIlroy
2008-12-05
1
-7
/
+2
|
*
|
|
|
|
|
[XFS] Check return value of xfs_buf_get_noaddr()
Lachlan McIlroy
2008-12-05
1
-0
/
+2
|
*
|
|
|
|
|
[XFS] Fix hang after disallowed rename across directory quota domains
Dave Chinner
2008-12-05
1
-1
/
+1
|
*
|
|
|
|
|
[XFS] Fix compile with CONFIG_COMPAT enabled
Christoph Hellwig
2008-12-05
1
-1
/
+1
[prev]
[next]