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.14.y
linux-6.15.y
linux-6.16.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
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-23
NFS: Refactor nfs_get_client(): initialize nfs_client
Chuck Lever
2
-36
/
+44
2012-05-23
NFS: Refactor nfs_get_client(): add nfs_found_client()
Chuck Lever
1
-30
/
+37
2012-05-23
NFS: Always use the same SETCLIENTID boot verifier
Chuck Lever
4
-8
/
+18
2012-05-23
NFS: Force server to drop NFSv4 state
Chuck Lever
3
-4
/
+21
2012-05-23
NFS: Remove nfs_unique_id
Chuck Lever
1
-5
/
+0
2012-05-23
NFS: Clean up return code checking in nfs4_proc_exchange_id()
Chuck Lever
1
-8
/
+8
2012-05-23
NFS: Use proper naming conventions for the nfs_client.net field
Chuck Lever
4
-15
/
+15
2012-05-23
NFS: Use proper naming conventions for nfs_client.impl_id field
Chuck Lever
3
-9
/
+9
2012-05-23
NFS: Use proper naming conventions for NFSv4.1 server scope fields
Chuck Lever
3
-10
/
+12
2012-05-23
NFS: Add NFSDBG_STATE
Chuck Lever
2
-1
/
+3
2012-05-23
NFS: Don't swap bytes in nfs4_construct_boot_verifier()
Chuck Lever
1
-2
/
+2
2012-05-23
NFS: Fix compiler warnings
Bryan Schumaker
1
-6
/
+4
2012-05-23
NFSv4.1 skip rpc_call_done only on disconnected DS slot_table_waitq tasks
Andy Adamson
1
-2
/
+4
2012-05-23
NFSv4.1 Just use nfs_put_client in filelayout release
Andy Adamson
1
-10
/
+2
2012-05-23
NFSv4.1 fix null state reference in filelayout_async_handle_error
Andy Adamson
1
-3
/
+3
2012-05-23
NFSv4.1: Fix a bad reference count issue in the pNFS commit code
Trond Myklebust
1
-0
/
+1
2012-05-22
Merge branch 'pm-sleep'
Rafael J. Wysocki
1
-1
/
+1
2012-05-22
epoll: Fix user space breakage related to EPOLLWAKEUP
Rafael J. Wysocki
1
-1
/
+1
2012-05-22
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2
-2
/
+10
2012-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
Linus Torvalds
21
-493
/
+466
2012-05-22
Revert "vfs: remove unnecessary d_unhashed() check from __d_lookup_rcu"
Linus Torvalds
1
-0
/
+2
2012-05-22
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
James Morris
1
-1
/
+1
2012-05-22
vfs: be even more careful about dentry RCU name lookups
Linus Torvalds
1
-2
/
+15
2012-05-22
vfs: make AIO use the proper rw_verify_area() area helpers
Linus Torvalds
1
-16
/
+14
2012-05-21
Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming
Linus Torvalds
1
-1
/
+1
2012-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2012-05-21
Merge branch 'dentry-cleanups' (dcache access cleanups and optimizations)
Linus Torvalds
16
-92
/
+146
2012-05-21
Merge branch 'vfs-cleanups' (random vfs cleanups)
Linus Torvalds
2
-36
/
+27
2012-05-21
xfs: add trace points for log forces
Dave Chinner
2
-0
/
+18
2012-05-21
xfs: fix memory reclaim deadlock on agi buffer
Peter Watkins
1
-2
/
+3
2012-05-21
xfs: fix delalloc quota accounting on failure
Dave Chinner
3
-3
/
+3
2012-05-21
Merge branch 'stat-cleanups' (clean up copying of stat info to user space)
Linus Torvalds
1
-20
/
+24
2012-05-21
Merge branch 'bugfixes' into nfs-for-next
Trond Myklebust
42
-249
/
+344
2012-05-21
exofs: Add SYSFS info for autologin/pNFS export
Sachin Bhamare
4
-1
/
+229
2012-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-46
/
+34
2012-05-20
UBI: amend commentaries WRT dtype
Artem Bityutskiy
1
-3
/
+2
2012-05-20
UBI: Kill data type hint
Richard Weinberger
16
-99
/
+69
2012-05-20
UBIFS: fix memory leak on error path
Sidney Amani
1
-1
/
+1
2012-05-20
UBIFS: make ubifs_lpt_init clean-up in case of failure
Artem Bityutskiy
1
-2
/
+6
2012-05-20
exofs: Fix CRASH on very early IO errors.
Boaz Harrosh
1
-1
/
+1
2012-05-20
NFSv4.1 resend LAYOUTGET on data server invalid layout errors
Andy Adamson
4
-4
/
+39
2012-05-20
NFSv4.1 dereference a disconnected data server client record
Andy Adamson
3
-0
/
+24
2012-05-20
NFSv4.1 ref count nfs_client across filelayout data server io
Andy Adamson
1
-5
/
+21
2012-05-20
NFSv4.1 send layoutreturn to fence disconnected data server
Andy Adamson
2
-0
/
+3
2012-05-20
NFSv4.1 wake up all tasks on un-connected DS slot table waitq
Andy Adamson
1
-0
/
+2
2012-05-20
NFSv4.1 Check invalid deviceid upon slot table waitq wakeup
Andy Adamson
1
-0
/
+20
2012-05-20
NFSv4.1 remove nfs4_reset_write and nfs4_reset_read
Andy Adamson
2
-37
/
+0
2012-05-20
NFSv4.1: mark deviceid invalid on filelayout DS connection errors
Andy Adamson
4
-35
/
+108
2012-05-20
NFSv4.1 data server timeo and retrans module parameters
Andy Adamson
4
-11
/
+30
2012-05-20
NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC calls
Andy Adamson
4
-16
/
+19
[prev]
[next]