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.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 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-11
23
-263
/
+384
|
\
|
*
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2008-11-11
6
-7
/
+58
|
|
\
|
|
*
[XFS] XFS: Check for valid transaction headers in recovery
David Chinner
2008-11-10
1
-1
/
+7
|
|
*
[XFS] handle memory allocation failures during log initialisation
Dave Chinner
2008-11-10
1
-3
/
+36
|
|
*
[XFS] Account for allocated blocks when expanding directories
David Chinner
2008-11-10
2
-0
/
+11
|
|
*
[XFS] Wait for all I/O on truncate to zero file size
Lachlan McIlroy
2008-11-10
1
-1
/
+1
|
|
*
[XFS] Fix use-after-free with log and quotas
Lachlan McIlroy
2008-11-10
1
-2
/
+3
|
*
|
ocfs2: Check search result in ocfs2_xattr_block_get()
Tiger Yang
2008-11-10
1
-1
/
+6
|
*
|
ocfs2: fix printk related build warnings in xattr.c
Mark Fasheh
2008-11-10
1
-14
/
+20
|
*
|
ocfs2: truncate outstanding block after direct io failure
Dmitri Monakhov
2008-11-10
1
-0
/
+7
|
*
|
ocfs2/xattr: Proper hash collision handle in bucket division
Tao Ma
2008-11-10
1
-29
/
+115
|
*
|
ocfs2: return 0 in page_mkwrite to let VFS retry.
Tao Ma
2008-11-10
1
-1
/
+5
|
*
|
ocfs2: Set journal descriptor to NULL after journal shutdown
Sunil Mushran
2008-11-10
2
-0
/
+7
|
*
|
ocfs2: Fix check of return value of ocfs2_start_trans() in xattr.c.
Tao Ma
2008-11-10
1
-2
/
+2
|
*
|
ocfs2: Let inode be really deleted when ocfs2_mknod_locked() fails
Jan Kara
2008-11-10
1
-1
/
+3
|
*
|
ocfs2: Fix checking of return value of new_inode()
Jan Kara
2008-11-10
1
-2
/
+2
|
*
|
ocfs2: Fix check of return value of ocfs2_start_trans()
Jan Kara
2008-11-10
1
-10
/
+10
|
*
|
ocfs2: Fix some typos in xattr annotations.
Tao Ma
2008-11-10
1
-8
/
+9
|
*
|
ocfs2: Remove unused ocfs2_restore_xattr_block().
Tao Ma
2008-11-10
1
-48
/
+0
|
*
|
ocfs2: Don't repeat ocfs2_xattr_block_find()
Joel Becker
2008-11-10
1
-30
/
+9
|
*
|
ocfs2: Specify appropriate journal access for new xattr buckets.
Joel Becker
2008-11-10
1
-1
/
+5
|
*
|
ocfs2: Check errors from ocfs2_xattr_update_xattr_search()
Joel Becker
2008-11-10
1
-1
/
+5
|
*
|
ocfs2: Don't return -EFAULT from a corrupt xattr entry.
Joel Becker
2008-11-10
1
-1
/
+1
|
*
|
ocfs2: Check xattr block signatures properly.
Joel Becker
2008-11-10
2
-22
/
+19
|
*
|
ocfs2: add handler_map array bounds checking
Tiger Yang
2008-11-10
1
-1
/
+1
|
*
|
ocfs2: remove duplicate definition in xattr
Tiger Yang
2008-11-10
1
-9
/
+2
|
*
|
ocfs2: fix function declaration and definition in xattr
Tiger Yang
2008-11-10
2
-27
/
+27
|
*
|
ocfs2: fix license in xattr
Tiger Yang
2008-11-10
2
-19
/
+6
|
*
|
Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2008-11-09
1
-4
/
+1
|
|
\
\
|
|
*
|
Fix nfsd truncation of readdir results
Doug Nazar
2008-11-09
1
-4
/
+1
|
*
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2008-11-07
7
-30
/
+69
|
|
\
\
\
|
|
*
|
|
ext4: add checksum calculation when clearing UNINIT flag in ext4_new_inode
Frederic Bohe
2008-11-07
1
-0
/
+2
|
|
*
|
|
ext4: Mark the buffer_heads as dirty and uptodate after prepare_write
Aneesh Kumar K.V
2008-11-07
1
-0
/
+2
|
|
*
|
|
ext4: calculate journal credits correctly
Theodore Ts'o
2008-11-06
1
-2
/
+3
|
|
*
|
|
ext4: wait on all pending commits in ext4_sync_fs()
Theodore Ts'o
2008-11-03
1
-11
/
+8
|
|
*
|
|
ext4: Convert to host order before using the values.
Aneesh Kumar K.V
2008-11-04
1
-3
/
+2
|
|
*
|
|
ext4: fix missing ext4_unlock_group in error path
Aneesh Kumar K.V
2008-11-04
1
-0
/
+1
|
|
*
|
|
jbd2: deregister proc on failure in jbd2_journal_init_inode
Sami Liedes
2008-11-02
1
-0
/
+2
|
|
*
|
|
jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_space
Theodore Ts'o
2008-11-06
1
-7
/
+25
|
|
*
|
|
jbd: don't give up looking for space so easily in __log_wait_for_space
Theodore Ts'o
2008-11-06
1
-7
/
+24
*
|
|
|
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-06
40
-395
/
+925
|
\
|
|
|
|
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2008-11-06
1
-12
/
+11
|
|
\
\
\
\
|
|
*
|
|
|
block: fix __blkdev_get() for removable devices
Tejun Heo
2008-11-06
1
-12
/
+11
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2008-11-06
3
-11
/
+16
|
|
\
\
\
\
|
|
*
|
|
|
[JFFS2] fix race condition in jffs2_lzo_compress()
Geert Uytterhoeven
2008-11-05
1
-6
/
+9
|
|
*
|
|
|
[JFFS2] Fix lack of locking in thread_should_wake()
David Woodhouse
2008-10-31
1
-5
/
+5
|
|
*
|
|
|
[JFFS2] Fix build failure with !CONFIG_JFFS2_FS_WRITEBUFFER
Steve Glendinning
2008-10-21
1
-0
/
+2
|
*
|
|
|
|
fat: i_blocks warning fix
OGAWA Hirofumi
2008-11-06
4
-6
/
+9
|
*
|
|
|
|
fat: ->i_pos race fix
OGAWA Hirofumi
2008-11-06
1
-2
/
+19
|
*
|
|
|
|
fat: mmu_private race fix
OGAWA Hirofumi
2008-11-06
4
-10
/
+25
[next]