aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/llite/vvp_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman1-1374/+0
2017-12-07staging: lustre: llite: Remove redundant else keywordLuis de Bethencourt1-1/+1
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman1-0/+1
2017-08-22staging: lustre: llite: add include path to MakefileJames Simmons1-1/+1
2017-06-24staging: lustre: lustre: resolve "use spaces between elements" checkpatch errorsJames Simmons1-1/+1
2017-04-08drivers/staging/lustre: Coding-guideline: Missing a blank line after declarationsPushkar Jambhlekar1-0/+1
2017-03-06staging: lustre: ldlm: handle ldlm lock cancel race when evicting client.Jinshan Xiong1-0/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-1/+1
2017-02-03staging: lustre: llite: don't ignore layout for group lock requestJinshan Xiong1-7/+0
2017-02-03staging: lustre: llite: Remove access of stripe in ll_setattr_rawJinshan Xiong1-1/+9
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-3/+3
2016-12-06staging: lustre: clio: remove mtime check in vvp_io_fault_start()Bobi Jam1-6/+0
2016-12-06staging: lustre: llite: clear LLIF_DATA_MODIFIED in atomicJinshan Xiong1-7/+3
2016-11-29staging: lustre: ldlm: remove ldlm_policy_data_t typedef usage from codeAndreas Dilger1-1/+1
2016-11-14staging: lustre: hsm: Use file lease to implement migrationHenri Doreau1-26/+52
2016-10-30staging: lustre: llite: restart short read/write for normal IOBobi Jam1-2/+17
2016-10-25staging: lustre: Move assignments out of function calls.Elise Lennion1-1/+2
2016-10-16staging: lustre: clio: use CIT_SETATTR for FSFILT_IOC_SETFLAGSJohn L. Hammond1-4/+11
2016-10-16staging: lustre: clio: Revise read ahead implementationJinshan Xiong1-32/+15
2016-10-16staging: lustre: llite: remove client Size on MDS supportJohn L. Hammond1-11/+0
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-41/+4
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro1-41/+4
2016-09-19staging: lustre: clio: rename coo_attr_set to coo_attr_updateBobi Jam1-1/+1
2016-09-19staging: lustre: remove lustre_lite.hJohn L. Hammond1-1/+0
2016-09-19staging: lustre: vvp: Use lockless __generic_file_aio_writePrakash Surya1-3/+23
2016-09-19staging: lustre: clio: lu_ref_del() mismatch ref add scopeBobi Jam1-1/+1
2016-06-17staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin1-1/+1
2016-06-17staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin1-4/+0
2016-06-17staging/lustre/llite: Fix Multiple AssignmentsNathaniel Clark1-1/+2
2016-06-07staging: lustre: set function scope with staticTobin C Harding1-3/+3
2016-04-26staging: lustre: llite: Truncate to restore fileJinshan Xiong1-2/+3
2016-04-11staging/lustre: Fix braces {} styleOleg Drokin1-1/+2
2016-04-11Merge 4.6-rc3 into staging-nextGreg Kroah-Hartman1-4/+3
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-4/+4
2016-03-30staging/lustre/llite: Remove unused vui_local_lock fieldOleg Drokin1-3/+0
2016-03-30staging/lustre/llite: rename struct ccc_thread_info to vvp_thread_infoJohn Hammond1-4/+4
2016-03-30staging/lustre/llite: Rename struct ccc_grouplock to ll_grouplockJohn Hammond1-1/+1
2016-03-30staging/lustre/llite: move vvp_io functions to vvp_io.cJohn L. Hammond1-3/+195
2016-03-30staging/lustre/llite: use vui prefix for struct vvp_io membersJohn L. Hammond1-65/+66
2016-03-30staging/lustre/llite: merge ccc_io and vvp_ioJohn L. Hammond1-55/+46
2016-03-30staging/lustre:llite: remove struct ll_ra_readJohn L. Hammond1-23/+8
2016-03-30staging/lustre/llite: rename ccc_page to vvp_pageJohn L. Hammond1-17/+17
2016-03-30staging/lustre/llite: rename ccc_object to vvp_objectJohn L. Hammond1-18/+18
2016-03-30staging/lustre/llite: merge lclient.h into llite/vvp_internal.hJohn L. Hammond1-0/+1
2016-03-30staging/lustre/llite: make sure we do cl_page_clip on the last pageLi Dongyang1-5/+7
2016-03-30staging/lustre/llite: clip page correctly for vvp_io_commit_syncJinshan Xiong1-5/+7
2016-03-30staging/lustre/clio: cl_lock simplificationJinshan Xiong1-9/+10
2016-03-30staging/lustre/llite: remove lli_lvbJohn L. Hammond1-1/+1
2016-03-30staging/lustre/clio: optimize read ahead codeJinshan Xiong1-19/+4