aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/llite/llite_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-03staging/lustre/llite: Fix obd name after c&p errorOleg Drokin1-1/+1
2015-03-01Staging: lustre: missing curly braces in ll_setattr_raw()Dan Carpenter1-1/+2
2015-03-01staging: lustre: Remove space in function call.Navya Sri Nizamkari1-1/+1
2015-03-01staging: lustre: Use kasprintf.Navya Sri Nizamkari1-4/+2
2015-02-26Staging: lustre: Removed unnecessary spacesaybuke ozdemir1-1/+1
2015-02-26Staging: lustre: use kstrtoul() instead of sscanf()aybuke ozdemir1-1/+2
2015-02-26Staging: lustre: Removed unnecessary bracesaybuke ozdemir1-3/+2
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-42/+0
2015-01-25get rid of lustre_dump_dentry()Al Viro1-42/+0
2015-01-21staging/lustre/llite: get rid of backing_dev_infoOleg Drokin1-4/+0
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-1/+1
2014-12-17lustre: get rid of playing with ->fsAl Viro1-16/+1
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-70/+46
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches1-36/+22
2014-11-03lustre: use %p[dD]Al Viro1-4/+2
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-10-29staging/lustre: get rid of deprecaed acl mount option codeOleg Drokin1-19/+0
2014-10-27Staging: lustre: llite: Simplify error handlingTina Ruchandani1-1/+7
2014-10-20Staging: lustre: Fix line over 80 characters warningTina Johnson1-5/+7
2014-10-20Staging: lustre: Fix checkpatch error: Unnecessary comparisonTina Johnson1-1/+1
2014-10-20drivers: staging: lustre: Fix "'foo* bar' should be 'foo *bar'" errorsGreg Donald1-1/+1
2014-10-20Staging: lustre: Fix checkpatch warning: Unnecessary bracesTina Johnson1-5/+3
2014-10-20Staging: lustre: Fix checkpatch warning: Missing blank lineTina Johnson1-0/+3
2014-10-20Staging: lustre: Replace non-standard spinlock macro definationsVaishali Thakkar1-2/+2
2014-09-28staging: lustre: llite_lib.c Set ll_md_setattr function to be staticRamon Fried1-1/+1
2014-09-19staging: lustre: llite: Use kzalloc and rewrite null testsJulia Lawall1-16/+16
2014-09-14Merge 3.17-rc5 into staging-next.Greg Kroah-Hartman1-1/+1
2014-09-13[fix] lustre: d_make_root() does iput() on dentry allocation failureAl Viro1-1/+1
2014-08-30staging: lustre: adjust spacing within pointer castsJulia Lawall1-1/+1
2014-08-30staging: lustre: llite: expand the GOTO macroJulia Lawall1-44/+66
2014-08-30staging/lustre: remove linux/lprocfs_status.hJohn L. Hammond1-0/+1
2014-08-30staging: lustre: remove parentheses from return argumentsJulia Lawall1-3/+3
2014-08-30drivers: staging: lustre: Fix space required after that ',' errorsGreg Donald1-2/+3
2014-08-30drivers: staging: lustre: Fix space required before the open parenthesis '(' errorsGreg Donald1-1/+1
2014-08-30drivers: staging: lustre: lustre: Fix "foo * bar" should be "foo *bar" errorsGreg Donald1-2/+2
2014-08-17staging/lustre: get rid of obd_* typedefsOleg Drokin1-1/+1
2014-07-30staging: lustre: fix sparse warnings "Using plain integer as NULL pointer"Radek Dostal1-1/+1
2014-07-12staging: lustre: remove LPX64 defineGreg Kroah-Hartman1-3/+3
2014-07-12staging: lustre: remove LPU64 defineGreg Kroah-Hartman1-8/+8
2014-07-12staging: lustre: remove cfs_time_current_sec wrapperGreg Kroah-Hartman1-2/+2
2014-07-11staging: lustre: llite: remove ccflags from MakefileGreg Kroah-Hartman1-9/+9
2014-06-26staging/lustre/llite: Only kill SGID/SUID bitsNathaniel Clark1-2/+4
2014-05-26staging/lustre/llite: Remove unnecessary check for NULL before iput()Tobias Klauser1-2/+1
2014-04-27staging/lustre/llite: remove dead codeJohn L. Hammond1-59/+5
2014-04-27staging/lustre/llite: Do not rate limit dirty page discard warningRyan Haasken1-5/+6
2014-04-27staging/lustre/clio: replace semaphore with mutexDmitry Eremin1-9/+3
2014-04-27staging/lustre/llite: access layout version under a lockJinshan Xiong1-1/+2
2014-04-27staging/lustre: Limit reply buffer sizeBrian Behlendorf1-0/+39
2014-04-27staging/lustre/llite: deadlock taking lli_trunc_sem during file writeBobi Jam1-2/+4
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1