summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge 4.15-rc4 into staging-nextGreg Kroah-Hartman2017-12-181-6/+2
| |\ \
| * | | drivers: lustre: obdclass: check result of register_shrinker()Aliaksei Karaliou2017-12-131-5/+22
| * | | drivers: lustre: ldlm: check result of register_shrinker()Aliaksei Karaliou2017-12-131-2/+6
| * | | drivers: lustre: ptlrpc: check result of register_shrinker()Aliaksei Karaliou2017-12-131-2/+6
| * | | drivers: lustre: osc: check result of register_shrinker()Aliaksei Karaliou2017-12-131-1/+3
| * | | staging: lustre: libcfs: discard LASSERT_CHECKEDNeilBrown2017-12-131-7/+0
| * | | staging: lustre: libcfs: discard KLASSERT()NeilBrown2017-12-132-4/+2
| * | | staging: lustre: libcfs: discard MAX_NUMERIC_VALUENeilBrown2017-12-131-3/+0
| * | | staging: lustre: libcfs: discard MKSTR() macroNeilBrown2017-12-132-9/+1
| * | | staging: lustre: libcfs: remove unused rounding functions.NeilBrown2017-12-131-28/+1
| * | | staging: lustre: libcfs: simplify memory allocation.NeilBrown2017-12-131-30/+12
| * | | staging: lustre: lov: use list_for_each_entry in lov_obd.cNeilBrown2017-12-131-4/+2
| * | | staging: lustre: ldlm: use list_for_each_entry in ldlm_resource.cNeilBrown2017-12-131-13/+7
| * | | staging: lustre: ldlm: minor list_entry improvements in ldlm_request.cNeilBrown2017-12-131-8/+4
| * | | staging: lustre: ldlm: use list_first_entry in ldlm_lockd.cNeilBrown2017-12-131-5/+5
| * | | staging: lustre: ldlm: use list_for_each_entry in ldlm_extent_shift_kms()NeilBrown2017-12-131-3/+1
| * | | staging: lustre: use list_last_entry to simplify fld_cache_shrinkNeilBrown2017-12-131-7/+6
| * | | staging: lustre: llite: Remove redundant else keywordLuis de Bethencourt2017-12-071-1/+1
| * | | staging: lustre: llite: Remove redundant else keywordLuis de Bethencourt2017-12-071-1/+3
| * | | staging: lustre: llite: Remove else after gotoLuis de Bethencourt2017-12-071-2/+2
| * | | staging: lustre: Fix sparse, using plain integer as NULL pointer in lov_objec...Andrii2017-12-061-1/+1
| * | | Merge Linus's staging merge point into staging-nextGreg Kroah-Hartman2017-12-062-8/+8
| |\ \ \
| * | | | staging: lustre: Fix line over 80 charactersTalat Batheesh2017-11-281-1/+2
| * | | | staging: lustre: obdclass: Remove a attribute group from a kobjectArvind Yadav2017-11-281-0/+3
| * | | | staging: lustre: ldlm: Remove a attribute group from a kobjectArvind Yadav2017-11-281-1/+3
| * | | | staging: lustre: obdclass: simplify cl_lock_fini()NeilBrown2017-11-271-5/+4
| * | | | staging: lustre: simplfy lov_finish_set()NeilBrown2017-11-271-6/+4
| * | | | staging: lustre: ldlm: use list_for_each_entry in ldlm_lock.cNeilBrown2017-11-271-7/+3
| * | | | staging: lustre: ldlm: use list_first_entry in ldlm_lockNeilBrown2017-11-271-4/+4
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-311-0/+1
|\ \ \ \ \
| * | | | | crypto: hash - annotate algorithms taking optional keyEric Biggers2018-01-121-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-9/+1
|\ \ \ \ \
| * | | | | VFS: don't keep disconnected dentries on d_anonNeilBrown2017-12-251-9/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-301-13/+11
|\ \ \ \ \
| * | | | | lustre lnet_sock_read(): switch to sock_recvmsg()Al Viro2017-12-021-13/+11
| |/ / / /
* | | | | Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-291-3/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | lustre: don't set f_version in ll_readdirJeff Layton2018-01-011-3/+0
| | |/ / | |/| |
* / | | staging: lustre: lnet: Fix recent breakage from list_for_each conversionNeilBrown2017-12-191-13/+10
|/ / /
* | / make sock_alloc_file() do sock_release() on failuresAl Viro2017-12-051-6/+2
| |/ |/|
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-272-8/+8
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-212-8/+7
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-175-212/+59
|\
| * switch ksocknal_lib_recv_...() to use of iov_iter_for_each_range()Al Viro2017-10-113-109/+25
| * lustre: switch struct ksock_conn to iov_iterAl Viro2017-10-114-121/+52
| * lnet_return_rx_credits_locked: don't abuse list_entryAl Viro2017-10-111-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-1/+1
|\ \
| * | mm: remove __GFP_COLDMel Gorman2017-11-151-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-151-1/+1
|\ \ \ | |/ / |/| |
| * | IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia2017-09-271-1/+1
| |/
* | Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-13273-337/+537
|\ \