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.13.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
2012-09-29
NFSv4.1: Balance pnfs_layout_hdr refcount in pnfs_layout_(insert|remove)_lseg
Trond Myklebust
1
-2
/
+4
2012-09-29
NFSv4.1: Clean up pnfs_put_lseg()
Trond Myklebust
1
-6
/
+3
2012-09-29
NFSv4.1: Clean up the removal of pnfs_layout_hdr from the server list
Trond Myklebust
2
-20
/
+28
2012-09-29
NFSv4.1: Free the pnfs_layout_hdr outside the inode->i_lock
Trond Myklebust
1
-12
/
+9
2012-09-29
NFSv4.1: Remove redundant reference to the pnfs_layout_hdr
Trond Myklebust
1
-9
/
+4
2012-09-29
NFSv4.1: Rename the pnfs_put_lseg_common to pnfs_layout_remove_lseg
Trond Myklebust
1
-12
/
+15
2012-09-29
NFSv4.1: reset the inode MDS threshold counters on layout destruction
Trond Myklebust
1
-4
/
+5
2012-09-29
NFSv4.1: Get rid of pNFS layout state "NFS_LAYOUT_INVALID"
Trond Myklebust
3
-10
/
+7
2012-09-29
NFSv4.1: Simplify the pNFS return-on-close code
Trond Myklebust
3
-10
/
+5
2012-09-29
NFSv4.1: Fix a race in the pNFS return-on-close code
Trond Myklebust
3
-17
/
+17
2012-09-29
NFSv4.1: pnfs_layout_io_set_failed must clear invalid lsegs
Trond Myklebust
1
-0
/
+8
2012-09-29
NFSv4.1: Don't drop the pnfs_layout_hdr after a layoutget failure
Trond Myklebust
1
-8
/
+32
2012-09-29
NFSv4.1: Fix a reference leak in pnfs_update_layout
Trond Myklebust
1
-3
/
+6
2012-09-29
NFSv4.1: pNFS data servers may be temporarily offline
Trond Myklebust
5
-17
/
+59
2012-09-29
NFSv4.1: Retry pNFS after a 2 minute timeout
Trond Myklebust
2
-1
/
+15
2012-09-29
NFSv4.1: Add helpers for setting/reading the I/O fail bit
Trond Myklebust
2
-18
/
+26
2012-09-29
NFSv4.1: Replace dprintk() in pnfs_update_layout with something less buggy
Trond Myklebust
1
-7
/
+11
2012-09-29
NFSv4.1: Replace get_device_info() with filelayout_get_device_info()
Trond Myklebust
4
-4
/
+4
2012-09-29
NFSv4.1: Cleanup; add "pnfs_" prefix to put_lseg() and get_lseg()
Trond Myklebust
4
-31
/
+31
2012-09-29
NFSv4.1: Cleanup; add "pnfs_" prefix to get_layout_hdr() and put_layout_hdr()
Trond Myklebust
4
-22
/
+22
2012-09-29
NFSv4.1: Cleanup add a "pnfs_" prefix to mark_matching_lsegs_invalid
Trond Myklebust
3
-6
/
+6
2012-09-29
NFS: Clean up the pNFS layoutget interface
Trond Myklebust
4
-17
/
+27
2012-09-29
SUNRPC: Get rid of the redundant xprt->shutdown bit field
Trond Myklebust
4
-40
/
+11
2012-09-29
NFS: Write the entire file if a server reboot occurs during fsync()
Trond Myklebust
2
-0
/
+14
2012-09-29
NFS: Fix fdatasync/fsync() when confronted with a server reboot
Trond Myklebust
4
-22
/
+36
2012-09-29
NFSv4: Convert the nfs4_lock_state->ls_flags to a bit field
Trond Myklebust
3
-11
/
+11
2012-09-29
NFS: Clean up helper function nfs4_select_rw_stateid()
Trond Myklebust
8
-16
/
+42
2012-09-29
NFS: Convert nfs_get_lock_context to return an ERR_PTR on failure
Trond Myklebust
3
-8
/
+18
2012-09-28
SUNRPC: Optimise away unnecessary data moves in xdr_align_pages
Trond Myklebust
1
-10
/
+13
2012-09-26
NFSv4.1: decode_getdeviceinfo should check xdr_read_pages() return value
Trond Myklebust
1
-1
/
+2
2012-09-26
SUNRPC: Fix the return value of xdr_align_pages()
Trond Myklebust
1
-0
/
+2
2012-09-25
NFS4: avoid underflow when converting error to pointer.
NeilBrown
1
-1
/
+1
2012-09-25
NFS: fix the return value check by using IS_ERR
Wei Yongjun
2
-2
/
+2
2012-09-25
SUNRPC: Set alloc_slot for backchannel tcp ops
Bryan Schumaker
1
-0
/
+1
2012-09-20
SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAIT
Trond Myklebust
1
-5
/
+16
2012-09-19
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-20
/
+39
2012-09-19
Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh
Linus Torvalds
4
-4
/
+5
2012-09-19
Merge tag 'rpmsg-3.6-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/oh...
Linus Torvalds
1
-3
/
+3
2012-09-19
Merge tag 'md-3.6-fixes' of git://neil.brown.name/md
Linus Torvalds
2
-2
/
+10
2012-09-19
Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-46
/
+42
2012-09-19
cpufreq/powernow-k8: workqueue user shouldn't migrate the kworker to another CPU
Tejun Heo
1
-29
/
+34
2012-09-19
workqueue: reimplement work_on_cpu() using system_wq
Tejun Heo
1
-17
/
+8
2012-09-19
md: make sure metadata is updated when spares are activated or removed.
NeilBrown
1
-1
/
+5
2012-09-19
md/raid5: fix calculate of 'degraded' when a replacement becomes active.
NeilBrown
1
-0
/
+4
2012-09-19
Revert "md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_AC...
NeilBrown
1
-1
/
+1
2012-09-18
Merge tag 'hwspinlock-3.6-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+2
2012-09-18
vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()
Miklos Szeredi
2
-2
/
+4
2012-09-18
cciss: fix handling of protocol error
Stephen M. Cameron
1
-0
/
+1
2012-09-18
blk: add an upper sanity check on partition adding
Alan Cox
1
-1
/
+1
2012-09-18
sh: Fix up TIF_NOTIFY_RESUME sans TIF_SIGPENDING handling.
Al Viro
2
-2
/
+2
[next]