index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
lustre
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-28
switch ->setxattr() to passing dentry and inode separately
Al Viro
2
-6
/
+4
2016-05-21
Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
177
-13499
/
+8958
2016-05-18
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2016-05-09
lustre: don't need to lock inode in directory lseek
Al Viro
1
-3
/
+1
2016-05-09
staging: lustre: lnet: enable configuration per NI interface
Amir Shehata
1
-0
/
+42
2016-05-09
staging: lustre: o2iblnd: properly set ibr_why
Amir Shehata
1
-1
/
+1
2016-05-09
staging: lustre: o2iblnd: remove last of kiblnd_tunables_fini
Amir Shehata
1
-1
/
+0
2016-05-09
staging: lustre: o2iblnd: per NI map-on-demand value
Amir Shehata
4
-73
/
+125
2016-05-09
staging: lustre: o2iblnd: use data in lnet_ni_t instead of kiblnd_tunables
Amir Shehata
3
-34
/
+34
2016-05-09
staging: lustre: o2iblnd: create default o2iblnd tunable settings
Amir Shehata
3
-8
/
+20
2016-05-09
staging: lustre: o2iblnd: convert macros to inline functions
Amir Shehata
4
-35
/
+61
2016-05-09
staging: lustre: lnet: add per NI configuration structures
Amir Shehata
3
-1
/
+33
2016-05-09
staging: lustre: lnet: use struct lnet_ioctl_config_data for NI query
Amir Shehata
2
-46
/
+18
2016-05-09
staging: lustre: lnet: use struct lnet_ioctl_config_data for NI bring up
Amir Shehata
3
-25
/
+24
2016-05-09
staging: lustre: o2iblnd: Add Fast Reg memory registration support
Dmitry Eremin
3
-55
/
+257
2016-05-09
staging: lustre: o2iblnd: add IBLND_WID_MR
Dmitry Eremin
1
-1
/
+2
2016-05-09
staging: lustre: o2iblnd: handle unmapping of FMR in kiblnd_fmr_pool_unmap
Dmitry Eremin
2
-7
/
+11
2016-05-09
staging: lustre: o2iblnd: cache FMR key in kib_fmr_t
Dmitry Eremin
3
-10
/
+14
2016-05-09
staging: lustre: o2iblnd: break up kiblnd_create_fmr_pool
Dmitry Eremin
1
-14
/
+41
2016-05-09
staging: lustre: o2iblnd: create union to contain FMR
Dmitry Eremin
2
-9
/
+13
2016-05-09
staging: lustre: o2iblnd: Use list_for_each_entry_safe in kiblnd_destroy_fmr_...
Dmitry Eremin
1
-3
/
+2
2016-05-09
staging: lustre: o2iblnd: rename kib_fmr_pool_t
Dmitry Eremin
1
-11
/
+11
2016-05-09
staging: lustre: lov: remove unused lov obd functions
John L. Hammond
5
-67
/
+0
2016-05-09
staging: lustre: fid: init FID client for OSP on MDT.
wang di
1
-2
/
+5
2016-05-09
staging: lustre: ptlrpc: fix nrs cleanup
Niu Yawei
1
-1
/
+5
2016-05-09
staging: lustre: debug: clean up console messages
Andreas Dilger
2
-4
/
+2
2016-05-09
staging: lustre: fid: packing ost_idx in IDIF
Fan Yong
2
-41
/
+57
2016-05-09
staging: lustre: mdt: extra checking for getattr RPC.
wang di
2
-3
/
+2
2016-05-09
staging: lustre: lov: remove lov and lod stuff from obd.h
John L. Hammond
4
-80
/
+18
2016-05-09
staging: lustre: osc: Allow lock to be canceled at ENQ time
Alexander Boyko
2
-0
/
+4
2016-05-09
staging: lustre: nfs: don't panic NFS server if MDS fails to find FID
Bobi Jam
1
-5
/
+8
2016-05-03
Merge getxattr prototype change into work.lookups
Al Viro
2
-6
/
+4
2016-05-02
direct-io: eliminate the offset argument to ->direct_IO
Christoph Hellwig
1
-2
/
+2
2016-04-29
staging: lustre: llite: quiet overly verbose info message
Andreas Dilger
1
-3
/
+1
2016-04-29
staging: lustre: debugfs: improve osc/mdc "imports" connect data
Emoly Liu
1
-6
/
+57
2016-04-29
staging: lustre: obd: add case LCFG_PARAM to osd_process_config
Emoly Liu
2
-9
/
+12
2016-04-29
staging: lustre: ldlm: dont always check max_pages_per_rpc alignement
Sebastien Buisson
1
-0
/
+6
2016-04-29
staging: lustre: fld: add local fldb to each target
wang di
9
-39
/
+95
2016-04-29
staging: lustre: brw: added OBDO short io flag
Alexander Boyko
1
-0
/
+1
2016-04-29
staging: lustre: echo: remove echo_env_info() regions from echo_client.c
John L. Hammond
1
-2
/
+0
2016-04-29
staging: lustre: debug: initialize debug_msg_data if needed
Oleg Drokin
2
-8
/
+4
2016-04-29
staging: lustre: llite: fixup return value ll_direct_IO_26
Dmitry Eremin
1
-1
/
+1
2016-04-29
staging: lustre: ptlrpc: initialize request session early
Mikhail Pershin
1
-22
/
+31
2016-04-29
staging: lustre: llog: we don't need vfsmount
Lai Siyao
1
-2
/
+0
2016-04-29
staging: lustre: llite: check ret of ll_prep_md_op_data in ll_dir_filler
Swapnil Pimpale
1
-2
/
+5
2016-04-29
staging: lustre: llite: debugging for ll_file_open LASSERT
Andreas Dilger
1
-1
/
+3
2016-04-29
staging: lustre: libcfs: Fix NUMA emulated mode
Andriy Skulysh
1
-2
/
+7
2016-04-29
staging: lustre: fid: add a connect flag for open by FID
Lai Siyao
2
-0
/
+5
2016-04-29
staging: lustre: obd: cleanup client import if client_obd_setup fails
Swapnil Pimpale
1
-0
/
+1
2016-04-29
staging: lustre: ldlm: check all errors during ldlm_debugfs_setup()
Dmitry Eremin
1
-0
/
+6
[next]