aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/llite/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+0
2015-04-11make new_sync_{read,write}() staticAl Viro1-6/+0
2015-03-26staging/lustre/llite: glimpse the inode before doing fiemapLi Dongyang1-0/+6
2015-03-15Staging: lustre: Remove parentheses around right side an assignmentHaneen Mohammed1-1/+1
2015-02-26Staging: lustre: Remove space after the name of that functionaybuke ozdemir1-1/+1
2015-02-26Staging: lustre: Added spaces around '='aybuke ozdemir1-1/+1
2015-02-26Staging: lustre: Corrected code indentationaybuke ozdemir1-1/+1
2015-02-26Staging: lustre: Added blank line after declarationsaybuke ozdemir1-0/+1
2015-02-26Staging: lustre: Move export_symbol below its functionaybuke ozdemir1-2/+1
2015-02-17switch ll_lookup_finish_locks() and ll_revalidate_it_finish() to inodeAl Viro1-4/+4
2015-02-07staging/lustre/clio: Do not allow group locks with gid 0Patrick Farrell1-0/+5
2015-01-25staging: lustre: llite: declare internal symbols as staticLuca Ceresoli1-1/+2
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-11/+11
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches1-8/+8
2014-11-19Merge branch 'for-lustre' into for-nextAl Viro1-79/+67
2014-11-19kill f_dentry usesAl Viro1-9/+3
2014-11-03lustre: use is_root_inode()Al Viro1-7/+6
2014-11-03lustre: switch ll_release_openhandle() to struct inode *Al Viro1-7/+6
2014-11-03lustre: use file_inode()Al Viro1-14/+13
2014-11-03lustre: use %p[dD]Al Viro1-4/+4
2014-11-03lustre: opened file can't have negative dentryAl Viro1-30/+21
2014-11-03ll_setxattr(): get rid of struct file on stackAl Viro1-6/+9
2014-11-03lustre: switch ll_intent_file_open() to struct dentry *Al Viro1-15/+12
2014-10-23staging: lustre: Fix checkpatch.pl spacing-related errorsTina Ruchandani1-3/+4
2014-10-20staging: lustre: lustre: llite: Replace "the the " with "the"Tapasweni Pathak1-1/+1
2014-09-19staging: lustre: llite: Use kzalloc and rewrite null testsJulia Lawall1-28/+28
2014-09-11staging/lustre: remove linux/lustre_common.hJohn L. Hammond1-1/+1
2014-09-11drivers: staging: lustre: Fix 'code indent should use tabs where possible' errorsGreg Donald1-4/+4
2014-08-30staging: lustre: adjust spacing within pointer castsJulia Lawall1-2/+2
2014-08-30staging: lustre: llite: expand the GOTO macroJulia Lawall1-102/+172
2014-08-30staging/lustre: remove linux/lustre_lib.hJohn L. Hammond1-1/+6
2014-08-30drivers: staging: lustre: Fix space required before the open parenthesis '(' errorsGreg Donald1-1/+1
2014-08-17staging/lustre: get rid of obd_* typedefsOleg Drokin1-4/+3
2014-08-17staging/lustre/llite: Fix integer overflow in ll_fid2pathOleg Drokin1-0/+3
2014-08-17staging/lustre/llite: optimize ll_fid2path()Frank Zago1-18/+16
2014-08-17staging/lustre/llite: hold inode mutex around ll_setattr_raw()John L. Hammond1-0/+4
2014-07-12staging: lustre: remove LPX64 defineGreg Kroah-Hartman1-1/+1
2014-07-12staging: lustre: remove LPU64 defineGreg Kroah-Hartman1-5/+5
2014-07-11staging: lustre: llite: remove ccflags from MakefileGreg Kroah-Hartman1-4/+4
2014-06-26staging/lustre: fix frong ldlm flags type usedDmitry Eremin1-3/+3
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-93/+19
2014-06-04Merge tag 'locks-v3.16' of git://git.samba.org/jlayton/linux into nextLinus Torvalds1-11/+6
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease codepathsJeff Layton1-11/+6
2014-05-06lustre: get rid of messing with iovecsAl Viro1-87/+19
2014-05-06kill generic_segment_checks()Al Viro1-8/+2
2014-05-03staging: lustre: check for integer overflowVitaly Osipov1-0/+4
2014-04-27staging/lustre/llite: prevent buffer overflow in fiemapBobi Jam1-6/+9
2014-04-27staging/lustre: pass fsync() range through RPC/IO stackAndreas Dilger1-3/+2
2014-04-27staging/lustre/llite: remove dead codeJohn L. Hammond1-43/+46
2014-04-27staging/lustre/llite: access layout version under a lockJinshan Xiong1-17/+5