aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/llite (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds28-51/+116
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman27-0/+27
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-20staging: lustre: lllite: fix multi line comments styleAastha Gupta3-5/+7
2017-10-20staging: lustre: llite: fix coding style for error messagesAastha Gupta1-6/+5
2017-10-20staging: lustre: llite: fix lines over 80 characters in llite filesAastha Gupta12-39/+74
2017-10-18staging: lustre: llite: mark expected switch fall-throughGustavo A. R. Silva1-1/+3
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+3
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+1
2017-08-22staging: lustre: llite: add include path to MakefileJames Simmons23-89/+92
2017-08-22staging: lustre: uapi: migrate remaining uapi headers to uapi directoryJames Simmons9-9/+5
2017-08-22staging: lustre: uapi: move lustre_param.h to uapi directoryJames Simmons1-1/+1
2017-08-22staging: lustre: uapi: move lustre_ioctl.h to uapi directoryJames Simmons3-3/+3
2017-08-22staging: lustre: uapi: remove obd_ioctl_freedata() wrapperJames Simmons2-5/+4
2017-08-18staging: lustre: fix minor typos in commentsNeilBrown1-1/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-07-30staging: lustre: llite: set security xattr using __vfs_setxattrJames Simmons1-8/+15
2017-07-30staging: lustre: llite: add xattr.h header to xattr.cDmitry Eremin1-0/+1
2017-07-30staging: lustre: llite: allow cached aclsDmitry Eremin2-3/+1
2017-07-30staging: lustre: linkea: linkEA size limitationFan Yong1-1/+1
2017-07-30staging: lustre: lustre: fix all less than 0 comparison for unsigned valuesJames Simmons1-1/+1
2017-07-30staging: lustre: lmv: assume a real connection in lmv_connect()John L. Hammond1-3/+0
2017-07-17staging: lustre: lustre: fix all braces issues reported by checkpatchJames Simmons1-2/+3
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2-4/+3
2017-07-03Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds17-113/+113
2017-06-24staging: lustre: lustre: add all missing indentifier namesJames Simmons1-7/+7
2017-06-24staging: lustre: lustre: fix all bare unsigned usageJames Simmons3-5/+5
2017-06-24staging: lustre: lustre: make all struct file_operations constantJames Simmons3-10/+10
2017-06-24staging: lustre: lustre: resolve "use spaces between elements" checkpatch errorsJames Simmons15-90/+90
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-14staging: lustre: llite: Replace the symbolic file permission mode with the numeric oneRoman Storozhenko1-1/+1
2017-05-08lustre: replace CURRENT_TIME macroDeepa Dinamani1-3/+3
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds18-80/+60
2017-04-20lustre: Convert to separately allocated bdiJan Kara1-21/+3
2017-04-08drivers/staging/lustre: Coding-guideline: Missing a blank line after declarationsPushkar Jambhlekar4-0/+4
2017-03-27staging: lustre: Replace a bit shift by a use of BIT.Arushi Singhal1-1/+1
2017-03-17staging: lustre: llite: rw26: Remove unused function definitionsayli karnik1-26/+0
2017-03-09staging: lustre: lustre: Remove unnecessary cast on void pointersimran singhal1-1/+1
2017-03-07staging: lustre: Remove lustre_eacl.hGargi Sharma2-2/+0
2017-03-06staging: lustre: lnet: change lnet_process_id_t to proper structureJames Simmons2-2/+2
2017-03-06staging: lustre: llite: remove extraneous export parameterAndreas Dilger1-19/+14
2017-03-06staging: lustre: lov: trying smaller memory allocationsYang Sheng10-26/+26
2017-03-06staging: lustre: ldlm: handle ldlm lock cancel race when evicting client.Jinshan Xiong1-0/+1
2017-03-06staging: lustre: llite: omit to update wire dataBobi Jam1-2/+2
2017-03-06staging: lustre: llite: lower message level for ll_setattr_raw()Bobi Jam1-1/+9
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells2-5/+7
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2-4/+5
2017-02-22Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds20-330/+341
2017-02-12staging: lustre: llite: check reply status in ll_migrate()Niu Yawei1-9/+9
2017-02-12staging: lustre: llite: root inode checking for migrationwang di1-15/+15