aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/llite/rw26.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+11
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-9/+9
2015-04-03Staging: Lustre: rw26.c: include according to checkpatch.plGeorges-Axel Jaloyan1-1/+1
2014-10-23Staging: lustre: llite: Use () around long macroTina Ruchandani1-1/+1
2014-10-23Staging: lustre: llite: Remove C99 '//' commentsTina Ruchandani1-1/+1
2014-10-20staging: lustre: lustre: llite: use DIV_ROUND_UPTapasweni Pathak1-1/+1
2014-08-30staging: lustre: llite: expand the GOTO macroJulia Lawall1-1/+1
2014-08-30drivers: staging: lustre: Fix space required after that ',' errorsGreg Donald1-1/+1
2014-07-11staging: lustre: llite: remove ccflags from MakefileGreg Kroah-Hartman1-2/+2
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-62/+40
2014-05-06new helper: iov_iter_get_pages_alloc()Al Viro1-55/+37
2014-05-06new primitive: iov_iter_alignment()Al Viro1-5/+2
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+1
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-9/+8
2014-05-03staging: lustre: Use %zd to format ssize_tGeert Uytterhoeven1-2/+2
2014-04-27staging/lustre/llite: remove dead codeJohn L. Hammond1-9/+6
2013-10-05lustre: Convert ll_get_user_pages() to use get_user_pages_fast()Jan Kara1-5/+2
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman1-8/+8
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman1-3/+0
2013-07-25staging: lustre: Remove duplicate header file inclusion in rw26.cSachin Kamat1-3/+0
2013-07-23staging/lustre: remove the second argument of ll_kmap_atomic()Zhao Hongjiang1-4/+4
2013-07-23staging/lustre: fix for invalidatepage() API changeStephen Rothwell1-2/+3
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+586