index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2016-12-02
pNFS: Wait on outstanding layoutreturns to complete in pnfs_roc()
Trond Myklebust
1
-0
/
+9
2016-12-02
pNFS: Don't mark the layout as freed if the last lseg is marked for return
Trond Myklebust
1
-0
/
+2
2016-12-02
pNFS: Sync the layout state bits in pnfs_cache_lseg_for_layoutreturn
Trond Myklebust
1
-14
/
+15
2016-12-02
pNFS: Fix bugs in _pnfs_return_layout
Trond Myklebust
1
-3
/
+10
2016-12-02
pNFS: Clear all layout segment state in pnfs_mark_layout_stateid_invalid
Trond Myklebust
1
-1
/
+18
2016-12-02
pNFS: Prevent unnecessary layoutreturns after delegreturn
Trond Myklebust
1
-2
/
+4
2016-12-02
pNFS: Enable layoutreturn operation for return-on-close
Trond Myklebust
3
-118
/
+96
2016-12-02
pNFS: Clean up - add a helper to initialise struct layoutreturn_args
Trond Myklebust
1
-7
/
+18
2016-12-02
NFSv4: Add encode/decode of the layoutreturn op in DELEGRETURN
Trond Myklebust
2
-9
/
+51
2016-12-02
NFSv4: Add encode/decode of the layoutreturn op in CLOSE
Trond Myklebust
2
-9
/
+66
2016-12-02
NFSv4: Fix missing operation accounting in NFS4_dec_delegreturn_sz
Trond Myklebust
1
-0
/
+1
2016-12-02
pNFS: Don't mark layout segments invalid on layoutreturn in pnfs_roc
Trond Myklebust
1
-7
/
+13
2016-12-02
pNFS: Get rid of unnecessary layout parameter in encode_layoutreturn callback
Trond Myklebust
5
-11
/
+9
2016-12-02
pNFS: Skip checking for return-on-close if the layout is invalid
Trond Myklebust
1
-1
/
+2
2016-12-02
pNFS: Remove spurious wake up in pnfs_layout_remove_lseg()
Trond Myklebust
1
-3
/
+0
2016-12-02
NFSv4: Ignore LAYOUTRETURN result if the layout doesn't match or is invalid
Trond Myklebust
3
-4
/
+9
2016-12-02
pNFS: Do not free layout segments that are marked for return
Trond Myklebust
3
-22
/
+73
2016-12-02
pNFS: Delay getting the layout header in CB_LAYOUTRECALL handlers
Trond Myklebust
1
-32
/
+67
2016-12-02
pNFS: consolidate the different range intersection tests
Trond Myklebust
3
-57
/
+43
2016-12-02
pNFS: Fix race in pnfs_wait_on_layoutreturn
Trond Myklebust
1
-5
/
+3
2016-12-02
pNFS: On error, do not send LAYOUTGET until the LAYOUTRETURN has completed
Trond Myklebust
2
-1
/
+6
2016-12-02
pNFS: Force a retry of LAYOUTGET if the stateid doesn't match our cache
Trond Myklebust
1
-5
/
+6
2016-12-02
pNFS: Clear NFS_LAYOUT_RETURN_REQUESTED when invalidating the layout stateid
Trond Myklebust
1
-8
/
+9
2016-12-02
pNFS: Don't clear the layout stateid if a layout return is outstanding
Trond Myklebust
1
-1
/
+3
2016-12-02
pNFS: Fix a deadlock between read resends and layoutreturn
Trond Myklebust
2
-0
/
+8
2016-12-02
NFSv4.1: Fix regression in callback retry handling
Fred Isaman
1
-1
/
+1
2016-12-02
NFSv4: Optimise away forced revalidation when we know the attributes are OK
Trond Myklebust
2
-5
/
+1
2016-12-02
NFSv4: Don't request close-to-open attribute when holding a delegation
Trond Myklebust
2
-3
/
+10
2016-12-02
NFSv4: Don't request a GETATTR on open_downgrade.
Trond Myklebust
1
-8
/
+2
2016-12-02
NFSv4: Don't ask for the change attribute when reclaiming state
Trond Myklebust
1
-1
/
+0
2016-12-02
NFSv4: Don't check file access when reclaiming state
Trond Myklebust
1
-3
/
+11
2016-11-27
fix default_file_splice_read()
Al Viro
1
-1
/
+2
2016-11-24
Merge tag 'nfs-for-4.9-4' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
4
-13
/
+35
2016-11-23
NFSv4.x: hide array-bounds warning
Arnd Bergmann
1
-1
/
+1
2016-11-21
NFSv4.1: Keep a reference on lock states while checking
Benjamin Coddington
1
-3
/
+15
2016-11-20
Merge tag 'ext4_for_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-36
/
+51
2016-11-20
ext4: sanity check the block and cluster size at mount time
Theodore Ts'o
2
-1
/
+17
2016-11-20
fscrypto: don't use on-stack buffer for key derivation
Eric Biggers
1
-3
/
+13
2016-11-20
fscrypto: don't use on-stack buffer for filename encryption
Eric Biggers
1
-32
/
+21
2016-11-18
NFSv4.1: Handle NFS4ERR_OLD_STATEID in nfs4_reclaim_open_state
Benjamin Coddington
1
-0
/
+1
2016-11-18
NFSv4: Don't call close if the open stateid has already been cleared
Trond Myklebust
1
-1
/
+2
2016-11-18
NFSv4: Fix CLOSE races with OPEN
Trond Myklebust
2
-6
/
+13
2016-11-18
NFSv4.1: Fix a regression in DELEGRETURN
Trond Myklebust
1
-2
/
+3
2016-11-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-8
/
+14
2016-11-18
Merge tag 'for-linus-4.9-rc5-ofs-1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+2
2016-11-17
xattr: Fix setting security xattrs on sockfs
Andreas Gruenbacher
1
-8
/
+14
2016-11-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
4
-1
/
+14
2016-11-16
orangefs: add .owner to debugfs file_operations
Mike Marshall
1
-0
/
+2
2016-11-15
fuse: fix fuse_write_end() if zero bytes were copied
Miklos Szeredi
1
-0
/
+6
2016-11-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-1
/
+4
[next]