blob: f194417d0af7323de42ed44fe2101bf0841bebda [file] [log] [blame]
Peng Taod7e09d02013-05-02 16:46:55 +08001* Possible remaining coding style fix.
2* Remove deadcode.
Carlos E. Garcia69e98df2015-04-24 09:40:42 -04003* Separate client/server functionality. Functions only used by server can be
Peng Taod7e09d02013-05-02 16:46:55 +08004 removed from client.
5* Clean up libcfs layer. Ideally we can remove include/linux/libcfs entirely.
6* Clean up CLIO layer. Lustre client readahead/writeback control needs to better
7 suit kernel providings.
8* Add documents in Documentation.
9* Other minor misc cleanups...
10
11Please send any patches to Greg Kroah-Hartman <greg@kroah.com>, Andreas Dilger
Greg Kroah-Hartmane432a772014-07-12 18:01:57 -070012<andreas.dilger@intel.com>, and Oleg Drokin <oleg.drokin@intel.com>.