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
*
fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()
MITSUNARI Shigeo
2013-02-21
1
-0
/
+1
*
inotify: remove broken mask checks causing unmount to be EINVAL
Jim Somerville
2013-02-21
1
-4
/
+0
*
Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2013-02-21
2
-7
/
+46
|
\
|
*
pstore: Create a convenient mount point for pstore
Josh Boyer
2013-02-12
1
-1
/
+17
|
*
pstore: Avoid deadlock in panic and emergency-restart path
Seiji Aguchi
2013-01-11
1
-6
/
+29
*
|
Merge tag 'dlm-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
2013-02-21
2
-0
/
+18
|
\
\
|
*
|
dlm: avoid scanning unchanged toss lists
David Teigland
2013-01-07
2
-0
/
+18
*
|
|
Merge tag 'nfs-for-3.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2013-02-21
16
-219
/
+370
|
\
\
\
|
*
|
|
NLM: Ensure that we resend all pending blocking locks after a reclaim
Trond Myklebust
2013-02-19
1
-0
/
+3
|
*
|
|
umount oops when remove blocklayoutdriver first
fanchaoting
2013-02-17
2
-0
/
+2
|
*
|
|
nfs: remove kfree() redundant null checks
Tim Gardner
2013-02-17
2
-4
/
+2
|
*
|
|
NFSv4.1: Don't decode skipped layoutgets
Weston Andros Adamson
2013-02-17
1
-1
/
+2
|
*
|
|
NFSv4.1: Fix bulk recall and destroy of layouts
Trond Myklebust
2013-02-14
3
-74
/
+144
|
*
|
|
NFSv4.1: Fix an ABBA locking issue with session and state serialisation
Trond Myklebust
2013-02-11
1
-12
/
+20
|
*
|
|
NFSv4: Fix a reboot recovery race when opening a file
Trond Myklebust
2013-02-11
1
-12
/
+38
|
*
|
|
NFSv4: Ensure delegation recall and byte range lock removal don't conflict
Trond Myklebust
2013-02-11
4
-2
/
+16
|
*
|
|
NFSv4: Fix up the return values of nfs4_open_delegation_recall
Trond Myklebust
2013-02-11
1
-14
/
+11
|
*
|
|
NFSv4.1: Don't lose locks when a server reboots during delegation return
Trond Myklebust
2013-02-11
3
-43
/
+108
|
*
|
|
NFSv4.1: Prevent deadlocks between state recovery and file locking
Trond Myklebust
2013-02-11
1
-0
/
+9
|
*
|
|
NFSv4: Allow the state manager to mark an open_owner as being recovered
Trond Myklebust
2013-02-11
2
-1
/
+12
|
*
|
|
Revert "NFS: add nfs_sb_deactive_async to avoid deadlock"
Trond Myklebust
2013-02-01
5
-56
/
+3
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
Linus Torvalds
2013-02-21
23
-374
/
+375
|
\
\
\
\
|
*
|
|
|
GFS2: Reinstate withdraw ack system
Steven Whitehouse
2013-02-13
4
-1
/
+28
|
*
|
|
|
GFS2: Get a block reservation before resizing a file
Bob Peterson
2013-02-01
1
-0
/
+4
|
*
|
|
|
GFS2: Split glock lru processing into two parts
Steven Whitehouse
2013-02-01
1
-23
/
+67
|
*
|
|
|
GFS2: Use ->writepages for ordered writes
Steven Whitehouse
2013-01-29
8
-70
/
+79
|
*
|
|
|
GFS2: Clean up freeze code
Steven Whitehouse
2013-01-29
5
-78
/
+15
|
*
|
|
|
GFS2: Merge gfs2_attach_bufdata() into trans.c
Steven Whitehouse
2013-01-29
4
-56
/
+26
|
*
|
|
|
GFS2: Copy gfs2_trans_add_bh into new data/meta functions
Steven Whitehouse
2013-01-29
4
-84
/
+84
|
*
|
|
|
GFS2: Split gfs2_trans_add_bh() into two
Steven Whitehouse
2013-01-29
11
-70
/
+81
|
*
|
|
|
GFS2: Merge revoke adding functions
Steven Whitehouse
2013-01-29
2
-16
/
+9
|
*
|
|
|
GFS2: Separate LRU scanning from shrinker
Steven Whitehouse
2013-01-29
1
-11
/
+17
*
|
|
|
|
Merge tag 'for-linus-v3.9-rc1' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2013-02-21
28
-453
/
+503
|
\
\
\
\
\
|
*
|
|
|
|
xfs: xfs_bmap_add_attrfork_local is too generic
Dave Chinner
2013-02-14
1
-21
/
+93
|
*
|
|
|
|
xfs: remove log force from xfs_buf_trylock()
Brian Foster
2013-02-14
1
-2
/
+0
|
*
|
|
|
|
xfs: recheck buffer pinned status after push trylock failure
Brian Foster
2013-02-14
1
-1
/
+11
|
*
|
|
|
|
xfs: limit speculative prealloc size on sparse files
Dave Chinner
2013-02-14
1
-10
/
+67
|
*
|
|
|
|
xfs: memory barrier before wake_up_bit()
Alex Elder
2013-02-07
1
-0
/
+1
|
*
|
|
|
|
xfs: refactor space log reservation for XFS_TRANS_ATTR_SET
Jeff Liu
2013-02-01
4
-15
/
+36
|
*
|
|
|
|
xfs: make use of XFS_SB_LOG_RES() at xfs_fs_log_dummy()
Jeff Liu
2013-02-01
1
-2
/
+2
|
*
|
|
|
|
xfs: make use of XFS_SB_LOG_RES() at xfs_mount_log_sb()
Jeff Liu
2013-02-01
1
-2
/
+2
|
*
|
|
|
|
xfs: make use of XFS_SB_LOG_RES() at xfs_log_sbcount()
Jeff Liu
2013-02-01
1
-2
/
+2
|
*
|
|
|
|
xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on disk
Jeff Liu
2013-02-01
3
-0
/
+14
|
*
|
|
|
|
xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount time
Jeff Liu
2013-02-01
4
-2
/
+17
|
*
|
|
|
|
xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount time
Jeff Liu
2013-02-01
4
-7
/
+19
|
*
|
|
|
|
xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount time
Jeff Liu
2013-02-01
4
-9
/
+20
|
*
|
|
|
|
xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount time
Jeff Liu
2013-02-01
4
-2
/
+17
|
*
|
|
|
|
xfs: calculate xfs_qm_write_sb_changes() space log reservation at mount time
Jeff Liu
2013-02-01
1
-4
/
+3
|
*
|
|
|
|
xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount time
Jeff Liu
2013-02-01
4
-3
/
+16
|
*
|
|
|
|
xfs: make use of xfs_calc_buf_res() in xfs_trans.c
Jeff Liu
2013-02-01
1
-128
/
+112
[next]