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.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
2014-07-13
fs/nfs_common/nfsacl.c: move EXPORT symbol after functions
Fabian Frederick
1
-3
/
+2
2014-07-13
nfs4: copy acceptor name from context to nfs_client
Jeff Layton
3
-1
/
+45
2014-07-13
nfs4: turn free_lock_state into a void return operation
Jeff Layton
2
-8
/
+8
2014-07-13
nfs4: queue free_lock_state job submission to nfsiod
Jeff Layton
2
-12
/
+25
2014-07-13
nfs4: treat lock owners as opaque values
Jeff Layton
2
-48
/
+10
2014-07-13
nfs41: layout return on close in delegation return
Peng Tao
1
-1
/
+16
2014-07-13
nfs41: return layout on last close
Peng Tao
1
-1
/
+43
2014-07-13
nfs4: add nfs4_check_delegation
Peng Tao
2
-9
/
+26
2014-07-13
pnfs/filelayout: retry ds commit if nfs_commitdata_alloc fails
Peng Tao
1
-13
/
+26
2014-07-13
pnfs/filelayout: fix race between mark_request_commit and scan_commit_lists
Peng Tao
1
-18
/
+25
2014-07-13
NFSv4: Fix OPEN w/create access mode checking
Trond Myklebust
1
-5
/
+13
2014-07-08
nfs: check hostname in nfs_get_client
Peng Tao
1
-2
/
+7
2014-07-08
nfsv4: set hostname when creating nfsv4 ds connection
Peng Tao
1
-0
/
+5
2014-06-26
FS/NFS: replace count*size kzalloc by kcalloc
Fabian Frederick
2
-2
/
+2
2014-06-26
nfs: get rid of duplicate dprintk
Weston Andros Adamson
1
-6
/
+0
2014-06-25
nfs: Fix unused variable error
Anna Schumaker
1
-3
/
+2
2014-06-25
nfs: remove unneeded EXPORTs
Weston Andros Adamson
1
-2
/
+0
2014-06-25
pnfs: clean up *_resend_to_mds
Weston Andros Adamson
4
-68
/
+45
2014-06-25
nfs: remove pgio_header refcount, related cleanup
Weston Andros Adamson
2
-31
/
+11
2014-06-25
nfs: remove unused writeverf code
Weston Andros Adamson
6
-43
/
+18
2014-06-25
nfs: merge nfs_pgio_data into _header
Weston Andros Adamson
17
-456
/
+434
2014-06-25
nfs: rename members of nfs_pgio_data
Weston Andros Adamson
4
-19
/
+23
2014-06-25
nfs: move nfs_pgio_data and remove nfs_rw_header
Weston Andros Adamson
6
-95
/
+53
2014-06-25
NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support
Andy Adamson
3
-45
/
+57
2014-06-25
NFS Return -EPERM if no supported or matching SECINFO flavor
Andy Adamson
1
-7
/
+4
2014-06-25
NFS check the return of nfs4_negotiate_security in nfs4_submount
Andy Adamson
1
-2
/
+5
2014-06-25
NFS: Don't mark the data cache as invalid if it has been flushed
Trond Myklebust
1
-35
/
+40
2014-06-25
NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file size
Trond Myklebust
1
-0
/
+1
2014-06-25
nfs: Fix cache_validity check in nfs_write_pageuptodate()
Scott Mayhew
1
-1
/
+3
2014-06-22
Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux
Linus Torvalds
1
-1
/
+1
2014-06-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
11
-172
/
+359
2014-06-22
Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2
-0
/
+79
2014-06-20
Btrfs: fix wrong error handle when the device is missing or is not writeable
Miao Xie
1
-7
/
+15
2014-06-20
Btrfs: fix deadlock when mounting a degraded fs
Miao Xie
2
-1
/
+9
2014-06-20
Btrfs: use bio_endio_nodec instead of open code
Miao Xie
1
-8
/
+1
2014-06-20
Btrfs: fix NULL pointer crash when running balance and scrub concurrently
Wang Shilong
3
-7
/
+6
2014-06-20
btrfs: Skip scrubbing removed chunks to avoid -ENOENT.
Qu Wenruo
1
-10
/
+9
2014-06-20
Btrfs: fix broken free space cache after the system crashed
Miao Xie
4
-44
/
+186
2014-06-20
Btrfs: make free space cache write out functions more readable
Miao Xie
1
-66
/
+93
2014-06-20
Btrfs: remove unused wait queue in struct extent_buffer
Filipe Manana
1
-1
/
+0
2014-06-20
Btrfs: fix deadlocks with trylock on tree nodes
Chris Mason
1
-34
/
+46
2014-06-18
NFSD: fix bug for readdir of pseudofs
Kinglong Mee
1
-0
/
+1
2014-06-18
NFSD: Don't hand out delegations for 30 seconds after recalling them.
NeilBrown
1
-0
/
+78
2014-06-17
epoll: fix use-after-free in eventpoll_release_file
Konstantin Khlebnikov
1
-2
/
+2
2014-06-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
8
-36
/
+182
2014-06-15
Merge git://git.kvack.org/~bcrl/aio-next
Linus Torvalds
1
-34
/
+36
2014-06-13
btrfs: fix error handling in create_pending_snapshot
Eric Sandeen
1
-5
/
+7
2014-06-13
btrfs: fix use of uninit "ret" in end_extent_writepage()
Eric Sandeen
1
-1
/
+1
2014-06-13
btrfs: free ulist in qgroup_shared_accounting() error path
Eric Sandeen
1
-1
/
+3
2014-06-13
Btrfs: fix qgroups sanity test crash or hang
Filipe Manana
1
-0
/
+2
[next]