index
:
kernel/git/gregkh/staging.git
bus_cleanup
greybus
main
master
staging-linus
staging-next
staging-octeon
staging-testing
Staging driver development tree
Greg Kroah-Hartman
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
lustre
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-05
staging: lustre: delete the filesystem from the tree.
Greg Kroah-Hartman
304
-195259
/
+0
2018-06-01
staging: lustre: get rid of ldebugfs_remove()
Greg Kroah-Hartman
11
-58
/
+22
2018-06-01
staging: lustre: make ldebugfs_add_vars a void function
Greg Kroah-Hartman
8
-94
/
+27
2018-06-01
staging: lustre: remove last two users of ldebugfs_register()
Greg Kroah-Hartman
5
-61
/
+8
2018-06-01
staging: lustre: unwrap some ldebugfs_register() calls
Greg Kroah-Hartman
8
-93
/
+24
2018-06-01
staging: lustre: remove ldebugfs_obd_seq_create() wrapper function
Greg Kroah-Hartman
5
-42
/
+8
2018-06-01
staging: lustre: remove ldebugfs_seq_create() wrapper function
Greg Kroah-Hartman
7
-63
/
+21
2018-06-01
staging: lustre: remove ldebugfs_register_stats() wrapper function
Greg Kroah-Hartman
5
-38
/
+16
2018-06-01
staging: lustre: remove ldebugfs_add_simple() wrapper
Greg Kroah-Hartman
3
-40
/
+5
2018-06-01
staging: lustre: no need to check debugfs return values
Greg Kroah-Hartman
2
-28
/
+2
2018-05-31
staging: lustre: include linux/highmem.h when needed
Arnd Bergmann
1
-0
/
+1
2018-05-31
staging: lustre: mdc: excessive memory consumption by the xattr cache
Andrew Perepechko
1
-10
/
+13
2018-05-31
staging: lustre: acl: increase ACL entries limitation
Fan Yong
8
-8
/
+24
2018-05-31
staging: lustre: llite: remove unused parameters from md_{get, set}xattr()
John L. Hammond
7
-49
/
+46
2018-05-31
staging: lustre: llite: add support set_acl method in inode operations
Dmitry Eremin
2
-0
/
+59
2018-05-31
staging: lustre: llite: create acl.c file
James Simmons
4
-13
/
+58
2018-05-26
staging: lustre: fix more build errors in errno.c
Greg Kroah-Hartman
1
-0
/
+2
2018-05-26
staging: lustre: fix build error in errno.c
Greg Kroah-Hartman
1
-0
/
+1
2018-05-26
staging: lustre: fix build error in mdc_request.c
Greg Kroah-Hartman
1
-0
/
+1
2018-05-25
staging: lustre: libcfs: add parens around macros args
Ivan Bornyakov
1
-3
/
+3
2018-05-25
staging: lustre: Fix block comments style
Sabin Mihai Rapan
2
-4
/
+8
2018-05-25
staging: lustre: Fix "unsigned"->"unsigned int"
Sabin Mihai Rapan
1
-1
/
+1
2018-05-25
staging: lustre: Fix "Possible intergrate"->"Possibly integrate"
Sabin Mihai Rapan
1
-1
/
+1
2018-05-25
staging: lustre: Fix "from from"->"from"
Sabin Mihai Rapan
1
-1
/
+1
2018-05-25
staging: lustre: remove libcfs_all.h
NeilBrown
13
-108
/
+50
2018-05-25
staging: lustre: move all libcfs_all includes except in lustre/lnet/libcfs/
NeilBrown
7
-6
/
+6
2018-05-25
staging: lustre: remove remaining libcfs_all.h includes from lustre/lustre
NeilBrown
18
-22
/
+4
2018-05-25
staging: lustre: remove libcfs_all.h from fid, fld, obdclass
NeilBrown
12
-15
/
+0
2018-05-25
staging: lustre: remove libcfs_all from ptlrpc
NeilBrown
14
-18
/
+15
2018-05-25
staging: lustre: remove libcfs_all.h from remaining .h files.
NeilBrown
11
-8
/
+8
2018-05-25
staging: lustre: remove libcfs_all.h from lustre/include/*.h
NeilBrown
30
-13
/
+34
2018-05-25
staging: lustre: remove libcfs_all.h from includes lustre/lnet
NeilBrown
4
-4
/
+7
2018-05-25
staging: lustre: remove libcfs_all.h includes from lnet/klnd
NeilBrown
3
-2
/
+1
2018-05-25
staging: lustre: don't include libcfs.h in lnet/lib-lnet.h
NeilBrown
4
-1
/
+10
2018-05-25
staging: lustre: start moving includes out of libcfs.h
NeilBrown
88
-133
/
+177
2018-05-25
staging: lustre: discard libcfs_prim.h
NeilBrown
2
-52
/
+11
2018-05-25
staging: lustre: replace memory_presure funcitons by standard interfaces.
NeilBrown
8
-49
/
+25
2018-05-25
staging: lustre: move RESV_PORT definitions to lnet/lib-lnet.h
NeilBrown
2
-4
/
+4
2018-05-25
staging: lustre: move lnet_debug_log_upcall declaration to tracefile.h
NeilBrown
2
-5
/
+5
2018-05-25
staging: lustre: make lnet_debugfs_symlink_def local to libcfs/modules.c
NeilBrown
3
-14
/
+19
2018-05-25
staging: lustre: clean up __LIBCFS_H macro
NeilBrown
1
-3
/
+1
2018-05-25
staging: lustre: replace libcfs_register_ioctl with a blocking notifier_chain
NeilBrown
6
-91
/
+70
2018-05-25
staging: lustre: discard cfs_block_sigsinv()
NeilBrown
3
-31
/
+20
2018-05-25
staging: lustre: move LERRCHKSUM() to libcfs_debug.h
NeilBrown
2
-7
/
+7
2018-05-25
staging: lustre: discard CFS_TICK
NeilBrown
5
-9
/
+4
2018-05-25
staging: lustre: discard LOWEST_BIT_SET()
NeilBrown
2
-3
/
+1
2018-05-25
staging: lustre: discard cfs_cap_t, use kernel_cap_t
NeilBrown
13
-93
/
+24
2018-05-25
staging: lustre: simplify capability dropping.
NeilBrown
2
-15
/
+3
2018-05-25
staging: lustre: remove current_pid() and current_comm()
NeilBrown
11
-23
/
+19
2018-05-25
staging: lustre: remove conditional compilation from libcfs_cpu.c
NeilBrown
4
-81
/
+20
2018-05-25
staging: lustre: rename cfs_cpt_table to cfs_cpt_tab
NeilBrown
8
-35
/
+35
2018-05-25
staging: lustre: move files out of lustre/lnet/libcfs/linux/
NeilBrown
6
-11
/
+10
2018-05-25
staging: lustre: refactor libcfs initialization.
NeilBrown
18
-23
/
+121
2018-05-25
staging: lustre: osc: tidy up osc_init()
NeilBrown
1
-13
/
+16
2018-05-15
staging: lustre: obdclass: change object lookup to no wait mode
Lai Siyao
1
-30
/
+9
2018-05-14
staging: lustre: Use 'kvfree()' for memory allocated by 'kvzalloc()'
Christophe JAILLET
1
-1
/
+1
2018-05-14
staging: lustre: Fix an error handling path in 'client_common_fill_super()'
Christophe JAILLET
1
-2
/
+2
2018-05-14
staging: lustre: fix spelling mistake: "req_ulinked" -> "req_unlinked"
Colin Ian King
1
-1
/
+1
2018-05-14
staging: lustre: o2iblnd: Fix crash in kiblnd_handle_early_rxs()
Doug Oucharek
1
-2
/
+3
2018-05-11
staging: lustre: lnet: add static to libcfs_dev declaration
Justin Skists
1
-1
/
+1
2018-05-08
staging: lustre: o2iblnd: Enable Multiple OPA Endpoints between Nodes
Doug Oucharek
4
-12
/
+42
2018-05-08
staging: lustre: fix error deref in ll_splice_alias().
NeilBrown
1
-2
/
+7
2018-05-08
staging: lustre: move remaining code from linux-module.c to module.c
NeilBrown
4
-173
/
+131
2018-05-08
staging: lustre: move misc-device registration closer to related code.
NeilBrown
3
-31
/
+29
2018-05-08
staging: lustre: llite: remove redundant lookup in dump_pgcache
NeilBrown
1
-57
/
+41
2018-05-08
staging: lustre: llite: use more private data in dump_pgcache
NeilBrown
1
-76
/
+72
2018-05-08
staging: lustre: fold lu_object_new() into lu_object_find_at()
NeilBrown
1
-32
/
+12
2018-05-08
staging: lustre: lu_object: move retry logic inside htable_lookup
NeilBrown
1
-43
/
+27
2018-05-08
staging: lustre: lu_object: discard extra lru count.
NeilBrown
1
-15
/
+12
2018-05-08
staging: lustre: make struct lu_site_bkt_data private
NeilBrown
4
-48
/
+55
2018-05-06
staging: lustre: obdclass: guarantee all keys filled
Hongchao Zhang
1
-4
/
+25
2018-05-06
staging: lustre: obdclass: hoist locking in lu_context_exit()
John L. Hammond
1
-5
/
+7
2018-05-06
staging: lustre: obdclass: change spinlock of key to rwlock
Li Xi
1
-19
/
+19
2018-05-06
staging: lustre: o2iblnd: fix race at kiblnd_connect_peer
Doug Oucahrek
1
-6
/
+12
2018-05-06
staging: lustre: o2iblnd: Fix FastReg map/unmap for MLX5
Doug Oucharek
2
-9
/
+5
2018-05-06
staging: lustre: llite: fix potential missing-check bug when copying lumv
Wenwen Wang
1
-0
/
+2
2018-05-06
staging: lustre: ldlm: store name directly in namespace.
NeilBrown
2
-1
/
+9
2018-04-23
staging: lustre: add container_of_safe()
NeilBrown
14
-48
/
+37
2018-04-23
staging: lustre: rearrange placement of CPU partition management code.
NeilBrown
4
-1136
/
+1076
2018-04-23
staging: lustre: remove include/linux/libcfs/linux/linux-cpu.h
NeilBrown
4
-81
/
+35
2018-04-23
staging: lustre: convert osc_quota hash to rhashtable
NeilBrown
3
-95
/
+48
2018-04-23
staging: lustre: convert obd uuid hash to rhashtable
NeilBrown
5
-125
/
+80
2018-04-23
staging: lustre: convert lov_pool to use rhashtable
NeilBrown
5
-109
/
+80
2018-04-23
staging: lustre: ptlrpc: convert conn_hash to rhashtable
NeilBrown
3
-107
/
+64
2018-04-23
staging: lustre: remove libcfs/linux/libcfs.h
NeilBrown
2
-84
/
+42
2018-04-23
staging: lustre: move stack-check macros to libcfs_debug.h
NeilBrown
2
-31
/
+32
2018-04-23
staging: lustre: llite: correct removexattr detection
James Simmons
1
-1
/
+5
2018-04-23
staging: lustre: llite: use xattr_handler name for ACLs
John L. Hammond
1
-7
/
+8
2018-04-23
staging: lustre: llite: style changes in xattr.c
James Simmons
1
-11
/
+11
2018-04-23
staging: lustre: llite: cleanup xattr code comments
James Simmons
1
-3
/
+3
2018-04-23
staging: lustre: llite: use proper types in the xattr code
James Simmons
1
-4
/
+4
2018-04-23
staging: lustre: llite: cleanup posix acl xattr code
James Simmons
1
-3
/
+1
2018-04-23
staging: lustre: llite: record in stats attempted removal of lma/link xattr
James Simmons
1
-1
/
+4
2018-04-23
staging: lustre: llite: remove newline in fullname strings
James Simmons
1
-2
/
+2
2018-04-23
staging: lustre: llite: fix invalid size test in ll_setstripe_ea()
James Simmons
1
-3
/
+3
2018-04-23
staging: lustre: llite: eat -EEXIST on setting trusted.lov
Bobi Jam
1
-3
/
+11
2018-04-23
staging: lustre: llite: return from ll_adjust_lum() if lump is NULL
Bobi Jam
1
-2
/
+5
2018-04-23
staging: lustre: llite: break up ll_setstripe_ea function
Bobi Jam
1
-13
/
+24
2018-04-23
staging: lustre: llite: add simple comment about lustre.lov xattrs
Niu Yawei
1
-0
/
+1
2018-04-23
staging: lustre: llite: refactor lustre.lov xattr handling
Niu Yawei
1
-62
/
+69
2018-04-23
staging: lustre: llite: Remove filtering of seclabel xattr
Robin Humble
1
-9
/
+0
2018-04-23
staging: lustre: llite: handle xattr cache refill race
John L. Hammond
1
-1
/
+1
2018-04-23
staging: lustre: ldlm: xattr locks are lost on mdt
Vitaly Fertman
8
-91
/
+95
2018-04-23
staging: lustre: obd: change debug reporting in lmv_enqueue()
Vitaly Fertman
1
-4
/
+3
2018-04-23
staging: lustre: obd: create it_has_reply_body()
Vitaly Fertman
2
-1
/
+11
2018-04-23
staging: lustre: llite: initialize xattr->xe_namelen
James Simmons
1
-2
/
+4
2018-04-23
staging: lustre: libcfs: use dynamic minors for /dev/{lnet, obd}
John L. Hammond
8
-22
/
+8
2018-04-23
staging: lustre: remove cruft from libcfs/linux/libcfs.h
NeilBrown
3
-20
/
+1
2018-04-23
staging: lustre: discard linux-time.h
NeilBrown
4
-68
/
+6
2018-04-23
staging: lustre: discard cfs_time_before_64()
NeilBrown
3
-18
/
+4
2018-04-23
staging: lustre: discard cfs_duration_sec()
NeilBrown
9
-19
/
+13
2018-04-23
staging: lustre: libcfs: remove cfs_timeout_cap()
NeilBrown
4
-54
/
+3
2018-04-23
staging: lustre: libcfs: discard cfs_time_after()
NeilBrown
16
-61
/
+47
2018-04-23
staging: lustre: libcfs: discard cfs_time_shift().
NeilBrown
21
-66
/
+56
2018-04-23
staging: lustre: libcfs: discard cfs_time_add/sub
NeilBrown
15
-67
/
+32
2018-04-23
staging: lustre: cfs_time_current() -> jiffies.
NeilBrown
32
-96
/
+88
2018-04-23
staging: lustre: ldlm: free resource when ldlm_lock_create() fails.
NeilBrown
1
-1
/
+5
2018-04-23
staging: lustre: tidy up ldlm_resource_putref()
NeilBrown
2
-13
/
+10
2018-04-23
staging: lustre: remove unneeded include.
NeilBrown
1
-1
/
+0
2018-04-23
staging: lustre: remove unused hash tables.
NeilBrown
7
-86
/
+3
2018-04-23
staging: lustre: remove unused ldlm_completion_ast_async()
NeilBrown
2
-24
/
+0
2018-04-23
staging: lustre: remove invariant in cl_io_read_ahead()
NeilBrown
1
-1
/
+0
2018-04-11
page cache: use xa_lock
Matthew Wilcox
2
-5
/
+5
2018-04-04
Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
118
-2124
/
+1291
2018-04-04
Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-3
/
+3
2018-03-29
lustre: get rid of pointless casts to struct dentry *
Al Viro
1
-3
/
+3
2018-03-22
staging: lustre: lnet: use correct 'magic' test
Justin Skists
1
-1
/
+1
2018-03-19
staging: lustre: Fix unneeded byte-ordering cast
Justin Skists
1
-1
/
+1
2018-03-14
staging: lustre: fid: avoid false-positive uninitialized variable warning
Arnd Bergmann
1
-0
/
+1
2018-03-14
staging: lustre: use module_name() macro for debug printf
Arnd Bergmann
1
-2
/
+2
2018-03-08
staging: lustre: Remove VLA usage
Kees Cook
1
-6
/
+13
2018-03-06
staging: lustre: Remove yield() call
Thomas Avery
1
-1
/
+1
2018-03-06
Revert "staging: Disable lustre file system for MIPS, SH, and XTENSA"
NeilBrown
1
-1
/
+0
2018-03-06
staging: lustre: allow monolithic builds
NeilBrown
2
-2
/
+2
2018-03-06
staging: lustre: ptlrpc: move thread creation out of module initialization
NeilBrown
4
-24
/
+65
2018-03-06
staging: lustre: change sai_thread to sai_task.
NeilBrown
2
-66
/
+54
2018-03-06
staging: lustre: remove 'ptlrpc_thread usage' for sai_agl_thread
NeilBrown
2
-52
/
+28
2018-03-06
staging: lustre: remove unused flag from ptlrpc_thread
NeilBrown
1
-11
/
+0
2018-03-06
staging: lustre: ptlrpc: use workqueue for pinger
NeilBrown
1
-57
/
+24
2018-03-06
staging: lustre: ptlrpc: use delayed_work in sec_gc
NeilBrown
1
-62
/
+28
2018-03-06
staging: lustre: ldlm: use delayed_work for pools_recalc
NeilBrown
1
-88
/
+11
2018-03-06
staging: lustre: obdclass: use workqueue for zombie management.
NeilBrown
4
-175
/
+30
2018-03-06
staging: lustre: ptlrpc: change GFP_NOFS to GFP_KERNEL
NeilBrown
2
-3
/
+3
2018-03-06
staging: lustre: get entropy from nid when nid set.
NeilBrown
2
-16
/
+8
2018-03-06
staging: lustre: lnet: keep ln_nportals consistent
NeilBrown
1
-2
/
+3
2018-03-06
staging: lustre: obdclass: don't require lct_owner to be non-NULL.
NeilBrown
1
-6
/
+1
2018-03-06
staging: lustre: statahead: remove incorrect test on agl_list_empty()
NeilBrown
1
-1
/
+0
2018-03-06
staging: lustre: fix bug in osc_enter_cache_try
NeilBrown
2
-2
/
+2
2018-03-06
staging: lustre: obd_mount: use correct niduuid suffix.
NeilBrown
1
-1
/
+1
2018-03-06
staging: lustre: remove else after return statement
Santha Meena Ramamoorthy
1
-6
/
+5
2018-03-06
staging: lustre: obdclass: Replace 'unsigned' with 'unsigned int'
Dafna Hirschfeld
2
-5
/
+5
2018-03-06
staging: lustre: obdclass: Add 'const' to char* array
Dafna Hirschfeld
2
-2
/
+2
2018-03-06
staging: lustre: obdclass: Fix comparison to NULL
Dafna Hirschfeld
1
-1
/
+1
2018-03-06
staging: lustre: Replace "dont" with "don't"
Arushi Singhal
1
-1
/
+1
2018-03-06
staging: lustre: Replace "to to" with "to"
Arushi Singhal
1
-1
/
+1
2018-03-06
staging: lustre: Replace "be be" with "be"
Arushi Singhal
2
-2
/
+2
2018-03-01
staging: lustre: fix block comment style
Santha Meena Ramamoorthy
1
-4
/
+8
2018-02-27
staging: lustre: lnet/selftest: don't ignore status from lstcon_test_add
NeilBrown
1
-1
/
+1
2018-02-27
staging: lustre: lmv: correctly iput lmo_root
NeilBrown
1
-1
/
+1
2018-02-27
staging: lustre: lov: use correct env in lov_io_data_version_end()
NeilBrown
1
-1
/
+1
2018-02-22
staging: lustre: selftest: freeing an error pointer
Dan Carpenter
1
-4
/
+2
2018-02-22
staging: lustre: socklnd: simplify ksnc_rx_iov_space
NeilBrown
2
-12
/
+3
2018-02-22
staging: lustre: fid: perform sanity checks before commiting
NeilBrown
1
-5
/
+5
2018-02-22
staging: lustre: fid: fix up debugfs access to ->lcs_space
NeilBrown
1
-4
/
+11
2018-02-22
staging: lustre: fid: remove seq_fid_alloc_fini() and simplify
NeilBrown
1
-12
/
+6
2018-02-22
staging: lustre: fid: use wait_event_cmd()
NeilBrown
1
-48
/
+20
2018-02-22
staging: lustre: fid: convert lcs_mutex to a spinlock
NeilBrown
3
-26
/
+29
2018-02-22
staging: lustre: ptlrpc: list_for_each improvements.
NeilBrown
6
-126
/
+59
2018-02-22
staging: lustre: fix assorted checkpatch errors
NeilBrown
11
-18
/
+19
2018-02-22
staging: lustre: remove phantom struct cfs_crypto_hash_desc
NeilBrown
4
-25
/
+19
2018-02-22
staging: lustre: discard libcfs_kvzalloc and linux-mem.c
NeilBrown
20
-75
/
+28
2018-02-22
staging: lustre: improve some libcfs_kvzalloc calls.
NeilBrown
6
-8
/
+8
2018-02-22
staging: lustre: discard lu_buf allocation library.
NeilBrown
4
-83
/
+12
2018-02-22
staging: lustre: discard libcfs_kvzalloc_cpt()
NeilBrown
3
-13
/
+4
2018-02-22
staging: lustre: make signal-blocking functions inline
NeilBrown
3
-68
/
+16
2018-02-22
staging: lustre: improve API and implementation of blocking signals.
NeilBrown
4
-32
/
+22
2018-02-22
staging: lustre: simplify linux-prim.c
NeilBrown
2
-44
/
+0
2018-02-22
staging: lustre: lnet: remove cfs_block_allsigs calls.
NeilBrown
3
-15
/
+11
2018-02-22
staging: lustre: remove unnecessary cfs_block_allsigs() calls
NeilBrown
5
-18
/
+0
2018-02-22
staging: lustre: remove linux-curproc.c
NeilBrown
3
-80
/
+5
2018-02-22
staging: lustre: opencode cfs_cap_{raise, lower, raised}
NeilBrown
3
-39
/
+12
2018-02-22
staging: lustre: replace all CFS_CAP_* macros with CAP_*
NeilBrown
11
-43
/
+30
2018-02-20
staging: lustre: use memdup_user to allocate memory and copy from user
Dafna Hirschfeld
1
-6
/
+4
2018-02-16
staging: lustre: remove l_wait_event() and related code
NeilBrown
1
-249
/
+0
2018-02-16
staging: lustre: replace l_wait_event_exclusive_head() with wait_event_idle_e...
NeilBrown
1
-18
/
+25
2018-02-16
staging: lustre: remove l_wait_event from ptlrpc_set_wait
NeilBrown
2
-49
/
+49
2018-02-16
staging: lustre: use explicit poll loop in ptlrpc_unregister_reply
NeilBrown
1
-7
/
+7
2018-02-16
staging: lustre: use explicit poll loop in ptlrpc_service_unlink_rqbd
NeilBrown
1
-7
/
+8
2018-02-16
staging: lustre: improve waiting in sptlrpc_req_refresh_ctx
NeilBrown
1
-10
/
+24
2018-02-16
staging: lustre: use wait_event_idle_timeout in ptlrpcd()
NeilBrown
3
-9
/
+14
2018-02-16
staging: lustre: make polling loop in ptlrpc_unregister_bulk more obvious
NeilBrown
1
-7
/
+8
2018-02-16
staging: lustre: remove back_to_sleep()
NeilBrown
3
-13
/
+11
2018-02-16
staging: lustre: simplify waiting in ptlrpc_invalidate_import()
NeilBrown
2
-14
/
+10
2018-02-16
staging: lustre: open code polling loop instead of using l_wait_event()
NeilBrown
2
-13
/
+10
2018-02-16
staging: lustre: simplify waiting in ldlm_completion_ast()
NeilBrown
1
-33
/
+20
2018-02-16
staging: lustre: simplify l_wait_event when intr handler but no timeout.
NeilBrown
1
-23
/
+7
2018-02-16
staging: lustre: introduce and use l_wait_event_abortable()
NeilBrown
7
-31
/
+43
2018-02-16
staging: lustre: use wait_event_idle_timeout() where appropriate.
NeilBrown
14
-103
/
+68
2018-02-16
staging: lustre: discard cfs_time_seconds()
NeilBrown
46
-106
/
+96
2018-02-16
staging: lustre: replace simple cases of l_wait_event() with wait_event().
NeilBrown
14
-107
/
+53
[next]